19 |
|
|
20 |
public: |
public: |
21 |
// |
// |
|
// general variables |
|
|
// |
|
|
Int_t unpackError; ///< no errors |
|
|
// |
|
22 |
// S4 variables |
// S4 variables |
23 |
// |
// |
24 |
Float_t S4calibrated; ///< total energy detected in the scintillator (MIP) |
Float_t S4calibrated; ///< total energy detected in the scintillator (MIP) |
25 |
Float_t S4adc; ///< raw value of the total energy detected in the scintillator (Ch) |
Float_t S4adc; ///< raw value of the total energy detected in the scintillator (Ch) |
26 |
// |
// |
27 |
|
// general variables |
28 |
|
// |
29 |
|
Int_t unpackError; ///< 0 no errors, 1 errors |
30 |
|
// |
31 |
// constructor |
// constructor |
32 |
// |
// |
33 |
S4Level2(); ///< Constructor. |
S4Level2(); ///< Constructor. |
40 |
// |
// |
41 |
void GetLevel2Struct(cS4Level2 *l2) const; |
void GetLevel2Struct(cS4Level2 *l2) const; |
42 |
// |
// |
43 |
void Clear(); |
void Clear(Option_t *t=""); |
44 |
// |
// |
45 |
ClassDef(S4Level2, 2) |
ClassDef(S4Level2, 2) |
46 |
}; |
}; |