Skip to content

Commit

Permalink
AOD macro: removed filter trees merging and corrected AOD PS EventSta…
Browse files Browse the repository at this point in the history
…t_temp_AODFiltering (#455)

Co-authored-by: Catalin Ristea <catalin.ristea@Catalins-MacBook-Pro.local>
  • Loading branch information
catalinristea and Catalin Ristea authored Feb 9, 2021
1 parent 354f25f commit 50a23fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AOD/main_AODtrainRawAndMC.C
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ void AODmerge()
TStopwatch timer;
timer.Start();
TString outputDir = "wn.xml";
TString outputFiles = "EventStat_temp.root,AODQA.root,AliAOD.root,AliAOD.VertexingHF.root,AliAOD.Muons.root,AliAODGammaConversion.root,AliAOD.Jets.root,FilterEvents_Trees.root,pyxsec_hists.root";
TString outputFiles = "EventStat_temp_AODFiltering.root,AODQA.root,AliAOD.root,AliAOD.VertexingHF.root,AliAOD.Muons.root,AliAODGammaConversion.root,AliAOD.Jets.root,pyxsec_hists.root";
TString mergeExcludes = "";
TObjArray *list = outputFiles.Tokenize(",");
TIter *iter = new TIter(list);
Expand Down

0 comments on commit 50a23fe

Please sign in to comment.