~maddevelopers/mg5amcnlo/2.7.1.3

« back to all changes in this revision

Viewing changes to Template/NLO/SubProcesses/combine_root.C

  • Committer: olivier Mattelaer
  • Date: 2017-12-12 21:11:08 UTC
  • mfrom: (274.1.52 2.6.1)
  • Revision ID: olivier.mattelaer@uclouvain.be-20171212211108-xfh9rt0j9c9m6nxp
pass to 2.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
  if(myverbose){
188
188
    cout << " " << endl;
189
189
    cout << "List of final histograms " << endl;
190
 
    cout << FinalFile.GetListOfKeys()->Print() << endl;
 
190
    FinalFile.GetListOfKeys()->Print();
191
191
  }
192
192
  FinalFile.Close();
193
193