ATLAS Offline Software
Generators
PowhegControl
share
example
features
remove_lhe_comments
mc.PhPy8EG_A14NNPDF23_remove_lhe_comments_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 top pair production with A14 NNPDF2.3 tune."
7
evgenConfig.keywords = [
"SM"
,
"top"
]
8
evgenConfig.contact = [
"tpelzer@cern.ch"
]
9
10
# --------------------------------------------------------------
11
# Load ATLAS defaults for the Powheg tt process
12
# --------------------------------------------------------------
13
include
(
"PowhegControl/PowhegControl_tt_Common.py"
)
14
15
# --------------------------------------------------------------
16
# Generate events
17
# --------------------------------------------------------------
18
# the lines such as #rwgt, #pdf, #new weight, or #Random are by default kept in the lhe file
19
# if they look buggy, they are fixed by PowhegControl
20
# the argument remove_oldStyle_rwt_comments=True of generate removes them from the lhe file
21
# remove_oldStyle_rwt_comments is False by default
22
# see AGENE-1892 for details
23
# --------------------------------------------------------------
24
PowhegConfig.generate(remove_oldStyle_rwt_comments=
True
)
25
26
#--------------------------------------------------------------
27
# Pythia8 showering with the A14 NNPDF2.3 tune
28
#--------------------------------------------------------------
29
include
(
"Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
30
include
(
"Pythia8_i/Pythia8_Powheg.py"
)
python.Include.include
include
Definition:
Include.py:318
Generated on Sun Apr 20 2025 21:14:34 for ATLAS Offline Software by
1.8.18