Changes in readers/DelphesROOT.cpp [c4106c9:e576ef60] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesROOT.cpp
rc4106c9 re576ef60 126 126 confReader = new ExRootConfReader; 127 127 confReader->ReadFile(argv[1]); 128 129 maxEvents = confReader->GetInt("::MaxEvents", 0); 128 130 129 131 if(maxEvents < 0) … … 176 178 { 177 179 180 if(entry >= maxEvents) break; 178 181 treeReader->ReadEntry(entry); 179 182 180 183 // -- TBC need also to include event weights -- 181 184
Note:
See TracChangeset
for help on using the changeset viewer.