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);