| 1 | 
 #ifndef NDLevel2_h | 
 #ifndef NDLevel2_h | 
| 2 | 
  | 
  | 
| 3 | 
 #define NDLevel2_h | 
 #define NDLevel2_h | 
| 4 | 
 #include <TObject.h> | 
 #include <TObject.h> | 
| 5 | 
  | 
 #include <NDStruct.h> | 
| 6 | 
 class NDLevel2 : public TObject { | 
  | 
| 7 | 
  public: | 
 class NDLevel2 : public TObject { | 
| 8 | 
     NDLevel2(); | 
  public: | 
| 9 | 
     NDLevel2*   GetNDLevel2(){return this;};  // <<<ELENA | 
     NDLevel2(); | 
| 10 | 
     Float_t upperBack; | 
     NDLevel2*   GetNDLevel2(){return this;};  // <<<ELENA | 
| 11 | 
     Float_t bottomBack; | 
  | 
| 12 | 
     Float_t trigPhysics; | 
     void SetFromLevel2Struct(cNDLevel2 *l2); | 
| 13 | 
     ClassDef(NDLevel2, 1) | 
     void GetLevel2Struct(cNDLevel2 *l2) const; | 
| 14 | 
 }; | 
  | 
| 15 | 
 #endif | 
     void Clear(); // emiliano | 
| 16 | 
  | 
     Float_t upperBack; | 
| 17 | 
  | 
     Float_t bottomBack; | 
| 18 | 
  | 
     Float_t trigPhysics; | 
| 19 | 
  | 
     Int_t unpackError; // emiliano | 
| 20 | 
  | 
     ClassDef(NDLevel2, 2) | 
| 21 | 
  | 
 }; | 
| 22 | 
  | 
 #endif |