From: pcrochet Date: Fri, 21 Oct 2005 15:48:20 +0000 (+0000) Subject: overlaps fixed X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=738618ccfaceabf173cd753ad341646902219762 overlaps fixed --- diff --git a/MUON/AliMUONConstants.cxx b/MUON/AliMUONConstants.cxx index f6da848e168..9ade721fef8 100644 --- a/MUON/AliMUONConstants.cxx +++ b/MUON/AliMUONConstants.cxx @@ -52,7 +52,7 @@ Float_t AliMUONConstants::fgPitchSt1 = 0.21; // EDMS Id 335328 for "search in EDMS // These are the diameter (innner and ounner) values of the active surface Float_t AliMUONConstants::fgDmin[7] = { 36.4, 46.2, 63.0, 79.0, 79.0, 99.0, 100.0}; -Float_t AliMUONConstants::fgDmax[7] = { 176.6, 229.0, 308.84, 418.2, 522.0, 1224.0, 1300.0}; +Float_t AliMUONConstants::fgDmax[7] = { 176.6, 229.0, 308.84, 418.2, 522.0, 850.0, 900.0}; Int_t AliMUONConstants::fgMaxZoom = 20;