From 0507451bcecf61ed18fc17aec83864ee92076b14 Mon Sep 17 00:00:00 2001 From: Dennis Doering Date: Wed, 6 May 2015 15:35:52 +0200 Subject: [PATCH] Dennis ChargeSpektrum.c --- MABS_run_analyzer/ChargeSpektrum.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MABS_run_analyzer/ChargeSpektrum.c b/MABS_run_analyzer/ChargeSpektrum.c index f8a50a8..c3289fb 100644 --- a/MABS_run_analyzer/ChargeSpektrum.c +++ b/MABS_run_analyzer/ChargeSpektrum.c @@ -82,24 +82,24 @@ void ChargeSpektrum(Int_t runnumber = -1) runs[runi]->upperpart = 0; } } - runs[runi]->setResultsPath("/home/blinnik/Dropbox/Promotion/MABS_Analyse/NoiseUntersuchung1014neq/"); + runs[runi]->setResultsPath("/d/salt/data_recovered/maps/DennisDoering/data/Mi34/"); runs[runi]->setPlotStyle(runi); runs[runi]->useDynamicalNoise(true); runs[runi]->analyzeRun(false); // creates or opens .root file, can analyze the RAW data -// gROOT->SetBatch(kTRUE); + gROOT->SetBatch(kTRUE); // runs[runi]->plotSeed(); -// runs[runi]->plotSum(); - runs[runi]->plotVeto(); +// runs[runi]->plotSum(); +// runs[runi]->plotVeto(); // runs[runi]->plotNoise(); if (!isBatch) gROOT->SetBatch(kFALSE); -// runs[runi]->plotAllHistograms(); + runs[runi]->plotAllHistograms(); // runs[runi]->plotAllHistogramsCalibrated(); -// runs[runi]->writeAllHistogramsToFile(); + runs[runi]->writeAllHistogramsToFile(); } -// plotAllRuns(); + plotAllRuns(); // TTimeStamp* time = new TTimeStamp(); // TCanvas* canvas = new TCanvas(Form("%d",time->GetNanoSec()), "Summary", 800, 600); -- 2.43.0