--- DarthVader/CalorimeterLevel2/inc/CaloLevel1.h 2007/11/23 16:42:31 1.12 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel1.h 2007/12/04 09:10:08 1.14 @@ -26,6 +26,12 @@ #define CTY 122.3 #define CTZ -263.1 // +// new param using inclined protons and looking for Z alignment +// +#define CTX 120.6 +#define CTY 122.3 +#define CTZ -261.596 +// // Mechanical positions (used with option --use-standard-alig) // #define MECHCTX 120.5 @@ -152,7 +158,7 @@ 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 Clear(); ///< clear variables + void Clear(Option_t *t=""); ///< clear variables // CaloStrip* GetCaloStrip(){return this;}; ///< returns pointer to this object //