]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONConstants.h
Updated constants & method
[u/mrichter/AliRoot.git] / MUON / AliMUONConstants.h
index 15f771f7b66d2ab4b65ce2f6321caee3da85d18b..9b377617a006cbd28ec2eafe9fb5d823fa6d70a9 100644 (file)
@@ -34,17 +34,17 @@ class AliMUONConstants : public TObject {
     static Float_t    DzSlat() {return fgDzSlat;}
     static  Int_t ChamberNumber(Float_t z); 
     // return SqrtKx3 and SqrtKy3 for Slat
-    static Float_t SqrtKx3Slat() {return fgSqrtKx3Slat;}
-    static Float_t SqrtKy3Slat() {return fgSqrtKy3Slat;}
+    static Float_t SqrtKx3() {return fgSqrtKx3;}
+    static Float_t SqrtKy3() {return fgSqrtKy3;}
     // return SqrtKx3 and SqrtKy3 for Station 1 & 2
-    static Float_t SqrtKx3St12() {return fgSqrtKx3St12;}
-    static Float_t SqrtKy3St12() {return fgSqrtKy3St12;}
+    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 ChargeCorrelSlat() {return fgChargeCorrelSlat;}
-    static Float_t ChargeCorrelSt12() {return fgChargeCorrelSt12;}
+    static Float_t ChargeCorrel()    {return fgChargeCorrel;}
+    static Float_t ChargeCorrelSt1() {return fgChargeCorrelSt1;}
      // return wire pitch
-    static Float_t PitchSlat() {return fgPitchSlat;}
-    static Float_t PitchSt12() {return fgPitchSt12;}
+    static Float_t Pitch()    {return fgPitch;}
+    static Float_t PitchSt1() {return fgPitchSt1;}
 
  protected:
     AliMUONConstants() : TObject() {}
@@ -62,16 +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  fgSqrtKx3Slat;      // SqrtKx3 for Slat
-    static Float_t  fgSqrtKy3Slat;      // SqrtKy3 for Slat
-    static Float_t  fgSqrtKx3St12;      // SqrtKx3 for Station 1 & 2
-    static Float_t  fgSqrtKy3St12;      // SqrtKy3 for Station 1 & 2
+    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  fgChargeCorrelSlat;      // charge correlation for Slats
-    static Float_t  fgChargeCorrelSt12;      // charge correlation for Station 1 & 2
+    static Float_t  fgChargeCorrel;      // charge correlation for St2 & Slats
+    static Float_t  fgChargeCorrelSt1;   // charge correlation for Station 1
 
-    static Float_t  fgPitchSlat;      // wire pitch for Slats
-    static Float_t  fgPitchSt12;      // wire pitch for Station 1 & 2
+    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