ATLAS Offline Software
Generators
PowhegControl
share
example
processes
Wbb
mc.PhPy8EG_A14NNPDF23_Wbb_example.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3
#--------------------------------------------------------------
4
# This is an example joboption to generate events with Powheg
5
# using ATLAS' interface. Users should optimise and carefully
6
# validate the settings before making an official sample request.
7
#--------------------------------------------------------------
8
9
#--------------------------------------------------------------
10
# EVGEN configuration
11
#--------------------------------------------------------------
12
evgenConfig.description =
"POWHEG+Pythia8 Wbb production with A14 NNPDF2.3 tune."
13
evgenConfig.keywords = [
"SM"
,
"W"
,
"jets"
,
"2jet"
,
"bottom"
]
14
evgenConfig.contact = [
"james.robinson@cern.ch"
]
15
16
# --------------------------------------------------------------
17
# Load ATLAS defaults for the Powheg Wbb process
18
# --------------------------------------------------------------
19
include
(
"PowhegControl/PowhegControl_Wbb_Common.py"
)
20
21
# --------------------------------------------------------------
22
# Generate events
23
# --------------------------------------------------------------
24
PowhegConfig.generate()
25
26
#--------------------------------------------------------------
27
# Pythia8 showering with the A14 NNPDF2.3 tune, main31 routine
28
#--------------------------------------------------------------
29
include
(
"Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
30
include
(
"Pythia8_i/Pythia8_Powheg_Main31.py"
)
python.Include.include
include
Definition:
Include.py:318
Generated on Thu Nov 7 2024 21:20:30 for ATLAS Offline Software by
1.8.18