From 8dc20805ba13aa6e97db81ee49706ca6864d14f2 Mon Sep 17 00:00:00 2001 From: cholm Date: Mon, 29 Nov 2010 21:56:39 +0000 Subject: [PATCH] Added debug flags --- PWG2/FORWARD/analysis2/AliFMDCorrections.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/PWG2/FORWARD/analysis2/AliFMDCorrections.h b/PWG2/FORWARD/analysis2/AliFMDCorrections.h index 5e82593ab22..fe1ce3251a2 100644 --- a/PWG2/FORWARD/analysis2/AliFMDCorrections.h +++ b/PWG2/FORWARD/analysis2/AliFMDCorrections.h @@ -76,6 +76,12 @@ public: * @param dir List to write in */ void DefineOutput(TList* dir); + /** + * Set the debug level. The higher the value the more output + * + * @param dbg Debug level + */ + void SetDebug(Int_t dbg=1) { fDebug = dbg; } protected: /** * Internal data structure to keep track of the histograms @@ -133,6 +139,7 @@ protected: TList fRingHistos; // List of histogram containers Double_t fMultCut; // Low cut on scaled energy loss + Int_t fDebug; // Debug level ClassDef(AliFMDCorrections,1); // Calculate Nch density }; -- 2.43.0