]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bug fix
authormcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Sep 2012 09:30:35 +0000 (09:30 +0000)
committermcosenti <mcosenti@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 11 Sep 2012 09:30:35 +0000 (09:30 +0000)
PWGGA/EMCALTasks/AliAnalysisTaskEMCALIsoPhoton.cxx

index 2560f97bc69c72e938db4c0080f7d63640daa281..15f3641dd7adc265bc22ed482d1ad4f4ecc73efb 100644 (file)
@@ -241,6 +241,7 @@ void AliAnalysisTaskEMCALIsoPhoton::UserExec(Option_t *)
   fMCEvent = MCEvent();
   if(fMCEvent)
     fStack = (AliStack*)fMCEvent->Stack();
+  FillMcHists();
 
   PostData(1, fOutputList);
 }