ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8_A14_CTEQ6L1_Common.py
Go to the documentation of this file.
2include("Pythia8_i/Pythia8_Base_Fragment.py")
3
4genSeq.Pythia8.Commands += [
5 "Tune:ee = 7",
6 "Tune:pp = 14",
7# "PDF:useLHAPDF = on",
8# "PDF:LHAPDFset = cteq6ll",
9# "PDF:pSet=LHAPDF6:cteq6l1",
10 "SpaceShower:rapidityOrder = on",
11 "SigmaProcess:alphaSvalue = 0.144",
12 "SpaceShower:pT0Ref = 1.30",
13 "SpaceShower:pTmaxFudge = 0.95",
14 "SpaceShower:pTdampFudge = 1.21",
15 "SpaceShower:alphaSvalue = 0.125",
16 "TimeShower:alphaSvalue = 0.126",
17 "BeamRemnants:primordialKThard = 1.72",
18 "MultipartonInteractions:pT0Ref = 1.98",
19 "MultipartonInteractions:alphaSvalue = 0.118",
20 "ColourReconnection:range = 2.08" ]
21
22rel = os.popen("echo $AtlasVersion").read()
23
24genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:cteq6l1"]
25
26evgenConfig.tune = "A14 CTEQ6L1"
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)