Changeset c4106c9 in git
- Timestamp:
- Jan 26, 2018, 4:40:09 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 66124f4
- Parents:
- 1f7223c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesROOT.cpp
r1f7223c rc4106c9 126 126 confReader = new ExRootConfReader; 127 127 confReader->ReadFile(argv[1]); 128 129 maxEvents = confReader->GetInt("::MaxEvents", 0);130 128 131 129 if(maxEvents < 0) … … 178 176 { 179 177 180 if(entry >= maxEvents) break;181 178 treeReader->ReadEntry(entry); 182 179 183 180 // -- TBC need also to include event weights -- 184 181
Note:
See TracChangeset
for help on using the changeset viewer.