Changeset 78ce8d1 in git for readers/DelphesCMSFWLite.cpp
- Timestamp:
- Jan 19, 2022, 10:19:53 AM (3 years ago)
- Branches:
- master
- Children:
- dd263e4
- Parents:
- b750b0a (diff), 0c0c9af (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. - git-author:
- Bedeschi <bed@…> (01/19/22 10:19:53)
- git-committer:
- GitHub <noreply@…> (01/19/22 10:19:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesCMSFWLite.cpp
rb750b0a r78ce8d1 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.