--- DarthVader/CalorimeterLevel2/inc/CaloLevel1.h 2007/03/30 11:17:14 1.6 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel1.h 2007/03/30 14:37:42 1.7 @@ -102,15 +102,16 @@ Int_t fPlane; ///< plane [1-22] Int_t fStrip; ///< strip [1-96] Bool_t ismech; ///< true = using mechanical alignement, false using experimental alignement parameters - Float_t UXal; ///< used X alignement parameter - Float_t UYal; ///< used Y alignement parameter - Float_t UZal; ///< used Z alignement parameter + static Float_t UXal; ///< used X alignement parameter + static Float_t UYal; ///< used Y alignement parameter + static Float_t UZal; ///< used Z alignement parameter + static Bool_t paramload; + // public: // // METHODS // - // CaloStrip(); ///< Default Constructor. // CaloStrip(Bool_t usemechanicalalignement); ///< Default Constructor.