ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8_AZ_CTEQ6L1_Common.py
Go to the documentation of this file.
2include("Pythia8_i/Pythia8_Base_Fragment.py")
3
4genSeq.Pythia8.Commands += [
5# "PDF:pSet=LHAPDF6:cteq6l1",
6 "BeamRemnants:primordialKThard = 1.713",
7 "SpaceShower:pT0Ref = 0.586",
8 "SpaceShower:alphaSvalue = 0.12374",
9 "MultipartonInteractions:pT0Ref = 2.18"]
10
11rel = os.popen("echo $AtlasVersion").read()
12
13genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:cteq6l1"]
14
15evgenConfig.tune = "AZ CTEQ6L1"
16
17
18
19
20
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)