*
*
*/
+Bool_t isBatch = kFALSE;
#include "help.h"
#include "Run.h"
void ChargeSpektrum(TString runnumber = "")
{
cout << endl << endl;
+ if (gROOT->IsBatch())
+ isBatch = kTRUE;
numberRuns=0;
std::vector<int> runList;
compareHistogramClassVectorMABSBot.push_back(runs[runi]->histogramwoRTS);
// gROOT->SetBatch(kTRUE);
- if (!(gROOT->IsBatch()))
+ if (!isBatch)
gROOT->SetBatch(kFALSE);
// ****************************************************************
// DEBUGGING
// runs[runi]->histogramwoRTS->FindNoisethresholdborder(runs[runi]->histogramwoRTS->Veto, false, true);
- runs[runi]->plot1DHistogram( runs[runi]->histogram->Veto, "GaussTail", true, false, false, runs[runi]->histogram->noisethresholdborder);
+// runs[runi]->plot1DHistogram( runs[runi]->histogram->Veto, "GaussTail", true, false, false, runs[runi]->histogram->noisethresholdborder);
// runs[runi]->plot1DHistogram( runs[runi]->histogramwoRTS->a_Sum25[22], "gaus", true, false, false, runs[runi]->histogramwoRTS->noisethresholdborder);
//cout << runs[runi]->histogram