Fork me on GitHub

Changeset a643a7f in git for readers


Ignore:
Timestamp:
Aug 24, 2020, 4:59:35 PM (4 years ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
4f52352, aafe927
Parents:
d631475 (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:
Michele Selvaggi <michele.selvaggi@…> (08/24/20 16:59:35)
git-committer:
GitHub <noreply@…> (08/24/20 16:59:35)
Message:

Merge pull request #76 from preghenella/rdev-pythia8302

Temporary fix UserHooks API changed in Pythia 8.3 series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    rd631475 ra643a7f  
    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.