]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG4/PartCorrBase/AliCaloTrackReader.cxx
Added possibility to recalibrate CaloClusters during the analysis
[u/mrichter/AliRoot.git] / PWG4 / PartCorrBase / AliCaloTrackReader.cxx
index 859d3874f54701a3dbaa1162115d2a20ba8c3c8c..4ea9a64f077370918e1ed389d97f1fedd30077e8 100755 (executable)
@@ -475,12 +475,14 @@ Bool_t AliCaloTrackReader::FillInputEvent(const Int_t iEntry, const char * curre
     }
     
   }
-               
+       
+  if(fFillEMCALCells) FillInputEMCALCells();
+  if(fFillPHOSCells)  FillInputPHOSCells();
+       
   if(fFillCTS)   FillInputCTS();
   if(fFillEMCAL) FillInputEMCAL();
   if(fFillPHOS)  FillInputPHOS();
-  if(fFillEMCALCells) FillInputEMCALCells();
-  if(fFillPHOSCells)  FillInputPHOSCells();
+
        
   return kTRUE ;
 }