Changeset 80763ac in git
- Timestamp:
- Aug 20, 2020, 8:17:30 AM (4 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
r46c8df8 r80763ac 296 296 297 297 // jet matching 298 #if PYTHIA_VERSION_INTEGER < 8300 298 299 matching = combined->getHook(*pythia); 299 300 if(!matching) … … 302 303 } 303 304 pythia->setUserHooksPtr(matching); 305 #endif 304 306 305 307 if(pythia == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.