2 include(
"Pythia8_i/Pythia8_Powheg.py")
3 genSeq.Pythia8.Commands += [
'SpaceShower:pTmaxMatch = 2',
4 'TimeShower:pTmaxMatch = 2' ]
6 if "UserHooks" in genSeq.Pythia8.__slots__.keys():
7 genSeq.Pythia8.UserHooks += [
'PowhegMain31']
8 genSeq.Pythia8.Commands += [
'Powheg:veto = 1']
10 genSeq.Pythia8.UserHook =
'Main31'
13 include(
"Pythia8_i/Pythia8_ShowerWeights.py")