189 |
Float_t GetChi2Y(); |
Float_t GetChi2Y(); |
190 |
Float_t GetLnLX(); |
Float_t GetLnLX(); |
191 |
Float_t GetLnLY(); |
Float_t GetLnLY(); |
192 |
|
Float_t GetMDR(){return (coval[4][4]>0 ? 1./sqrt(coval[4][4]) : 0.); }; |
193 |
|
|
194 |
Float_t GetEffectiveAngle(int ip, int iv); |
Float_t GetEffectiveAngle(int ip, int iv); |
195 |
|
|
284 |
|
|
285 |
friend class TrkLevel2; |
friend class TrkLevel2; |
286 |
|
|
287 |
ClassDef(TrkTrack,5); |
ClassDef(TrkTrack,6); |
288 |
|
|
289 |
}; |
}; |
290 |
/** |
/** |
404 |
void Clear(Option_t *option){Clear();} |
void Clear(Option_t *option){Clear();} |
405 |
void Delete(); |
void Delete(); |
406 |
void Set(); |
void Set(); |
407 |
|
void SetTrackArray(TClonesArray *track);///<set pointer to the track array |
408 |
|
TClonesArray* GetTrackArray(){return Track;}///< returns pointer to the track array |
409 |
|
TClonesArray** GetPointerToTrackArray(){return &Track;}///< returns pointer to pointer to the track array |
410 |
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;} |
411 |
|
|
412 |
int ntrk() {return Track->GetEntries();} ///< number of stored track |
int ntrk() {return Track->GetEntries();} ///< number of stored track |
447 |
TrkTrack* GetTrackImage(int i); |
TrkTrack* GetTrackImage(int i); |
448 |
|
|
449 |
TrkLevel2* GetTrkLevel2(){return this;} |
TrkLevel2* GetTrkLevel2(){return this;} |
|
TClonesArray* GetTrackArray(){return Track;}///< returns pointer to the track array |
|
|
TClonesArray** GetPointerToTrackArray(){return &Track;}///< returns pointer to pointer to the track array |
|
450 |
void StatusDump(int view); |
void StatusDump(int view); |
451 |
Bool_t StatusCheck(int view, int flagmask); |
Bool_t StatusCheck(int view, int flagmask); |
452 |
|
|
453 |
ClassDef(TrkLevel2,3); |
ClassDef(TrkLevel2,4); |
454 |
|
|
455 |
}; |
}; |
456 |
|
|