Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!68493
Adding JO example in Pythai8 for the new UserHook
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding JO example in Pythai8 for the new UserHook
sgaid/athena:pythia8-QT-JO
into
main
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Safa Gaid
requested to merge
sgaid/athena:pythia8-QT-JO
into
main
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
I Added a new JO example for Pythia8 using the new UserHook mergingDJRs
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
c59aa64f
1 commit,
1 year ago
1 file
+
24
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Generators/Pythia8_i/share/example/mergingDJRs_example.py
0 → 100644
+
24
−
0
Options
# Check Pythia8 README for more details and the full steps on how to generate the lhe file.
# In this example, we considered the production of Z+2jets where Z decays to e+e-
include
(
"
Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py
"
)
#### Shower
evgenConfig
.
description
=
'
Example UserHook for computing CKKWL merging DJRs
'
evgenConfig
.
keywords
+=
[
'
Z
'
,
'
jets
'
]
evgenConfig
.
generators
+=
[
'
MadGraph
'
,
'
EvtGen
'
,
'
Pythia8
'
]
include
(
"
Pythia8_i/Pythia8_LHEF.py
"
)
PYTHIA8_nJetMax
=
2
PYTHIA8_Process
=
'
pp>e-e+
'
PYTHIA8_Dparameter
=
0.4
PYTHIA8_TMS
=
20.0
PYTHIA8_nQuarksMerge
=
4
# Include to activate the CKKWL merging
include
(
"
Pythia8_i/Pythia8_CKKWL_kTMerge.py
"
)
# Include to compute the DJRs and save them in ROOT file
include
(
"
Pythia8_i/Pythia8_mergingDJRs.py
"
)
Loading