// runs[runi]->analyzeFrame(8319);
// 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
+ runs[runi]->error=runs[runi]->analyzeRun(false); // creates or opens .root file, can analyze the RAW data
if (!runs[runi]->error)
{
// gROOT->SetBatch(kTRUE);
plotAllRuns("seed calibrated");
// writeObservableToFile("seed threshold calibrated");
writeObservableToFile("seed threshold");
+ writeObservableToFile("sum threshold");
writeObservableToFile("seed threshold calibrated");
+ writeObservableToFile("sum threshold calibrated");
}