| 1 |
#ifndef S4Level2_h |
#ifndef S4Level2_h |
| 2 |
|
|
| 3 |
#define S4Level2_h |
#define S4Level2_h |
| 4 |
#include <TObject.h> |
#include <TObject.h> |
| 5 |
|
#include <S4Struct.h> |
| 6 |
class S4Level2 : public TObject { |
|
| 7 |
public: |
class S4Level2 : public TObject { |
| 8 |
S4Level2(); |
public: |
| 9 |
S4Level2* GetS4Level2(){return this;}; // <<<ELENA |
S4Level2(); |
| 10 |
|
S4Level2* GetS4Level2(){return this;}; // <<<ELENA |
| 11 |
Float_t S4calibrated; |
|
| 12 |
Float_t S4adc; |
void SetFromLevel2Struct(cS4Level2 *l2); |
| 13 |
ClassDef(S4Level2, 1) |
void GetLevel2Struct(cS4Level2 *l2) const; |
| 14 |
}; |
|
| 15 |
#endif |
void Clear(); |
| 16 |
|
|
| 17 |
|
Float_t S4calibrated; |
| 18 |
|
Float_t S4adc; |
| 19 |
|
Int_t unpackError; |
| 20 |
|
ClassDef(S4Level2, 2) |
| 21 |
|
}; |
| 22 |
|
#endif |