]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONConstants.cxx
Removing warnings ...
[u/mrichter/AliRoot.git] / MUON / AliMUONConstants.cxx
index e85f98b9ea79d08064c081bb349e96c14f475a83..6c2623fcba08f1ce67e6416d99caeb9bca657e5b 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.5  2000/10/18 13:26:10  morsch
-New z-positions of chambers after Erice
-
-Revision 1.4  2000/10/06 09:09:56  morsch
-Outer radius of chambers adjusted to accomodate slat chambers (to be checked and updated).
-
-Revision 1.3  2000/10/02 16:58:29  egangler
-Cleaning of the code :
--> coding conventions
--> void Streamers
--> some useless includes removed or replaced by "class" statement
-
-Revision 1.2  2000/06/27 09:46:57  morsch
-kMAXZOOM global constant now in AliMUONConstants
-
-Revision 1.1  2000/06/26 14:02:38  morsch
-Add class AliMUONConstants with MUON specific constants using static memeber data and access methods.
-
-*/
+/* $Id$ */
 
 #include "AliMUONConstants.h"
 
@@ -49,7 +29,6 @@ Float_t AliMUONConstants::fgDefaultChamberZ[14] =
                   1610, 1625., 1710., 1725.}; 
 
 Float_t  AliMUONConstants::fgDmin[7] = {  36.4,  46.2,  66.0,   80.,   80., 100., 100.};    
-Float_t  AliMUONConstants::fgDmax[7]  = {183., 245., 316.6,  560.,  560., 830., 880.};  
-
+Float_t  AliMUONConstants::fgDmax[7]  = {183., 245., 395.,  560.,  563., 850., 900.};  
 Int_t   AliMUONConstants::fgMaxZoom = 20;