--- DarthVader/S4Level2/inc/S4Level2.h 2007/03/06 16:25:38 1.5 +++ DarthVader/S4Level2/inc/S4Level2.h 2007/11/23 16:42:48 1.7 @@ -19,15 +19,15 @@ public: // - // general variables - // - Int_t unpackError; ///< no errors - // // S4 variables // Float_t S4calibrated; ///< total energy detected in the scintillator (MIP) Float_t S4adc; ///< raw value of the total energy detected in the scintillator (Ch) // + // general variables + // + Int_t unpackError; ///< 0 no errors, 1 errors + // // constructor // S4Level2(); ///< Constructor. @@ -40,7 +40,7 @@ // void GetLevel2Struct(cS4Level2 *l2) const; // - void Clear(); + void Clear(Option_t *t=""); // ClassDef(S4Level2, 2) };