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 |
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 |
|
|