]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONConstants.cxx
Missing include
[u/mrichter/AliRoot.git] / MUON / AliMUONConstants.cxx
index f41cfa5063ea5c0594a7f2a8f4de68be977734fb..5f39ed13792a916e0a2702b4850c4e356225a9d5 100644 (file)
@@ -81,7 +81,7 @@ Float_t  AliMUONConstants::fgPitchSt1  = 0.21;
 // EDMS Id 335328 for "search in EDMS 
 // These are the diameter (Dmin == innner and Dmax - outner) values of the active surface
 // In the case of Dmax, the value corresponds to the maximum diameter of the active surface with 2pi coverture in phi
-Float_t  AliMUONConstants::fgDmin[7]  = {   36.4,  46.2,  63.0,   79.0,   79.0,  99.0,  100.0};  // cm
+Float_t  AliMUONConstants::fgDmin[7]  = {   36.4,  46.2,  63.0,   79.0,   79.0,  98.8,  100.0};  // cm
 Float_t  AliMUONConstants::fgDmax[7]  = {  176.6, 229.0, 308.84, 418.2,  522.0, 850.0, 900.0};   // cm
  
 Int_t    AliMUONConstants::fgMaxZoom = 20;
@@ -108,7 +108,7 @@ const Double_t AliMUONConstants::fgkMuonFilterZEnd = -1471.-120.;
 const Double_t AliMUONConstants::fgkMuonFilterX0 = 1.76;
 
 // Defaults parameters for track reconstruction
-Double_t  AliMUONConstants::fgChamberThicknessInX0 = 0.03;
+Double_t AliMUONConstants::fgChamberThicknessInX0[10] = {0.065, 0.065, 0.075, 0.075, 0.035, 0.035, 0.035, 0.035, 0.035, 0.035};
 
 const Double_t AliMUONConstants::fgkMostProbBendingMomentum = 2.0;