ATLAS Offline Software
Generators
Pythia8_i
share
example
mergingDJRs_example.py
Go to the documentation of this file.
1
# Check Pythia8 README for more details and the full steps on how to generate the lhe file.
2
# In this example, we considered the production of Z+2jets where Z decays to e+e-
3
4
include
(
"Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
5
6
7
evgenConfig.description =
'Example UserHook for computing CKKWL merging DJRs'
8
evgenConfig.keywords+=[
'Z'
,
'jets'
]
9
evgenConfig.generators += [
'MadGraph'
,
'EvtGen'
,
'Pythia8'
]
10
11
include
(
"Pythia8_i/Pythia8_LHEF.py"
)
12
13
PYTHIA8_nJetMax=2
14
PYTHIA8_Process=
'pp>e-e+'
15
PYTHIA8_Dparameter=0.4
16
PYTHIA8_TMS=20.0
17
PYTHIA8_nQuarksMerge=4
18
19
# Include to activate the CKKWL merging
20
include
(
"Pythia8_i/Pythia8_CKKWL_kTMerge.py"
)
21
22
# Include to compute the DJRs and save them in ROOT file
23
include
(
"Pythia8_i/Pythia8_mergingDJRs.py"
)
24
python.Include.include
include
Definition:
Include.py:318
Generated on Tue Dec 24 2024 21:14:27 for ATLAS Offline Software by
1.8.18