]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for report #60402 Problem with AliHMPIDPreprocessor. The access to the time stamp...
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Dec 2009 10:27:26 +0000 (10:27 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Dec 2009 10:27:26 +0000 (10:27 +0000)
STEER/AliReconstruction.cxx

index 3b219ef9b24dd4d6a8bc2596c4916cf80fc4bfad..c38e1e16983d8da06009173abaf6b21827684208 100644 (file)
@@ -1675,6 +1675,11 @@ Bool_t AliReconstruction::ProcessEvent(Int_t iEvent)
       }
     }
 
+  
+    // fill Event header information from the RawEventHeader
+    if (fRawReader){FillRawEventHeaderESD(fesd);}
+    if (fRawReader){FillRawEventHeaderESD(fhltesd);}
+
     fesd->SetRunNumber(fRunLoader->GetHeader()->GetRun());
     fhltesd->SetRunNumber(fRunLoader->GetHeader()->GetRun());
     fesd->SetEventNumberInFile(fRunLoader->GetHeader()->GetEventNrInRun());
@@ -1765,11 +1770,7 @@ Bool_t AliReconstruction::ProcessEvent(Int_t iEvent)
        if (fStopOnError) {CleanUp(); return kFALSE;}
       }
     }
-  
-    // fill Event header information from the RawEventHeader
-    if (fRawReader){FillRawEventHeaderESD(fesd);}
-    if (fRawReader){FillRawEventHeaderESD(fhltesd);}
-
     // combined PID
     AliESDpid::MakePID(fesd);