ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8_A14_MSTW2008LO_Common.py
Go to the documentation of this file.
2include("Pythia8_i/Pythia8_Base_Fragment.py")
3
4genSeq.Pythia8.Commands += [
5 "Tune:pp = 5",
6# "PDF:pSet=LHAPDF6:MSTW2008lo68cl",
7 "SpaceShower:rapidityOrder = on",
8 "SigmaProcess:alphaSvalue = 0.140",
9 "SpaceShower:pT0Ref = 1.62",
10 "SpaceShower:pTmaxFudge = 0.92",
11 "SpaceShower:pTdampFudge = 1.14",
12 "SpaceShower:alphaSvalue = 0.129",
13 "TimeShower:alphaSvalue = 0.129",
14 "BeamRemnants:primordialKThard = 1.82",
15 "MultipartonInteractions:pT0Ref = 2.22",
16 "MultipartonInteractions:alphaSvalue = 0.127"]
17# "BeamRemnants:reconnectRange = 1.87"]
18
19rel = os.popen("echo $AtlasVersion").read()
20
21genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:MSTW2008lo68cl",
22 "ColourReconnection:range = 1.87"]
23
24evgenConfig.tune = "A14 MSTW2008LO"
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)