--- DarthVader/NDLevel2/inc/NDLevel2.h 2007/03/06 16:22:01 1.5 +++ DarthVader/NDLevel2/inc/NDLevel2.h 2007/11/23 16:42:38 1.7 @@ -19,16 +19,16 @@ public: // - // general variables - // - Int_t unpackError; // emiliano - // // ND variables // Float_t upperBack; ///< number of neutrons in the upper part of the detector between two triggers Float_t bottomBack; ///< number of neutrons in the bottom part of the detector between two triggers Float_t trigPhysics; ///< number of neutrons during trigger // + // general variables + // + Int_t unpackError; // emiliano + // // constructor // NDLevel2();///< Constructor. @@ -41,7 +41,7 @@ // void GetLevel2Struct(cNDLevel2 *l2) const; // - void Clear(); // emiliano + void Clear(Option_t *t=""); // emiliano // ClassDef(NDLevel2, 2) };