ATLAS Offline Software
Pythia8_A14_MSTW2008LO_Common.py
Go to the documentation of this file.
1 
2 include("Pythia8_i/Pythia8_Base_Fragment.py")
3 
4 genSeq.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 
19 rel = os.popen("echo $AtlasVersion").read()
20 
21 genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:MSTW2008lo68cl",
22  "ColourReconnection:range = 1.87"]
23 
24 evgenConfig.tune = "A14 MSTW2008LO"
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