]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixed bug where MC was not proccessed If empty PHOS Event
authorhqvigsta <hqvigsta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Jun 2013 12:26:58 +0000 (12:26 +0000)
committerhqvigsta <hqvigsta@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 20 Jun 2013 12:26:58 +0000 (12:26 +0000)
PWGGA/PHOSTasks/PHOS_PbPb/AliAnalysisTaskPi0Flow.cxx

index edc559974371021798918ad77933d4baaab3f266..807fbd18e8e61007e3d38368e1d70ecbf027ec00 100644 (file)
@@ -440,7 +440,7 @@ void AliAnalysisTaskPi0Flow::UserExec(Option_t *)
 
 
   // Step 6: MC
-  //  ProcessMC() ;
+  this->ProcessMC() ;
   LogProgress(6);
 
 
@@ -469,9 +469,6 @@ void AliAnalysisTaskPi0Flow::UserExec(Option_t *)
   this->ConsiderPi0sMix();
   LogProgress(10);
   
-  // Step 11: MC
-  this->ProcessMC();
-
   // Step 12: Update lists
   UpdateLists();
   LogProgress(11);