From 50f012a82c077e33d432f04168b8c757cac85643 Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 23 Aug 2011 20:32:19 +0000 Subject: [PATCH] Fix for #85901: request to commit fix in AliReconstruction.cxx and port to release (t0spread fix) --- STEER/STEER/AliReconstruction.cxx | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/STEER/STEER/AliReconstruction.cxx b/STEER/STEER/AliReconstruction.cxx index 4a7cb877a86..e4b5de5e2ad 100644 --- a/STEER/STEER/AliReconstruction.cxx +++ b/STEER/STEER/AliReconstruction.cxx @@ -1953,23 +1953,6 @@ Bool_t AliReconstruction::ProcessEvent(Int_t iEvent) if (fStopOnError) {CleanUp(); return kFALSE;} } } - - // AdC+FN - if (fReconstructor[3]) - GetReconstructor(3)->FillEventTimeWithTOF(fesd,&pid); - - // combined PID - pid.MakePID(fesd); - - if (fFillTriggerESD) { - if (!FillTriggerESD(fesd)) { - if (fStopOnError) {CleanUp(); return kFALSE;} - } - } - // Always fill scalers - if (!FillTriggerScalers(fesd)) { - if (fStopOnError) {CleanUp(); return kFALSE;} - } ffile->cd(); @@ -2129,6 +2112,23 @@ Bool_t AliReconstruction::ProcessEvent(Int_t iEvent) } } + // AdC+FN + if (fReconstructor[3]) + GetReconstructor(3)->FillEventTimeWithTOF(fesd,&pid); + + // combined PID + pid.MakePID(fesd); + + if (fFillTriggerESD) { + if (!FillTriggerESD(fesd)) { + if (fStopOnError) {CleanUp(); return kFALSE;} + } + } + // Always fill scalers + if (!FillTriggerScalers(fesd)) { + if (fStopOnError) {CleanUp(); return kFALSE;} + } + // write ESD if (fCleanESD) CleanESD(fesd); // -- 2.43.0