ATLAS Offline Software
Pythia8_mergingDJRs.py
Go to the documentation of this file.
1 
2 if "UserHooks" in genSeq.Pythia8.__slots__.keys():
3  genSeq.Pythia8.UserHooks += ['mergingDJRs']
4 else:
5  genSeq.Pythia8.UserHook = 'mergingDJRs'
6 
7