| 19 |
|
|
| 20 |
public: |
public: |
| 21 |
// |
// |
|
// general variables |
|
|
// |
|
|
Int_t unpackError; // emiliano |
|
|
// |
|
| 22 |
// ND variables |
// ND variables |
| 23 |
// |
// |
| 24 |
Float_t upperBack; ///< number of neutrons in the upper part of the detector between two triggers |
Float_t upperBack; ///< number of neutrons in the upper part of the detector between two triggers |
| 25 |
Float_t bottomBack; ///< number of neutrons in the bottom part of the detector between two triggers |
Float_t bottomBack; ///< number of neutrons in the bottom part of the detector between two triggers |
| 26 |
Float_t trigPhysics; ///< number of neutrons during trigger |
Float_t trigPhysics; ///< number of neutrons during trigger |
| 27 |
// |
// |
| 28 |
|
// general variables |
| 29 |
|
// |
| 30 |
|
Int_t unpackError; // emiliano |
| 31 |
|
// |
| 32 |
// constructor |
// constructor |
| 33 |
// |
// |
| 34 |
NDLevel2();///< Constructor. |
NDLevel2();///< Constructor. |
| 41 |
// |
// |
| 42 |
void GetLevel2Struct(cNDLevel2 *l2) const; |
void GetLevel2Struct(cNDLevel2 *l2) const; |
| 43 |
// |
// |
| 44 |
void Clear(); // emiliano |
void Clear(Option_t *t=""); // emiliano |
| 45 |
// |
// |
| 46 |
ClassDef(NDLevel2, 2) |
ClassDef(NDLevel2, 2) |
| 47 |
}; |
}; |