]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliReconstruction.cxx
Fix for bug #58023. Reco stops on the first error and does not try to continue the...
[u/mrichter/AliRoot.git] / STEER / AliReconstruction.cxx
index 4f7287387b70442b135e81c01997a31f6bb778dc..51b3ae3304aaf4f045b060d91598d28e54b9be6b 100644 (file)
@@ -206,7 +206,7 @@ AliReconstruction::AliReconstruction(const char* gAliceFilename) :
   fRunMuonTracking(kFALSE),
   fRunV0Finder(kTRUE),
   fRunCascadeFinder(kTRUE),
-  fStopOnError(kFALSE),
+  fStopOnError(kTRUE),
   fWriteAlignmentData(kFALSE),
   fWriteESDfriend(kFALSE),
   fFillTriggerESD(kTRUE),