/[PAMELA software]/DarthVader/CalorimeterLevel2/inc/CaloLevel1.h
ViewVC logotype

Diff of /DarthVader/CalorimeterLevel2/inc/CaloLevel1.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by pam-fi, Fri Sep 2 14:49:02 2011 UTC revision 1.18 by mocchiut, Fri Jun 6 14:18:12 2014 UTC
# Line 121  private: Line 121  private:
121      static Float_t UYal; ///< used Y alignement parameter      static Float_t UYal; ///< used Y alignement parameter
122      static Float_t UZal; ///< used Z alignement parameter      static Float_t UZal; ///< used Z alignement parameter
123      static Bool_t paramload;      static Bool_t paramload;
124     //      Bool_t debug;
125        //
126        
127  public:  public:
128      //      //
129      // METHODS      // METHODS
# Line 160  public: Line 161  public:
161      void SetAlig(Float_t XALIG, Float_t YALIG, Float_t ZALIG){ ismech = false; UXal = XALIG; UYal = YALIG; UZal = ZALIG;}///< User defined alignement parameters      void SetAlig(Float_t XALIG, Float_t YALIG, Float_t ZALIG){ ismech = false; UXal = XALIG; UYal = YALIG; UZal = ZALIG;}///< User defined alignement parameters
162      Bool_t IsMechanicalAlig(){return ismech;} ///< True is using mechanical alignement parameters, false otherwise      Bool_t IsMechanicalAlig(){return ismech;} ///< True is using mechanical alignement parameters, false otherwise
163      //      //
164        void SetDebug(Bool_t dbg){debug=dbg;} ///< Turn on/off debug flag [default = false]
165        //
166      void Clear(Option_t *t=""); ///< clear variables      void Clear(Option_t *t=""); ///< clear variables
167      //      //
168      CaloStrip* GetCaloStrip(){return this;} ///< returns pointer to this object      CaloStrip* GetCaloStrip(){return this;} ///< returns pointer to this object
169      //      //
170      ClassDef(CaloStrip,2);      ClassDef(CaloStrip,3);
171      //      //
172  };  };
173    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.23