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 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -185,7 +185,7 @@ void run_analysis_tree_maker_json_config(TString traPath = "test", TString rawPa
timer.Stop();
const Double_t rtime = timer.RealTime();
const Double_t ctime = timer.CpuTime();
std::cout << "Macro finished succesfully." << std::endl;
std::cout << "Macro finished successfully." << std::endl;
std::cout << "Output file is " << outFile << std::endl;
std::cout << "Parameter file is " << parFile << std::endl;
Loading