]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Reduced printout
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Nov 2009 14:47:57 +0000 (14:47 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 17 Nov 2009 14:47:57 +0000 (14:47 +0000)
ANALYSIS/AliAnalysisTaskESDfilter.cxx

index a1361cd0fa15e74e94e079017b48cf500cedb7d0..c428080e6dc6e24f14fb6cf471d82019491e9a7a 100644 (file)
@@ -92,9 +92,11 @@ void AliAnalysisTaskESDfilter::UserExec(Option_t */*option*/)
 //\r
                                            \r
   Long64_t ientry = Entry();\r
-  if (fDebug > 0) printf("Filter: Analysing event # %5d\n", (Int_t) ientry);\r
-  if (fHighPthreshold == 0) AliInfo("detector PID signals are stored in each track");\r
-  if (!fPtshape) AliInfo("detector PID signals are not stored below the pt threshold");\r
+  if (fDebug > 0) {\r
+    printf("Filter: Analysing event # %5d\n", (Int_t) ientry);\r
+    if (fHighPthreshold == 0) AliInfo("detector PID signals are stored in each track");\r
+    if (!fPtshape) AliInfo("detector PID signals are not stored below the pt threshold");\r
+  }\r
 \r
   ConvertESDtoAOD();\r
 }\r