2 include(
"Pythia8_i/Pythia8_Powheg.py")
4 genSeq.Pythia8.Commands += [
'PartonShowers:model = 2' ]
5 genSeq.Pythia8.Commands += [
'Vincia:pTmaxMatch = 2']
6 genSeq.Pythia8.Commands += [
'Vincia:ewMode = 0']
7 genSeq.Pythia8.Commands += [
'Vincia:interleaveResDec= off']
8 genSeq.Pythia8.Commands += [
'Vincia:helicityShower = off']
10 if "UserHooks" in genSeq.Pythia8.__slots__.keys():
11 genSeq.Pythia8.UserHooks += [
'PowhegMain31Vincia']
12 genSeq.Pythia8.Commands += [
'Powheg:veto = 1']
14 genSeq.Pythia8.UserHook =
'Main31Vincia'
17 include(
"Pythia8_i/Pythia8_ShowerWeights.py")