]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONConstants.h
Using TGeo as default transport package
[u/mrichter/AliRoot.git] / MUON / AliMUONConstants.h
index 602a67208b575a536f421b16968c29d00e1f6548..9b377617a006cbd28ec2eafe9fb5d823fa6d70a9 100644 (file)
@@ -33,6 +33,18 @@ class AliMUONConstants : public TObject {
     // return half-distance between two slats
     static Float_t    DzSlat() {return fgDzSlat;}
     static  Int_t ChamberNumber(Float_t z); 
+    // return SqrtKx3 and SqrtKy3 for Slat
+    static Float_t SqrtKx3() {return fgSqrtKx3;}
+    static Float_t SqrtKy3() {return fgSqrtKy3;}
+    // return SqrtKx3 and SqrtKy3 for Station 1 & 2
+    static Float_t SqrtKx3St1() {return fgSqrtKx3St1;}
+    static Float_t SqrtKy3St1() {return fgSqrtKy3St1;}
+       // return charge correlation (needed for response and for cluster finder !?)
+    static Float_t ChargeCorrel()    {return fgChargeCorrel;}
+    static Float_t ChargeCorrelSt1() {return fgChargeCorrelSt1;}
+     // return wire pitch
+    static Float_t Pitch()    {return fgPitch;}
+    static Float_t PitchSt1() {return fgPitchSt1;}
 
  protected:
     AliMUONConstants() : TObject() {}
@@ -50,6 +62,16 @@ class AliMUONConstants : public TObject {
 
     static Float_t  fgDzCh;             // half-distance between two half-chambers 
     static Float_t  fgDzSlat;           // half-distance between two slat on the same chamber
+    static Float_t  fgSqrtKx3;          // SqrtKx3 for St2 & Slat
+    static Float_t  fgSqrtKy3;          // SqrtKy3 for St2 & Slat
+    static Float_t  fgSqrtKx3St1;       // SqrtKx3 for Station 1 
+    static Float_t  fgSqrtKy3St1;       // SqrtKy3 for Station 1 
+    static Float_t  fgChargeCorrel;      // charge correlation for St2 & Slats
+    static Float_t  fgChargeCorrelSt1;   // charge correlation for Station 1
+
+    static Float_t  fgPitch;             // wire pitch for St2 & Slats
+    static Float_t  fgPitchSt1;          // wire pitch for Station 1
 
 //
     static Int_t    fgMaxZoom;                // Maximum Zoom for event display