From: Dennis Doering Date: Fri, 22 May 2015 14:21:05 +0000 (+0200) Subject: Fix filebeschränkung auf 50 Files (high statistikruns haben 500 Files) X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2be8589d958a61eabc2ca23a7ca36e736fb1e484;p=radhard.git Fix filebeschränkung auf 50 Files (high statistikruns haben 500 Files) --- 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!"<