]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
allow analysis of MinBias events when mixing option is ON
authorgconesab <gustavo.conesa.balbastre@cern.ch>
Wed, 26 Feb 2014 18:00:39 +0000 (19:00 +0100)
committergconesab <gustavo.conesa.balbastre@cern.ch>
Wed, 26 Feb 2014 18:01:42 +0000 (19:01 +0100)
PWG/CaloTrackCorrBase/AliAnaCaloTrackCorrMaker.cxx

index 0caab97bc0698239d4b59e804ca6e3eccfa75e3c..3c0d894a92c39cfc7e79207ba24a2ade85ba8def 100755 (executable)
@@ -986,7 +986,7 @@ void AliAnaCaloTrackCorrMaker::ProcessEvent(Int_t iEntry, const char * currentFi
     if(!fReader->IsEventTriggerAtSEOn() && isMBTrigger)
     {
       ana->FillEventMixPool();
-      continue; // pool filled do not try to fill AODs or histograms
+      if(!isTrigger) continue; // pool filled do not try to fill AODs or histograms if trigger is not MB
     }
     
     //Make analysis, create aods in aod branch and in some cases fill histograms