| 71 |
void Dump(); |
void Dump(); |
| 72 |
void Delete(); |
void Delete(); |
| 73 |
|
|
| 74 |
int DoTrack2(float* al); |
int DoTrack(float* al, float zini); |
| 75 |
|
int DoTrack(float* al){ return DoTrack(al,23.5); }; |
| 76 |
|
|
| 77 |
|
int DoTrack2(float* al, float zini); |
| 78 |
|
int DoTrack2(float* al){ return DoTrack2(al,23.5); }; |
| 79 |
|
|
| 80 |
float GetLength(){float l=0; for(int i=0; i<npoint;i++)l=l+tl[i]; return l;}; |
float GetLength(){float l=0; for(int i=0; i<npoint;i++)l=l+tl[i]; return l;}; |
| 81 |
float GetLength(int,int); |
float GetLength(int,int); |
| 82 |
|
|
| 386 |
void Clear(Option_t *option){Clear();}; |
void Clear(Option_t *option){Clear();}; |
| 387 |
void Delete(); |
void Delete(); |
| 388 |
void Set(); |
void Set(); |
| 389 |
int UnpackError(){ for(int i=0; i<12; i++)if(StatusCheck(i,0x12))return 1; return 0;}; |
int UnpackError(){ for(int i=0; i<12; i++)if(!StatusCheck(i,0x12))return 1; return 0;}; |
| 390 |
|
|
| 391 |
int ntrk() {return Track->GetEntries();} ///< number of stored track |
int ntrk() {return Track->GetEntries();} ///< number of stored track |
| 392 |
int nclsx(){return SingletX->GetEntries();} ///< number of x singlets |
int nclsx(){return SingletX->GetEntries();} ///< number of x singlets |