| 39 |
public: |
public: |
| 40 |
Int_t pmt_id; ///<the identification number of the PMT from 0 to 47 |
Int_t pmt_id; ///<the identification number of the PMT from 0 to 47 |
| 41 |
Float_t adc; ///<raw ADC value for this PMT |
Float_t adc; ///<raw ADC value for this PMT |
| 42 |
|
Float_t tdc; ///<raw TDC value for this PMT |
| 43 |
Float_t tdc_tw; ///<time-walk corrected TDC value for this PMT |
Float_t tdc_tw; ///<time-walk corrected TDC value for this PMT |
| 44 |
// |
// |
| 45 |
ToFPMT(); |
ToFPMT(); |
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
ClassDef(ToFPMT,1); |
ClassDef(ToFPMT,2); |
| 54 |
}; |
}; |
| 55 |
|
|
| 56 |
|
|
| 128 |
TClonesArray *PMT; ///<class needed to store PMT hit informations |
TClonesArray *PMT; ///<class needed to store PMT hit informations |
| 129 |
TClonesArray *ToFTrk; ///<track related variable class |
TClonesArray *ToFTrk; ///<track related variable class |
| 130 |
Int_t tof_j_flag[6]; ///<number of hitted paddle(s) for each ToF layer: flag = flag + 2**(paddlenumber-1) |
Int_t tof_j_flag[6]; ///<number of hitted paddle(s) for each ToF layer: flag = flag + 2**(paddlenumber-1) |
| 131 |
|
// |
| 132 |
Int_t unpackError; |
Int_t unpackError;///< zero if no error presente |
| 133 |
|
Int_t default_calib; ///< one if the default calibration has been used to process the data, zero otherwise |
| 134 |
// |
// |
| 135 |
Float_t GetdEdx(Int_t notrack, Int_t plane, Int_t adcfl); // gf Apr 07 |
Float_t GetdEdx(Int_t notrack, Int_t plane, Int_t adcfl); // gf Apr 07 |
| 136 |
// |
// |
| 208 |
Int_t GetNHitPaddles(Int_t plane); |
Int_t GetNHitPaddles(Int_t plane); |
| 209 |
void Clear(); |
void Clear(); |
| 210 |
// |
// |
| 211 |
ClassDef(ToFLevel2,2); |
ClassDef(ToFLevel2,3); |
| 212 |
}; |
}; |
| 213 |
|
|
| 214 |
#endif |
#endif |