}
// plotAllRuns("");
plotAllRuns("seed calibrated");
+ setCustomPath("Excel/");
// writeObservableToFile("seed threshold calibrated");
// writeObservableToFile("seed threshold");
writeObservableToFile("seed threshold");
const TString colorred = "\033[1;31m";
const TString coloryellow = "\033[1;33m";
const TString colorreset = "\033[0m";
-const TString endlr = "\033[0m\n";
+const TString endlr = "\033[0m\n";
+TString ownpath = "";
+
+void setCustomPath(TString ownpath)
+{
+ ownpath = ownpath;
+}
void ChargeSpektrum(Int_t runnumber)
{
}
}
}
- TString filename= runs[0]->savepathresults + "/Excel/" + runnumberListe + "histograms.dat";
+ TString filename= runs[0]->savepathresults + "/" + ownpath + runnumberListe + "histograms.dat";
fstream* fout = new fstream(filename,ios::out);
*fout << headerInfo << endl;
*fout << header << endl;