17 |
// z-coordinate of track state-vector reference-plane |
// z-coordinate of track state-vector reference-plane |
18 |
#define ZINI 23.5 ///< z-coordinate of track state-vector reference-plane. |
#define ZINI 23.5 ///< z-coordinate of track state-vector reference-plane. |
19 |
// (mechanical) z-coordinate of the tracker planes |
// (mechanical) z-coordinate of the tracker planes |
20 |
#define ZTRK6 -22.22 |
#define ZTRK6 -22.23 //-22.22 //Aprile 2014... trovata differenza con mech_pos.dat |
21 |
#define ZTRK5 -13.31 |
#define ZTRK5 -13.32 //-13.31 // ...speriamo bene... no comment |
22 |
#define ZTRK4 -4.41 |
#define ZTRK4 -4.42//-4.41 |
23 |
#define ZTRK3 4.49 |
#define ZTRK3 4.48//4.49 |
24 |
#define ZTRK2 13.39 |
#define ZTRK2 13.38//13.39 |
25 |
#define ZTRK1 22.29 |
#define ZTRK1 22.28//22.29 |
26 |
// magnet cavity dimensions |
// magnet cavity dimensions |
27 |
#define ZMAGNHIGH 21.83 |
#define ZMAGNHIGH 21.83 |
28 |
#define ZMAGNLOW -21.83 |
#define ZMAGNLOW -21.83 |
172 |
Int_t GetNY(){Int_t n=0; for(Int_t i=0; i<6; i++)n+=(Int_t)YGood(i); return n;} |
Int_t GetNY(){Int_t n=0; for(Int_t i=0; i<6; i++)n+=(Int_t)YGood(i); return n;} |
173 |
Int_t GetNXY(){Int_t n=0; for(Int_t i=0; i<6; i++)n+=(Int_t)YGood(i)*XGood(i); return n;} |
Int_t GetNXY(){Int_t n=0; for(Int_t i=0; i<6; i++)n+=(Int_t)YGood(i)*XGood(i); return n;} |
174 |
Int_t GetNtot(){return GetNX()+GetNY();} |
Int_t GetNtot(){return GetNX()+GetNY();} |
175 |
|
Int_t GetNhit() ; |
176 |
Float_t GetRigidity(); |
Float_t GetRigidity(); |
177 |
Float_t GetDeflection(); |
Float_t GetDeflection(); |
178 |
Bool_t IsSaturated(int,int); |
Bool_t IsSaturated(int,int); |
442 |
TrkTrack* GetTrack(int i); |
TrkTrack* GetTrack(int i); |
443 |
TrkTrack* GetTrackImage(int i); |
TrkTrack* GetTrackImage(int i); |
444 |
|
|
445 |
TrkLevel2* GetTrkLevel2(){return this;} |
TrkLevel2* GetTrkLevel2(){return this;} |
446 |
TClonesArray* GetTrackArray(){return Track;}///< returns pointer to the track array |
TClonesArray* GetTrackArray(){return Track;}///< returns pointer to the track array |
447 |
|
TClonesArray** GetPointerToTrackArray(){return &Track;}///< returns pointer to pointer to the track array |
448 |
void StatusDump(int view); |
void StatusDump(int view); |
449 |
Bool_t StatusCheck(int view, int flagmask); |
Bool_t StatusCheck(int view, int flagmask); |
450 |
|
|