--- DarthVader/CalorimeterLevel2/inc/CaloLevel1.h 2011/09/02 14:49:02 1.17 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel1.h 2014/06/06 14:18:12 1.18 @@ -121,8 +121,9 @@ static Float_t UYal; ///< used Y alignement parameter static Float_t UZal; ///< used Z alignement parameter static Bool_t paramload; - // - + Bool_t debug; + // + public: // // METHODS @@ -160,11 +161,13 @@ void SetAlig(Float_t XALIG, Float_t YALIG, Float_t ZALIG){ ismech = false; UXal = XALIG; UYal = YALIG; UZal = ZALIG;}///< User defined alignement parameters Bool_t IsMechanicalAlig(){return ismech;} ///< True is using mechanical alignement parameters, false otherwise // + void SetDebug(Bool_t dbg){debug=dbg;} ///< Turn on/off debug flag [default = false] + // void Clear(Option_t *t=""); ///< clear variables // CaloStrip* GetCaloStrip(){return this;} ///< returns pointer to this object // - ClassDef(CaloStrip,2); + ClassDef(CaloStrip,3); // };