ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8_A3_ALT_NNPDF23LO_Common.py
Go to the documentation of this file.
4
5include("Pythia8_i/Pythia8_Base_Fragment.py")
6
7genSeq.Pythia8.Commands += [
8 "Tune:ee = 7",
9 "Tune:pp = 14",
10# "PDF:pSet=LHAPDF6:NNPDF23_lo_as_0130_qed",
11 "MultipartonInteractions:bProfile = 2",
12 "MultipartonInteractions:pT0Ref = 2.45",
13 "MultipartonInteractions:ecmPow = 0.21",
14 "MultipartonInteractions:coreRadius = 0.55",
15 "MultipartonInteractions:coreFraction = 0.9",
16 "SigmaDiffractive:PomFlux = 4",
17 "SigmaDiffractive:PomFluxEpsilon = 0.037",
18 "SigmaDiffractive:PomFluxAlphaPrime = 0.25"]
19# "BeamRemnants:reconnectRange = 1.8"]
20
21
22rel = os.popen("echo $AtlasVersion").read()
23
24genSeq.Pythia8.Commands += ["PDF:pSet=LHAPDF6:NNPDF23_lo_as_0130_qed",
25 "ColourReconnection:range = 1.8"]
26
27evgenConfig.tune = "A3 NNPDF23LO"
28print ("WARNING! These parameters are derived tuning Pythia 8.186 to data")
29
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)