| 102 |
Int_t fPlane; ///< plane [1-22] |
Int_t fPlane; ///< plane [1-22] |
| 103 |
Int_t fStrip; ///< strip [1-96] |
Int_t fStrip; ///< strip [1-96] |
| 104 |
Bool_t ismech; ///< true = using mechanical alignement, false using experimental alignement parameters |
Bool_t ismech; ///< true = using mechanical alignement, false using experimental alignement parameters |
| 105 |
Float_t UXal; ///< used X alignement parameter |
static Float_t UXal; ///< used X alignement parameter |
| 106 |
Float_t UYal; ///< used Y alignement parameter |
static Float_t UYal; ///< used Y alignement parameter |
| 107 |
Float_t UZal; ///< used Z alignement parameter |
static Float_t UZal; ///< used Z alignement parameter |
| 108 |
|
static Bool_t paramload; |
| 109 |
|
// |
| 110 |
|
|
| 111 |
public: |
public: |
| 112 |
// |
// |
| 113 |
// METHODS |
// METHODS |
| 114 |
// |
// |
|
// |
|
| 115 |
CaloStrip(); ///< Default Constructor. |
CaloStrip(); ///< Default Constructor. |
| 116 |
// |
// |
| 117 |
CaloStrip(Bool_t usemechanicalalignement); ///< Default Constructor. |
CaloStrip(Bool_t usemechanicalalignement); ///< Default Constructor. |