Skip to content
Snippets Groups Projects
Commit c0c5026b authored by Julian Pychy's avatar Julian Pychy
Browse files

small fix

parent a19e6b1f
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,6 @@ void pbarpHist::initRootStuff(){
std::ostringstream rootFileName;
rootFileName << "./pawianHists" << pbarpEnv::instance()->outputFileNameSuffix() << ".root";
_theTFile=new TFile(rootFileName.str().c_str(),"recreate");
std::cout << "creating file with name" << rootFileName.str() <<std::endl;
std::vector<std::vector<std::string> > histMassNameVec=pbarpEnv::instance()->histMassSystems();
std::vector<std::vector<std::string> >::iterator itVecStr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment