ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8_A14_NNPDF23LO_Common.py
Go to the documentation of this file.
4
5include("Pythia8_i/Pythia8_Base_Fragment.py")
6
7# todo - replace BeamRemnants with new ColourReconnection syntax once Pythia 8.201 is in place
8genSeq.Pythia8.Commands += [
9 "Tune:ee = 7",
10 "Tune:pp = 14",
11 "SpaceShower:rapidityOrder = on",
12 "SigmaProcess:alphaSvalue = 0.140",
13 "SpaceShower:pT0Ref = 1.56",
14 "SpaceShower:pTmaxFudge = 0.91",
15 "SpaceShower:pTdampFudge = 1.05",
16 "SpaceShower:alphaSvalue = 0.127",
17 "TimeShower:alphaSvalue = 0.127",
18 "BeamRemnants:primordialKThard = 1.88",
19 "MultipartonInteractions:pT0Ref = 2.09",
20 "MultipartonInteractions:alphaSvalue = 0.126"]
21
22rel = os.popen("echo $AtlasVersion").read()
23
24genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:NNPDF23_lo_as_0130_qed",
25 "ColourReconnection:range = 1.71"]
26
27include("Pythia8_i/Pythia8_RapidityOrderMPI.py")
28
29evgenConfig.tune = "A14 NNPDF23LO"
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)