ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8_A2_MSTW2008LO_Common.py
Go to the documentation of this file.
5
6include("Pythia8_i/Pythia8_Base_Fragment.py")
7
8genSeq.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
17rel = os.popen("echo $AtlasVersion").read()
18
19genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:MSTW2008lo68cl",
20 "ColourReconnection:range=2.28"]
21
22include("Pythia8_i/Pythia8_RapidityOrderMPI.py")
23
24evgenConfig.tune = "A2 MSTW2008LO"
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)