243 |
Float_t GetResidual_max(int ip, int iv); |
Float_t GetResidual_max(int ip, int iv); |
244 |
Float_t GetResidual_max(int iv){ return GetResidual_max(-1,iv); }; |
Float_t GetResidual_max(int iv){ return GetResidual_max(-1,iv); }; |
245 |
Float_t GetResidual_max(){ return GetResidual_max(-1,-1); }; |
Float_t GetResidual_max(){ return GetResidual_max(-1,-1); }; |
246 |
|
Float_t GetResidual_av(int ip, int iv); |
247 |
|
Float_t GetResidual_av(int iv){ return GetResidual_av(-1,iv); }; |
248 |
|
Float_t GetResidual_av(){ return GetResidual_av(-1,-1); }; |
249 |
|
|
250 |
Int_t GetClusterX_Multiplicity_max(); |
Int_t GetClusterX_Multiplicity_max(); |
251 |
Int_t GetClusterX_Multiplicity_min(); |
Int_t GetClusterX_Multiplicity_min(); |
379 |
void Clear(Option_t *option){Clear();}; |
void Clear(Option_t *option){Clear();}; |
380 |
void Delete(); |
void Delete(); |
381 |
void Set(); |
void Set(); |
382 |
|
int UnpackError(){ for(int i=0; i<12; i++)if(StatusCheck(i,0x12))return 1; return 0;}; |
383 |
|
|
384 |
int ntrk() {return Track->GetEntries();} ///< number of stored track |
int ntrk() {return Track->GetEntries();} ///< number of stored track |
385 |
int nclsx(){return SingletX->GetEntries();} ///< number of x singlets |
int nclsx(){return SingletX->GetEntries();} ///< number of x singlets |