ATLAS Offline Software
Pythia8_AZNLO_CTEQ6L1_RenDown_Common.py
Go to the documentation of this file.
1 
2 include("Pythia8_i/Pythia8_Base_Fragment.py")
3 include('Pythia8_i/Pythia8_Powheg_Main31.py')
4 
5 evgenConfig.tune = "AZNLO CTEQ6L1"
6 
7 genSeq.Pythia8.Commands += [
8  "Tune:pp = 5",
9  "BeamRemnants:primordialKThard = 1.74948",
10  "SpaceShower:alphaSorder = 2",
11  "SpaceShower:alphaSvalue = 0.118",
12  "SpaceShower:pT0Ref = 1.923589",
13  "MultipartonInteractions:pT0Ref = 2.002887",
14  "TimeShower:renormMultFac = 0.5",
15  "TimeShower:factorMultFac = 0.5"
16 ]
17 
18 if "UserHooks" in genSeq.Pythia8.__slots__.keys():
19 
20  genSeq.Pythia8.Commands += ['Powheg:NFinal = 1',
21  'Powheg:pTHard = 0',
22  'Powheg:pTdef = 2',
23  "PDF:pSet=LHAPDF6:cteq6l1"]
24 else:
25 
26  genSeq.Pythia8.UserModes += ['Main31:NFinal = 1',
27  'Main31:pTHard = 0',
28  'Main31:pTdef = 2']
29 
30  genSeq.Pythia8.Commands += ["PDF:useLHAPDF = on",
31  "PDF:LHAPDFset = cteq6l1"]
32 
python.Include.include
include
Definition: Include.py:318