Changeset fa7729a in git for readers/DelphesPythia8.cpp
- Timestamp:
- Aug 31, 2020, 12:22:36 PM (4 years ago)
- Branches:
- master
- Children:
- 4692fd9
- Parents:
- 1a8ef08 (diff), 4f52352 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
readers/DelphesPythia8.cpp
r1a8ef08 rfa7729a 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.