ATLAS Offline Software
Generators
Pythia8_i
share
common
Pythia8_aMcAtNlo.py
Go to the documentation of this file.
1
2
include
(
"Pythia8_i/Pythia8_LHEF.py"
)
3
evgenConfig.generators += [
"aMcAtNlo"
]
4
5
#aMC@NLO default Pythia8 settings from http://amcatnlo.web.cern.ch/amcatnlo/list_detailed2.htm#showersettings
6
genSeq.Pythia8.Commands += [
"SpaceShower:pTmaxMatch = 1"
,
7
"SpaceShower:pTmaxFudge = 1"
,
8
"SpaceShower:MEcorrections = off"
,
9
"TimeShower:pTmaxMatch = 1"
,
10
"TimeShower:pTmaxFudge = 1"
,
11
"TimeShower:MEcorrections = off"
,
12
"TimeShower:globalRecoil = on"
,
13
"TimeShower:limitPTmaxGlobal = on"
,
14
"TimeShower:nMaxGlobalRecoil = 1"
,
15
"TimeShower:globalRecoilMode = 2"
,
16
"TimeShower:nMaxGlobalBranch = 1."
,
17
"TimeShower:weightGluonToQuark=1."
,
18
"Check:epTolErr = 1e-2"
]
python.Include.include
include
Definition:
Include.py:318
Generated on Thu Nov 7 2024 21:24:21 for ATLAS Offline Software by
1.8.18