--- DarthVader/AnticounterLevel2/inc/AcLevel2.h 2007/03/15 12:56:26 1.9 +++ DarthVader/AnticounterLevel2/inc/AcLevel2.h 2011/09/02 14:49:03 1.11 @@ -34,11 +34,11 @@ // constructor AcLevel2(); ///< constructor - AcLevel2* GetAcLevel2(){return this;}; ///< returns pointer to this object + AcLevel2* GetAcLevel2(){return this;} ///< returns pointer to this object void GetLevel2Struct(cAcLevel2 *) const; void SetFromLevel2Struct(cAcLevel2 *); - void Clear(); ///< clear variables + void Clear(Option_t *t=""); ///< clear variables // ClassDef(AcLevel2, 2); };