--- DarthVader/CalorimeterLevel2/inc/CaloLevel1.h 2007/11/26 08:01:10 1.13 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel1.h 2008/05/12 14:36:04 1.16 @@ -22,9 +22,15 @@ // // new param using em showers (E. Taddei paramters) // +//#define CTX 120.6 +//#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 -263.1 +#define CTZ -261.596 // // Mechanical positions (used with option --use-standard-alig) // @@ -143,6 +149,8 @@ Int_t GetPlane(){return (fPlane-1);}; ///< Get strip plane [0-21] Int_t GetStrip(){return (fStrip-1);}; ///< Get strip number [0-95] // + Int_t GetSiSensor(); ///< Return the sensor number, -1 means dead area + // void Set(Int_t view, Int_t plane, Int_t strip); ///< Set strip giving view [0-1], plane [0-22] and number [0-95] // void Set(Float_t X, Float_t Y, Float_t Z); ///< Set strip giving position in PAMELA ref sys [cm]