Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas-physics
pmg
MC Job Options
Commits
9a9bf80e
Commit
9a9bf80e
authored
Sep 07, 2021
by
Jan Kretzschmar
Committed by
Christian Gutschow
Sep 07, 2021
Browse files
PowPy8 low pT v2 shower jOs
parent
9a409997
Pipeline
#2994415
passed with stages
in 1 minute and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
600xxx/600949/mc.PhPy8EG_jj_JZ1_v2.py
0 → 100644
View file @
9a9bf80e
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
generators
+=
[
"Powheg"
,
"Pythia8"
]
evgenConfig
.
description
=
"POWHEG+Pythia8 dijet production with A14 NNPDF2.3 tune. Using opt_v2 input LHEs"
evgenConfig
.
keywords
=
[
"SM"
,
"QCD"
,
"jets"
,
"2jet"
]
evgenConfig
.
contact
=
[
"amoroso@cern.ch"
,
"jan.kretzschmar@cern.ch"
]
evgenConfig
.
nEventsPerJob
=
5000
# 1 LHE file = 100 events, filteff > 0.61
evgenConfig
.
inputFilesPerJob
=
86
#--------------------------------------------------------------
# Pythia8 showering with the A14 NNPDF2.3 tune
#--------------------------------------------------------------
include
(
"Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
include
(
"Pythia8_i/Pythia8_Powheg_Main31.py"
)
include
(
"Pythia8_i/Pythia8_ShowerWeights.py"
)
include
(
"GeneratorFilters/FindJets.py"
)
CreateJets
(
prefiltSeq
,
0.6
)
AddJetsFilter
(
filtSeq
,
runArgs
.
ecmEnergy
,
0.6
)
include
(
"GeneratorFilters/JetFilter_JZX.py"
)
# customize pT cut to push a bit below the usual 20 GeV cut of JZ1
from
AthenaCommon.SystemOfUnits
import
GeV
filtSeq
.
QCDTruthJetFilter
.
MinPt
=
15.0
*
GeV
filtSeq
.
QCDTruthJetFilter
.
MaxPt
=
maxDict
[
1
]
*
GeV
600xxx/600950/mc.PhPy8EG_jj_JZ2_v2.py
0 → 100644
View file @
9a9bf80e
#--------------------------------------------------------------
# EVGEN configuration
#--------------------------------------------------------------
evgenConfig
.
generators
+=
[
"Powheg"
,
"Pythia8"
]
evgenConfig
.
description
=
"POWHEG+Pythia8 dijet production with A14 NNPDF2.3 tune. Using opt_v2 input LHEs"
evgenConfig
.
keywords
=
[
"SM"
,
"QCD"
,
"jets"
,
"2jet"
]
evgenConfig
.
contact
=
[
"amoroso@cern.ch"
,
"jan.kretzschmar@cern.ch"
]
evgenConfig
.
nEventsPerJob
=
10000
# 1 LHE file = 2000 events, filteff > 0.56
evgenConfig
.
inputFilesPerJob
=
10
#--------------------------------------------------------------
# Pythia8 showering with the A14 NNPDF2.3 tune
#--------------------------------------------------------------
include
(
"Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
include
(
"Pythia8_i/Pythia8_Powheg_Main31.py"
)
include
(
"Pythia8_i/Pythia8_ShowerWeights.py"
)
include
(
"GeneratorFilters/FindJets.py"
)
CreateJets
(
prefiltSeq
,
0.6
)
AddJetsFilter
(
filtSeq
,
runArgs
.
ecmEnergy
,
0.6
)
include
(
"GeneratorFilters/JetFilter_JZX.py"
)
JZSlice
(
2
,
filtSeq
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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