ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8_AZNLO_CTEQ6L1_MPIUp_Common.py
Go to the documentation of this file.
2include("Pythia8_i/Pythia8_Base_Fragment.py")
3include('Pythia8_i/Pythia8_Powheg_Main31.py')
4
5evgenConfig.tune = "AZNLO CTEQ6L1"
6
7genSeq.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.05"
14 ]
15
16
17if "UserHooks" in genSeq.Pythia8.__slots__.keys():
18
19 genSeq.Pythia8.Commands += ['Powheg:NFinal = 1',
20 'Powheg:pTHard = 0',
21 'Powheg:pTdef = 2',
22 "PDF:pSet=LHAPDF6:cteq6l1"]
23else:
24
25 genSeq.Pythia8.UserModes += ['Main31:NFinal = 1',
26 'Main31:pTHard = 0',
27 'Main31:pTdef = 2']
28
29 genSeq.Pythia8.Commands += ["PDF:useLHAPDF = on",
30 "PDF:LHAPDFset = cteq6l1"]
31
32