]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Outer radius of chambers adjusted to accomodate slat chambers (to be checked and...
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Oct 2000 09:09:56 +0000 (09:09 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Oct 2000 09:09:56 +0000 (09:09 +0000)
MUON/AliMUONConstants.cxx

index aacf757f4a46f4d80a05ff204ccfddc6a8baad67..03b1eae7d783176767f41cb718126f6ce505ac03 100644 (file)
 
 /*
 $Log$
+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
 
@@ -35,8 +41,9 @@ Int_t   AliMUONConstants::fgNTriggerCircuit = 234;
 Float_t AliMUONConstants::fgDefaultChamberZ[14] =
 {518., 538., 680., 700., 965., 985., 1239., 1259., 1439., 1459.,
                   1610, 1625., 1710., 1725.}; 
-Float_t  AliMUONConstants::fgDmin[7] = { 35.,  47.,  66.,   80.,  80., 100., 100.};    
-Float_t  AliMUONConstants::fgDmax[7]  = {183., 245., 316.6,  520.,  520., 830., 880.};  
+
+Float_t  AliMUONConstants::fgDmin[7] = {  35.,  47.,  66.0,   80.,   80., 100., 100.};    
+Float_t  AliMUONConstants::fgDmax[7]  = {183., 245., 316.6,  560.,  560., 830., 880.};  
 
 Int_t   AliMUONConstants::fgMaxZoom = 20;