Skip to content

Commit

Permalink
Merge pull request #373 from catalinristea/master
Browse files Browse the repository at this point in the history
Small fix for QA merging
  • Loading branch information
catalinristea authored May 30, 2020
2 parents f25a54a + 5bcae24 commit 8ec5273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QA/main_QAtrain_duo.C
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ void QAmerge(const char *suffix, const char *dir, Int_t stage)
TStopwatch timer;
timer.Start();
TString outputDir = dir;
TString outputFiles = Form("QAresults%s.root,EventStat_temp%s.root,RecoQAresults%s.root,FilterEvents_trees%s.root",suffix,suffix,suffix,suffix);
TString outputFiles = Form("QAresults%s.root,EventStat_temp.root,RecoQAresults%s.root,FilterEvents_trees%s.root",suffix,suffix,suffix);
//TString mergeExcludes = "EventStat_temp.root"; // created by AODtrain? crash in QAmerging if AOD missing?
TString mergeExcludes = "";
TObjArray *list = outputFiles.Tokenize(",");
Expand Down

0 comments on commit 8ec5273

Please sign in to comment.