From 3d902bd5ae6f564b1003433d5afc4f1931dbc84e Mon Sep 17 00:00:00 2001 From: Dennis Doering Date: Tue, 25 Aug 2015 14:39:31 +0200 Subject: [PATCH] Bugfix --- MABS_run_analyzer/ChargeSpektrumFunctions.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MABS_run_analyzer/ChargeSpektrumFunctions.c b/MABS_run_analyzer/ChargeSpektrumFunctions.c index ec9ea9b..82c404b 100644 --- a/MABS_run_analyzer/ChargeSpektrumFunctions.c +++ b/MABS_run_analyzer/ChargeSpektrumFunctions.c @@ -141,12 +141,7 @@ Bool_t writeObservableToFile() } } } -<<<<<<< HEAD TString filename= runs[0]->savepathresults + "/" + ownpath + runnumberListe + "histograms.dat"; -======= - runnumberListe+=Form("%s_",plothistogrampointer->GetName()); - TString filename= runs[0]->savepathresults + "/" + runnumberListe + "histograms.dat"; ->>>>>>> without_FSBB fstream* fout = new fstream(filename,ios::out); *fout << headerInfo << endl; *fout << header << endl; -- 2.43.0