From: Dennis Doering Date: Fri, 22 May 2015 10:13:22 +0000 (+0200) Subject: Status PXI X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=refs%2Fheads%2FPXI;p=radhard.git Status PXI --- diff --git a/MABS_run_analyzer/ChargeSpektrum.c b/MABS_run_analyzer/ChargeSpektrum.c index c106661..9291c9d 100644 --- a/MABS_run_analyzer/ChargeSpektrum.c +++ b/MABS_run_analyzer/ChargeSpektrum.c @@ -164,8 +164,8 @@ 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]->analyzeFrame(100); // 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..a3eea54 100644 --- a/MABS_run_analyzer/MAPS.c +++ b/MABS_run_analyzer/MAPS.c @@ -1041,9 +1041,9 @@ bool MAPS::regetDynNoise(Int_t Frames) { } } if (pedestalhighinthisframe) - cout<<"\rFrame: "< Pedestal suspiciously high!"< Pedestal suspiciously high!"< Noise suspiciously high!"< Noise suspiciously high!"<getFrame(frame); processed->filterCommonMode(); processed->hitana(); + processed->plotFrame(frame); - delete processed; + delete processed; return 0; } else