| 34 |
Float_t beta[5]; // TOF beta infos |
Float_t beta[5]; // TOF beta infos |
| 35 |
Int_t bw; // black and white flag |
Int_t bw; // black and white flag |
| 36 |
Int_t nosig; // flag to show only detectors and no signals |
Int_t nosig; // flag to show only detectors and no signals |
| 37 |
Int_t etime; // time of the event (OBT) |
UInt_t etime; // time of the event (OBT) |
| 38 |
Int_t headc; // event number |
Int_t headc; // event number |
| 39 |
Int_t nstrip; // strip hit, info from CALO |
Int_t nstrip; // strip hit, info from CALO |
| 40 |
Int_t qtot; // total energy (MIP), info from CALO |
Int_t qtot; // total energy (MIP), info from CALO |
| 78 |
} evento; |
} evento; |
| 79 |
|
|
| 80 |
typedef struct Calib { |
typedef struct Calib { |
| 81 |
Int_t time[4][51]; |
UInt_t time[4][51]; |
| 82 |
Int_t ttime[4][51]; |
UInt_t ttime[4][51]; |
| 83 |
Int_t fcode[4][51]; |
Int_t fcode[4][51]; |
| 84 |
Int_t cstwerr[4]; |
Int_t cstwerr[4]; |
| 85 |
Float_t cperror[4]; |
Float_t cperror[4]; |