Fork me on GitHub

Changeset 94083e7 in git


Ignore:
Timestamp:
Jun 19, 2018, 7:53:57 AM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
28077b2
Parents:
b8b29f1
Message:

remove maxEvents from DelphesROOT.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesROOT.cpp

    rb8b29f1 r94083e7  
    8585  Candidate *candidate;
    8686  Int_t pdgCode;
    87   Int_t maxEvents;
    8887
    8988  const Double_t c_light = 2.99792458E8;
     
    126125    confReader = new ExRootConfReader;
    127126    confReader->ReadFile(argv[1]);
    128 
    129     if(maxEvents < 0)
    130     {
    131       throw runtime_error("MaxEvents must be zero or positive");
    132     }
    133127
    134128    modularDelphes = new Delphes("Delphes");
Note: See TracChangeset for help on using the changeset viewer.