X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONConstants.cxx;h=2d10c6ee5816ca42deda30726cc809ff0e9b40e1;hb=ac17c5831d2410ded6432176295670bc05641a28;hp=48dc205403d9286469c96e1776fc49cc60e0149e;hpb=6061eac614e9c2ea8756abea9729c1a8d9eedd3b;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONConstants.cxx b/MUON/AliMUONConstants.cxx index 48dc205403d..2d10c6ee581 100644 --- a/MUON/AliMUONConstants.cxx +++ b/MUON/AliMUONConstants.cxx @@ -23,7 +23,7 @@ #include "TClass.h" #include "AliMpConstants.h" -/// +//----------------------------------------------------------------------------- /// \class AliMUONConstants /// This class holds various constants to be used in many places, /// such as the number of tracking and trigger chambers, @@ -32,7 +32,7 @@ /// Those constants should as much as possible replace hard-coded values /// which are to be considered strictly illegal in the MUON code (or any code, /// by the way). -/// +//----------------------------------------------------------------------------- /// \cond CLASSIMP ClassImp(AliMUONConstants) @@ -87,6 +87,10 @@ Double_t AliMUONConstants::fgCoilL = 502.1; Double_t AliMUONConstants::fgYokeZ = -986.6; Double_t AliMUONConstants::fgYokeL = 309.4; +// Defaults parameters for absorber (27/06/07) +const Double_t AliMUONConstants::fgkAbsZBeg = -90.; +const Double_t AliMUONConstants::fgkAbsZEnd = -505.; + // Defaults parameters for track reconstruction Double_t AliMUONConstants::fgChamberThicknessInX0 = 0.03;