ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Generators
PowhegControl
share
example
features
DYNNLO
mc.PhPy8EG_A14NNPDF23_DYNNLO_example.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2
3
#--------------------------------------------------------------
4
# EVGEN configuration
5
#--------------------------------------------------------------
6
evgenConfig.description =
"POWHEG+Pythia8 W+j production with A14 NNPDF2.3 tune"
7
evgenConfig.keywords = [
"SM"
,
"W"
,
"1jet"
]
8
evgenConfig.contact = [
"james.robinson@cern.ch"
]
9
10
# --------------------------------------------------------------
11
# Load ATLAS defaults for the Powheg Wj process
12
# --------------------------------------------------------------
13
include(
"PowhegControl/PowhegControl_Wj_Common.py"
)
14
15
# --------------------------------------------------------------
16
# Set integration parameters to tiny values for fast testing
17
# DO NOT USE THESE SETTINGS IN PRODUCTION!
18
# --------------------------------------------------------------
19
PowhegConfig.ncall1 = 1000
20
PowhegConfig.ncall1rm = 1000
21
PowhegConfig.ncall2 = 1000
22
PowhegConfig.ncall2rm = 1000
23
PowhegConfig.nubound = 1000
24
PowhegConfig.foldphi = 1
25
PowhegConfig.foldcsi = 1
26
PowhegConfig.foldy = 1
27
PowhegConfig.itmx1 = 1
28
PowhegConfig.itmx2 = 1
29
30
# --------------------------------------------------------------
31
# DYNNLO: specify the input reweighting file
32
# --------------------------------------------------------------
33
PowhegConfig.NNLO_reweighting_inputs[
"DYNNLO"
] =
"Wp_CM8_MMHT14NNLO_11.top"
34
35
# --------------------------------------------------------------
36
# Generate events
37
# --------------------------------------------------------------
38
PowhegConfig.generate()
39
40
# --------------------------------------------------------------
41
# Pythia8 showering with the AZNLO tune
42
# --------------------------------------------------------------
43
include(
"Pythia8_i/Pythia8_AZNLO_CTEQ6L1_EvtGen_Common.py"
)
44
include(
"Pythia8_i/Pythia8_Powheg.py"
)
Generated on
for ATLAS Offline Software by
1.17.0