From ce3054c86f177af6c1fc7dfe8d9e24eda70adf26 Mon Sep 17 00:00:00 2001 From: gconesab Date: Wed, 26 Feb 2014 19:00:39 +0100 Subject: [PATCH] allow analysis of MinBias events when mixing option is ON --- PWG/CaloTrackCorrBase/AliAnaCaloTrackCorrMaker.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWG/CaloTrackCorrBase/AliAnaCaloTrackCorrMaker.cxx b/PWG/CaloTrackCorrBase/AliAnaCaloTrackCorrMaker.cxx index 0caab97bc06..3c0d894a92c 100755 --- a/PWG/CaloTrackCorrBase/AliAnaCaloTrackCorrMaker.cxx +++ b/PWG/CaloTrackCorrBase/AliAnaCaloTrackCorrMaker.cxx @@ -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 -- 2.43.0