From: Benjamin Linnik Date: Mon, 31 Aug 2015 14:26:59 +0000 (+0200) Subject: Run analyzer: forgot to change debugging variable to off X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=123e8f3493465e4eb01302c35a471aa502ae1dae;p=radhard.git Run analyzer: forgot to change debugging variable to off --- diff --git a/MABS_run_analyzer/Run.c b/MABS_run_analyzer/Run.c index bef05a6..050d583 100644 --- a/MABS_run_analyzer/Run.c +++ b/MABS_run_analyzer/Run.c @@ -1865,7 +1865,7 @@ void Run::initHistogram(TH1F* &histogrampointer, TString prefix) void Run::initClusters(Float_t xcoord_min_step, Float_t xcoord_abs_min, Float_t xcoord_abs_max, Float_t ycoord_min_step, Float_t ycoord_abs_min, Float_t ycoord_abs_max) { - if (true) // set to true to debug + if (false) // set to true to debug { cout << "xcoord_abs_min: " << xcoord_abs_min << " xcoord_abs_max: " << xcoord_abs_max << endl; cout << "ycoord_abs_min: " << ycoord_abs_min << " ycoord_abs_max: " << ycoord_abs_max << endl;