ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8_A3_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.07",
18 "SigmaDiffractive:PomFluxAlphaPrime = 0.25",
19 "SigmaElastic:rho = 0.0",
20 "SigmaDiffractive:mode = 0",
21 "SigmaTotal:sigmaAXB =0",
22 "SigmaDiffractive:OwnbMinDD = 5",
23 "ColourReconnection:range = 1.8"]
24# "BeamRemnants:reconnectRange = 1.8"]
25
26rel = os.popen("echo $AtlasVersion").read()
27print("Atlas release " + rel)
28
29evgenConfig.tune = "A3 NNPDF23LO"
30print("WARNING! These parameters are derived tuning Pythia 8.186 to data")
31
32
33
void print(char *figname, TCanvas *c1)
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)