From 1ffb1e11763955885e9e09789ed91a7266417662 Mon Sep 17 00:00:00 2001 From: Benjamin Linnik Date: Fri, 22 May 2015 21:03:45 +0200 Subject: [PATCH] Run analyzer: Removed limitation to maximum 50 data files in MAPS.c --- MABS_run_analyzer/ChargeSpektrum.c | 8 ++++---- MABS_run_analyzer/MAPS.c | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/MABS_run_analyzer/ChargeSpektrum.c b/MABS_run_analyzer/ChargeSpektrum.c index c106661..4e1d79c 100644 --- a/MABS_run_analyzer/ChargeSpektrum.c +++ b/MABS_run_analyzer/ChargeSpektrum.c @@ -178,9 +178,9 @@ void ChargeSpektrum(TString runnumber = "") // runs[runi]->plotNoise(); if (!isBatch) gROOT->SetBatch(kFALSE); - // runs[runi]->plotAllHistograms(); -// runs[runi]->plotAllHistogramsThresholdCluster(); -// runs[runi]->plotAllHistogramsThresholdClusterCalibrated(); +// runs[runi]->plotAllHistograms(); + runs[runi]->plotAllHistogramsThresholdCluster(); + runs[runi]->plotAllHistogramsThresholdClusterCalibrated(); // runs[runi]->plotAllHistogramsCalibrated(); runs[runi]->writeAllHistogramsToFile(); } @@ -188,7 +188,7 @@ void ChargeSpektrum(TString runnumber = "") } } // plotAllRuns(""); - plotAllRuns("threshold calibrated"); +plotAllRuns("threshold"); // writeObservableToFile("seed threshold calibrated"); writeObservableToFile("seed threshold"); } diff --git a/MABS_run_analyzer/MAPS.c b/MABS_run_analyzer/MAPS.c index f988e77..4174f3e 100644 --- a/MABS_run_analyzer/MAPS.c +++ b/MABS_run_analyzer/MAPS.c @@ -403,11 +403,11 @@ bool MAPS::checkDataFiles( Int_t MaxFiles ) { UInt_t Frames; TString FILENAME; - if(MaxFiles>50) - { - cout<<"Expected Nr of Files is too big: " << MaxFiles << " ! Nr of Files reduced to 50!"<100) +// { +// cout<<"Expected Nr of Files is too big: " << MaxFiles << " ! Nr of Files reduced to 50!"<