Fork me on GitHub

Changeset 78ce8d1 in git


Ignore:
Timestamp:
Jan 19, 2022, 10:19:53 AM (3 years ago)
Author:
GitHub <noreply@…>
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)
Message:

Merge branch 'delphes:master' into master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesCMSFWLite.cpp

    rb750b0a r78ce8d1  
    406406      for(event.toBegin(); !event.atEnd() && !interrupted && (maxEvents <= 0 || eventCounter-skipEvents < maxEvents); ++event)
    407407      {
    408         if(eventCounter > skipEvents){
     408        if(eventCounter >= skipEvents){
    409409          ConvertInput(event, eventCounter, branchEvent, branchWeight, factory,
    410410            allParticleOutputArray, stableParticleOutputArray, partonOutputArray, firstEvent);
Note: See TracChangeset for help on using the changeset viewer.