71 |
Float_t GetCOG(){ return GetCOG(0); } |
Float_t GetCOG(){ return GetCOG(0); } |
72 |
Float_t GetETA(Int_t,float,bool); |
Float_t GetETA(Int_t,float,bool); |
73 |
// Float_t GetETA(float angle){ return GetETA(0,angle); } |
// Float_t GetETA(float angle){ return GetETA(0,angle); } |
74 |
|
Float_t GetDigSat(); |
75 |
Float_t GetPositionPU(float); |
Float_t GetPositionPU(float); |
76 |
Int_t GetPFAstrips(float angle); |
Int_t GetPFAstrips(float angle); |
77 |
|
|
115 |
|
|
116 |
TrkLevel1(); |
TrkLevel1(); |
117 |
~TrkLevel1(){Delete();} |
~TrkLevel1(){Delete();} |
118 |
|
// EM crash when DSP status: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 |
119 |
int nclstr() {return Cluster->GetEntries();} ///< number of stored clusters |
int nclstr() {if (Cluster) return Cluster->GetEntries(); return 0;} ///< number of stored clusters |
120 |
|
|
121 |
void Dump(); |
void Dump(); |
122 |
// void SetFromLevel1Struct(cTrkLevel1 *, Bool_t); |
// void SetFromLevel1Struct(cTrkLevel1 *, Bool_t); |
130 |
void Clear(); |
void Clear(); |
131 |
void Delete(); |
void Delete(); |
132 |
void Set(); |
void Set(); |
133 |
|
void Set(TrkLevel1 *trkl1, float mipCut=5., float fcut=0.2); |
134 |
|
|
135 |
TrkCluster* GetCluster(int); |
TrkCluster* GetCluster(int); |
136 |
|
|
170 |
int GetPFA(){ return sw_.pfaid; } |
int GetPFA(){ return sw_.pfaid; } |
171 |
|
|
172 |
|
|
173 |
ClassDef(TrkLevel1,2); |
ClassDef(TrkLevel1,3); |
174 |
|
|
175 |
}; |
}; |
176 |
|
|