Skip to content
Snippets Groups Projects

Improvements to PWG_common_production

Merged Lukas Chlad requested to merge l.chlad/cbmroot:pwg_common_production into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,7 @@
// ----- Check output file name -------------------------------------------
bool CheckOutFileName(TString fileName, Bool_t overwrite)
{
string fName = "run_reco_json_config";
string fName = "run_analysis_tree_maker_json_config";
// --- Protect against overwriting an existing file
if ((!gSystem->AccessPathName(fileName.Data())) && (!overwrite)) {
cout << fName << ": output file " << fileName << " already exists!";
Loading