]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONConstants.cxx
- Adding option for ownership of sector
[u/mrichter/AliRoot.git] / MUON / AliMUONConstants.cxx
index 440ca174ddf79c519e1961ce48e9039ee048cf40..6eb28db0b78da4030c2361cddd145c92ae2bcb47 100644 (file)
@@ -38,12 +38,12 @@ ClassImp(AliMUONConstants)
 
 Int_t   AliMUONConstants::fgNCh = 14;
 Int_t   AliMUONConstants::fgNTrackingCh = 10;
+Int_t   AliMUONConstants::fgNTrackingSt = 5;
 Int_t   AliMUONConstants::fgNTriggerCh = 4;
 Int_t   AliMUONConstants::fgNTriggerCircuit = 234;
 Int_t   AliMUONConstants::fgNDetElem = 228;
 Int_t   AliMUONConstants::fgNGeomModules = 20;
-
-
+Float_t AliMUONConstants::fgkTriggerTofLimit = 75E-9;
 
 Float_t AliMUONConstants::fgDefaultChamberZ[14] = 
   {-526.16, -545.24, -676.4, -695.4, // St12
@@ -80,6 +80,9 @@ Float_t  AliMUONConstants::fgDmax[7]  = {  176.6, 229.0, 308.84, 418.2,  522.0,
  
 Int_t    AliMUONConstants::fgMaxZoom = 20;
 
+// Defaults parameters for track reconstruction
+Double_t  AliMUONConstants::fgDefaultChamberThicknessInX0 = 0.03;
+
 //______________________________________________________________________________
 Int_t AliMUONConstants::ChamberNumber(Float_t z) 
 {