Changeset a643a7f in git
- Timestamp:
- Aug 24, 2020, 4:59:35 PM (4 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
rd631475 ra643a7f 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.