Fork me on GitHub

Changeset 5eb063e in git for readers/DelphesPythia8.cpp


Ignore:
Timestamp:
Jul 1, 2020, 5:04:52 PM (4 years ago)
Author:
Roberto Preghenella <preghenella@…>
Branches:
master
Children:
80763ac, a643a7f
Parents:
46c8df8
git-author:
Roberto Preghenella <preghenella@…> (05/09/20 10:53:24)
git-committer:
Roberto Preghenella <preghenella@…> (07/01/20 17:04:52)
Message:

Temporary fix UserHooks API changed in Pythia 8.3 series

File:
1 edited

Legend:

Unmodified
Added
Removed
  • readers/DelphesPythia8.cpp

    r46c8df8 r5eb063e  
    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.