]> jspc29.x-matter.uni-frankfurt.de Git - radhard.git/commitdiff
Bugfix
authorDennis Doering <doering@physik.uni-frankfurt.de>
Tue, 25 Aug 2015 12:39:31 +0000 (14:39 +0200)
committerDennis Doering <doering@physik.uni-frankfurt.de>
Tue, 25 Aug 2015 12:39:31 +0000 (14:39 +0200)
MABS_run_analyzer/ChargeSpektrumFunctions.c

index ec9ea9b1864784f62043d78920b2916b3aacf3f1..82c404b805a9c80b77532b919a2ef39c2c6589e3 100644 (file)
@@ -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;