ATLAS Offline Software
Pythia8B_A14_NNPDF23LO_Common.py
Go to the documentation of this file.
1 
4 
5 include("Pythia8B_i/Pythia8B_Base_Fragment.py")
6 
7 genSeq.Pythia8B.Commands += [
8  "Tune:ee = 7",
9  "Tune:pp = 14",
10  "PDF:pSet=LHAPDF6:NNPDF23_lo_as_0130_qed",
11  "SpaceShower:rapidityOrder = on",
12  "SigmaProcess:alphaSvalue = 0.140",
13  "SpaceShower:pT0Ref = 1.56",
14  "SpaceShower:pTmaxFudge = 0.91",
15  "SpaceShower:pTdampFudge = 1.05",
16  "SpaceShower:alphaSvalue = 0.127",
17  "TimeShower:alphaSvalue = 0.127",
18  "BeamRemnants:primordialKThard = 1.88",
19  "MultipartonInteractions:pT0Ref = 2.09",
20  "MultipartonInteractions:alphaSvalue = 0.126",
21  "ColourReconnection:range = 1.71"]
22 
23 evgenConfig.tune = "A14 NNPDF23LO"
python.Include.include
include
Definition: Include.py:318