]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUON.cxx
New Stepmanager function.
[u/mrichter/AliRoot.git] / MUON / AliMUON.cxx
index d34c95898abb1c8a13ae2a284ae81e98492d86b7..addbdb55ee8ed01db6e05029066819454cf81f21 100644 (file)
@@ -147,8 +147,9 @@ AliMUON::AliMUON(const char *name, const char *title)
       } // Chamber stCH (0, 1) in 
     }     // Station st (0...)
     
-    fMaxStepGas=0.01; 
-    fMaxStepAlu=0.1; 
+    // Negatives values are ignored by geant3 CONS200 in the calculation of the tracking parameters
+    fMaxStepGas=0.1; 
+    fMaxStepAlu=0.1;  
     fMaxDestepGas=-1;
     fMaxDestepAlu=-1;