]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONConstants.h
Minor fixes in the event tag to take into account the new way of storing the trigger...
[u/mrichter/AliRoot.git] / MUON / AliMUONConstants.h
index 1931989a05a3b52b733a054654aee0aa16a56fd8..181215f5a4cc0f8f7b350658ed11597e634dc229 100644 (file)
@@ -26,6 +26,10 @@ class AliMUONConstants : public TObject {
     static Int_t    NDetElem() {return fgNDetElem;}
     // return position of chamber i
     static Float_t  DefaultChamberZ(Int_t i) {return fgDefaultChamberZ[i];}
+    // return ratio between trigger chambers
+    static Float_t  DefaultRatioTriggerChamber(Int_t i) {return fgDefaultRatioTriggerChamber[i];}
+// return Inclination with respect the vertical axis of stations 345
+    static Float_t  St345Inclination() {return fgSt345inclination;}
     // return pointer to array of positions
     static Float_t* DefaultChamberZ() {return fgDefaultChamberZ;}
     // return chamber i inner diameter
@@ -68,6 +72,8 @@ class AliMUONConstants : public TObject {
     static Int_t  fgNDetElem;           //  Number of Detection Elements.
 //
     static Float_t  fgDefaultChamberZ[14];    // ! Z-positions of chambers
+    static Float_t  fgDefaultRatioTriggerChamber[4]; // ratio between trigger chambers
+    static Float_t  fgSt345inclination;       // ! Inclination with respect the vertical axis of stations 345
     static Float_t  fgDmin[7];                // ! inner diameter
     static Float_t  fgDmax[7];                // ! outer diameter