]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing overlap: decrease inner diameter of the active area envelope of MT1
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 2 Sep 2008 16:17:17 +0000 (16:17 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 2 Sep 2008 16:17:17 +0000 (16:17 +0000)
by 2 mm.
(Bogdan)

MUON/AliMUONConstants.cxx

index f41cfa5063ea5c0594a7f2a8f4de68be977734fb..c3997abd0a296f432c93af0d1c447fe014fe4c44 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;