ATLAS Offline Software
Pythia8_A2_MSTW2008LO_Common.py
Go to the documentation of this file.
1 
5 
6 include("Pythia8_i/Pythia8_Base_Fragment.py")
7 
8 genSeq.Pythia8.Commands += [
9  "Tune:pp = 5",
10  "MultipartonInteractions:bProfile = 4",
11  "MultipartonInteractions:a1 = 0.03",
12  "MultipartonInteractions:pT0Ref = 1.90",
13  "MultipartonInteractions:ecmPow = 0.30",
14 # "BeamRemnants:reconnectRange = 2.28",
15  "SpaceShower:rapidityOrder=0"]
16 
17 rel = os.popen("echo $AtlasVersion").read()
18 
19 genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:MSTW2008lo68cl",
20  "ColourReconnection:range=2.28"]
21 
22 include("Pythia8_i/Pythia8_RapidityOrderMPI.py")
23 
24 evgenConfig.tune = "A2 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