Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas-physics
pmg
MC Job Options
Commits
b78c39ae
Commit
b78c39ae
authored
Sep 19, 2019
by
Serena Palazzo
Browse files
Adding new DSID 421200
parent
9d032e14
Pipeline
#1103452
passed with stages
in 2 minutes and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
421xxx/421200/log.generate.short
0 → 100644
View file @
b78c39ae
- CPU = 0.20 hrs
15:17:34 EventInfoMgtInit: Got release version AthGeneration-21.6.10
421xxx/421200/mc.PhPy8_A14_ttbar_hdamp258p75_nonallhad.py
0 → 100644
View file @
b78c39ae
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
description
=
'POWHEG+Pythia8 ttbar production with Powheg hdamp equal 1.5*top mass, width 0.7 GeV, A14 tune, at least one lepton filter, ME NNPDF30 NLO, A14 NNPDF23 LO'
evgenConfig
.
keywords
=
[
'SM'
,
'top'
,
'ttbar'
,
'lepton'
]
evgenConfig
.
contact
=
[
'james.robinson@cern.ch'
,
'andrea.helen.knue@cern.ch'
,
'onofrio@liverpool.ac.uk'
,
'ian.connelly@cern.ch'
]
evgenConfig
.
minevents
=
1000
#from PowhegControl import ATLASCommonParameters
#ATLASCommonParameters.width_t = 1.0e-5 # SM prediction for mass 172.5 GeV is app. 1.33 GeV
include
(
'PowhegControl/PowhegControl_tt_Common.py'
)
# Initial settings
#PowhegConfig.topdecaymode = 22222 # Inclusive
if
hasattr
(
PowhegConfig
,
"topdecaymode"
):
# Use PowhegControl-00-02-XY (and earlier) syntax
PowhegConfig
.
topdecaymode
=
22222
# inclusive top decays
else
:
# Use PowhegControl-00-03-XY (and later) syntax
PowhegConfig
.
decay_mode
=
"t t~ > all"
PowhegConfig
.
hdamp
=
258.75
# 1.5 * mtop
PowhegConfig
.
PDF
=
260000
# NNPDF30, MMHT, CT14, PDF4LHC - PDF variations with nominal scale variation
PowhegConfig
.
nEvents
*=
3.
# compensate filter efficiency
PowhegConfig
.
generate
()
#--------------------------------------------------------------
# Pythia8 showering
#--------------------------------------------------------------
include
(
'Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py'
)
include
(
"Pythia8_i/Pythia8_Powheg_Main31.py"
)
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTHard = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:NFinal = 2'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTdef = 2'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:veto = 1'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:vetoCount = 3'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:pTemt = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:emitted = 0'
]
genSeq
.
Pythia8
.
Commands
+=
[
'Powheg:MPIveto = 0'
]
#--------------------------------------------------------------
# Event filter
#--------------------------------------------------------------
include
(
'GeneratorFilters/TTbarWToLeptonFilter.py'
)
filtSeq
.
TTbarWToLeptonFilter
.
NumLeptons
=
-
1
filtSeq
.
TTbarWToLeptonFilter
.
Ptcut
=
0.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment