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. |