Fork me on GitHub

Changeset 80763ac in git


Ignore:
Timestamp:
Aug 20, 2020, 8:17:30 AM (4 years ago)
Author:
GitHub <noreply@…>
Children:
b8a84d7, ba88abf
Parents:
46c8df8 (diff), 5eb063e (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:
Roberto Preghenella <preghenella@…> (08/20/20 08:17:30)
git-committer:
GitHub <noreply@…> (08/20/20 08:17:30)
Message:

Merge pull request #1 from preghenella/rdev-pythia8302

Temporary fix UserHooks API changed in Pythia 8.3 series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    r46c8df8 r80763ac  
    296296
    297297    // jet matching
     298#if PYTHIA_VERSION_INTEGER < 8300
    298299    matching = combined->getHook(*pythia);
    299300    if(!matching)
     
    302303    }
    303304    pythia->setUserHooksPtr(matching);
     305#endif
    304306
    305307    if(pythia == NULL)
Note: See TracChangeset for help on using the changeset viewer.