116 |
void Clear(Option_t *option){Clear();}; |
void Clear(Option_t *option){Clear();}; |
117 |
void Delete(); |
void Delete(); |
118 |
void Copy(TrkTrack&); |
void Copy(TrkTrack&); |
119 |
|
// void Set(); |
120 |
|
|
121 |
Int_t GetSeqNo(){return seqno;} ///< Returns the track sequential number |
Int_t GetSeqNo(){return seqno;} ///< Returns the track sequential number |
122 |
Int_t GetImageSeqNo(){return image;} ///< Returns the track image sequential number |
Int_t GetImageSeqNo(){return image;} ///< Returns the track image sequential number |
123 |
Bool_t HasImage(){return !(image==-1);} ///< Returns true if the track has an image |
Bool_t HasImage(){return !(image==-1);} ///< Returns true if the track has an image |
223 |
void Clear(); |
void Clear(); |
224 |
void Clear(Option_t *option){Clear();}; |
void Clear(Option_t *option){Clear();}; |
225 |
void Delete(); |
void Delete(); |
226 |
|
void Set(); |
227 |
|
|
228 |
int ntrk() {return Track->GetEntries();} ///< number of stored track |
int ntrk() {return Track->GetEntries();} ///< number of stored track |
229 |
int nclsx(){return SingletX->GetEntries();} ///< number of x singlets |
int nclsx(){return SingletX->GetEntries();} ///< number of x singlets |
234 |
void SetFromLevel2Struct(cTrkLevel2 *, TrkLevel1 *); |
void SetFromLevel2Struct(cTrkLevel2 *, TrkLevel1 *); |
235 |
void GetLevel2Struct(cTrkLevel2 *) const; |
void GetLevel2Struct(cTrkLevel2 *) const; |
236 |
void LoadField(TString); |
void LoadField(TString); |
237 |
|
float GetBX(float*); |
238 |
|
float GetBY(float*); |
239 |
|
float GetBZ(float*); |
240 |
Float_t GetZTrk(Int_t); |
Float_t GetZTrk(Int_t); |
241 |
Float_t GetXTrkLeft(){return XTRKL;}; |
Float_t GetXTrkLeft(){return XTRKL;}; |
242 |
Float_t GetXTrkRight(){return XTRKR;}; |
Float_t GetXTrkRight(){return XTRKR;}; |