ATLAS Offline Software
Pythia8B_A14_CTEQ6L1_Common.py
Go to the documentation of this file.
1 
2 include("Pythia8B_i/Pythia8B_Base_Fragment.py")
3 
4 genSeq.Pythia8B.Commands += [
5  "Tune:ee = 7",
6  "Tune:pp = 14",
7  "PDF:pSet=LHAPDF6:cteq6l1",
8  "SpaceShower:rapidityOrder = on",
9  "SigmaProcess:alphaSvalue = 0.144",
10  "SpaceShower:pT0Ref = 1.30",
11  "SpaceShower:pTmaxFudge = 0.95",
12  "SpaceShower:pTdampFudge = 1.21",
13  "SpaceShower:alphaSvalue = 0.125",
14  "TimeShower:alphaSvalue = 0.126",
15  "BeamRemnants:primordialKThard = 1.72",
16  "MultipartonInteractions:pT0Ref = 1.98",
17  "MultipartonInteractions:alphaSvalue = 0.118",
18  "ColourReconnection:range = 2.08"]
19 
20 evgenConfig.tune = "A14 CTEQ6L1"
python.Include.include
include
Definition: Include.py:318