74 |
TClonesArray *PMT; // class needed to store PMT hit informations |
TClonesArray *PMT; // class needed to store PMT hit informations |
75 |
TClonesArray *ToFTrk; // track related variable class |
TClonesArray *ToFTrk; // track related variable class |
76 |
Int_t tof_j_flag[6]; |
Int_t tof_j_flag[6]; |
77 |
|
Int_t unpackError; |
78 |
// |
// |
79 |
Float_t GetdEdx(Int_t notrack, Int_t plane); |
Float_t GetdEdx(Int_t notrack, Int_t plane); |
80 |
// |
// |
130 |
Int_t GetNHitPaddles(Int_t plane); |
Int_t GetNHitPaddles(Int_t plane); |
131 |
void Clear(); |
void Clear(); |
132 |
// |
// |
133 |
ClassDef(ToFLevel2,1); |
ClassDef(ToFLevel2,2); |
134 |
}; |
}; |
135 |
|
|
136 |
#endif |
#endif |