ATLAS Offline Software
Pythia8_A14_NNPDF23LO_Common.py
Go to the documentation of this file.
1 
4 
5 include("Pythia8_i/Pythia8_Base_Fragment.py")
6 
7 # todo - replace BeamRemnants with new ColourReconnection syntax once Pythia 8.201 is in place
8 genSeq.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 
22 rel = os.popen("echo $AtlasVersion").read()
23 
24 genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:NNPDF23_lo_as_0130_qed",
25  "ColourReconnection:range = 1.71"]
26 
27 include("Pythia8_i/Pythia8_RapidityOrderMPI.py")
28 
29 evgenConfig.tune = "A14 NNPDF23LO"
read
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)
Definition: openCoraCool.cxx:569
python.Include.include
include
Definition: Include.py:318