]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONConstants.cxx
- Added new static function ReadData() for loading from ASCII files
[u/mrichter/AliRoot.git] / MUON / AliMUONConstants.cxx
index 48dc205403d9286469c96e1776fc49cc60e0149e..2d10c6ee5816ca42deda30726cc809ff0e9b40e1 100644 (file)
@@ -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;