Changeset 5c03893 in git
- Timestamp:
- Feb 22, 2022, 11:42:49 AM (3 years ago)
- Branches:
- master
- Children:
- 00b14d5
- Parents:
- 7bca620 (diff), dd263e4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesCMSFWLite.cpp
r7bca620 r5c03893 406 406 for(event.toBegin(); !event.atEnd() && !interrupted && (maxEvents <= 0 || eventCounter-skipEvents < maxEvents); ++event) 407 407 { 408 if(eventCounter > skipEvents){408 if(eventCounter >= skipEvents){ 409 409 ConvertInput(event, eventCounter, branchEvent, branchWeight, factory, 410 410 allParticleOutputArray, stableParticleOutputArray, partonOutputArray, firstEvent);
Note:
See TracChangeset
for help on using the changeset viewer.