From 2be8589d958a61eabc2ca23a7ca36e736fb1e484 Mon Sep 17 00:00:00 2001 From: Dennis Doering Date: Fri, 22 May 2015 16:21:05 +0200 Subject: [PATCH] =?utf8?q?Fix=20filebeschr=C3=A4nkung=20auf=2050=20Files?= =?utf8?q?=20(high=20statistikruns=20haben=20500=20Files)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- MABS_run_analyzer/ChargeSpektrum.c | 2 +- MABS_run_analyzer/MAPS.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MABS_run_analyzer/ChargeSpektrum.c b/MABS_run_analyzer/ChargeSpektrum.c index c106661..8c4b25d 100644 --- a/MABS_run_analyzer/ChargeSpektrum.c +++ b/MABS_run_analyzer/ChargeSpektrum.c @@ -165,7 +165,7 @@ void ChargeSpektrum(TString runnumber = "") runs[runi]->setResultsPath("./results/"); runs[runi]->useDynamicalNoise(true); // runs[runi]->analyzeFrame(542875); // creates or opens .root file, can analyze the RAW data - runs[runi]->error=runs[runi]->analyzeRun(false); // creates or opens .root file, can analyze the RAW data + runs[runi]->error=runs[runi]->analyzeRun(true); // creates or opens .root file, can analyze the RAW data if (!runs[runi]->error) { // gROOT->SetBatch(kTRUE); diff --git a/MABS_run_analyzer/MAPS.c b/MABS_run_analyzer/MAPS.c index f988e77..42c6795 100644 --- a/MABS_run_analyzer/MAPS.c +++ b/MABS_run_analyzer/MAPS.c @@ -403,7 +403,7 @@ bool MAPS::checkDataFiles( Int_t MaxFiles ) { UInt_t Frames; TString FILENAME; - if(MaxFiles>50) + if(MaxFiles>5000) { cout<<"Expected Nr of Files is too big: " << MaxFiles << " ! Nr of Files reduced to 50!"<