From dd7a33c78bbeeacd20e3b825994f764183902419 Mon Sep 17 00:00:00 2001 From: Dennis Doering Date: Fri, 22 May 2015 12:13:22 +0200 Subject: [PATCH] Status PXI --- MABS_run_analyzer/ChargeSpektrum.c | 4 ++-- MABS_run_analyzer/MAPS.c | 4 ++-- MABS_run_analyzer/Run.c | 15 ++++++++++----- 3 files changed, 14 insertions(+), 9 deletions(-) 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 -- 2.43.0