]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliReconstruction.cxx
Reducing the size of the step in material (M. Ivanov)
[u/mrichter/AliRoot.git] / STEER / AliReconstruction.cxx
index be791a873a6d12d4eb5b0ea1f08bf04f43b23ce9..9410989064cf7f9a81799d4319369171e92f23ec 100644 (file)
@@ -1625,7 +1625,7 @@ Bool_t AliReconstruction::ProcessEvent(Int_t iEvent)
     UShort_t *selectedIdx=new UShort_t[ntracks];
 
     for (Int_t itrack=0; itrack<ntracks; itrack++){
-      const Double_t kMaxStep = 5;   //max step over the material
+      const Double_t kMaxStep = 1;   //max step over the material
       Bool_t ok;
 
       AliESDtrack *track = fesd->GetTrack(itrack);