ATLAS Offline Software
Pythia8_Powheg_Main31.py
Go to the documentation of this file.
1 
2 include("Pythia8_i/Pythia8_Powheg.py")
3 genSeq.Pythia8.Commands += [ 'SpaceShower:pTmaxMatch = 2',
4  'TimeShower:pTmaxMatch = 2' ]
5 
6 if "UserHooks" in genSeq.Pythia8.__slots__.keys():
7  genSeq.Pythia8.UserHooks += ['PowhegMain31']
8  genSeq.Pythia8.Commands += ['Powheg:veto = 1']
9 else:
10  genSeq.Pythia8.UserHook = 'Main31'
11 
12 
13 include("Pythia8_i/Pythia8_ShowerWeights.py")
python.Include.include
include
Definition: Include.py:318