ATLAS Offline Software
Pythia8_Powheg_Main31Vincia.py
Go to the documentation of this file.
1 
2 include("Pythia8_i/Pythia8_Powheg.py")
3 
4 genSeq.Pythia8.Commands += [ 'PartonShowers:model = 2' ]
5 genSeq.Pythia8.Commands += [ 'Vincia:pTmaxMatch = 2'] # recommended in https://arxiv.org/pdf/2106.10987.pdf
6 genSeq.Pythia8.Commands += ['Vincia:ewMode = 0']
7 genSeq.Pythia8.Commands += ['Vincia:interleaveResDec= off']
8 genSeq.Pythia8.Commands += ['Vincia:helicityShower = off']
9 
10 if "UserHooks" in genSeq.Pythia8.__slots__.keys():
11  genSeq.Pythia8.UserHooks += ['PowhegMain31Vincia']
12  genSeq.Pythia8.Commands += ['Powheg:veto = 1']
13 else:
14  genSeq.Pythia8.UserHook = 'Main31Vincia'
15 
16 
17 include("Pythia8_i/Pythia8_ShowerWeights.py")
python.Include.include
include
Definition: Include.py:318