ATLAS Offline Software
Pythia8_A3_NNPDF23LO_Common.py
Go to the documentation of this file.
1 
4 
5 include("Pythia8_i/Pythia8_Base_Fragment.py")
6 
7 genSeq.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 
26 rel = os.popen("echo $AtlasVersion").read()
27 print("Atlas release " + rel)
28 
29 evgenConfig.tune = "A3 NNPDF23LO"
30 print("WARNING! These parameters are derived tuning Pythia 8.186 to data")
31 
32 
33 
read
IovVectorMap_t read(const Folder &theFolder, const SelectionCriterion &choice, const unsigned int limit=10)
Definition: openCoraCool.cxx:569
python.Include.include
include
Definition: Include.py:318
dbg::print
void print(std::FILE *stream, std::format_string< Args... > fmt, Args &&... args)
Definition: SGImplSvc.cxx:70