From e26c0b71a05b8e7950029f678992675a6ee08e7a Mon Sep 17 00:00:00 2001 From: morsch Date: Tue, 17 Nov 2009 14:47:57 +0000 Subject: [PATCH 1/1] Reduced printout --- ANALYSIS/AliAnalysisTaskESDfilter.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ANALYSIS/AliAnalysisTaskESDfilter.cxx b/ANALYSIS/AliAnalysisTaskESDfilter.cxx index a1361cd0fa1..c428080e6dc 100644 --- a/ANALYSIS/AliAnalysisTaskESDfilter.cxx +++ b/ANALYSIS/AliAnalysisTaskESDfilter.cxx @@ -92,9 +92,11 @@ void AliAnalysisTaskESDfilter::UserExec(Option_t */*option*/) // Long64_t ientry = Entry(); - if (fDebug > 0) printf("Filter: Analysing event # %5d\n", (Int_t) ientry); - if (fHighPthreshold == 0) AliInfo("detector PID signals are stored in each track"); - if (!fPtshape) AliInfo("detector PID signals are not stored below the pt threshold"); + if (fDebug > 0) { + printf("Filter: Analysing event # %5d\n", (Int_t) ientry); + if (fHighPthreshold == 0) AliInfo("detector PID signals are stored in each track"); + if (!fPtshape) AliInfo("detector PID signals are not stored below the pt threshold"); + } ConvertESDtoAOD(); } -- 2.43.0