ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Generators
PowhegControl
share
example
processes
Wc
mc.PhPy8EG_A14NNPDF23_Wc_example.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2025 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 W+c production with A14 NNPDF2.3 tune."
13
evgenConfig.keywords = [
"SM"
,
"W"
,
"1jet"
]
14
evgenConfig.contact = [
"andrii.verbytskyi@mpp.mpg.de"
]
15
16
# --------------------------------------------------------------
17
# Load ATLAS defaults for the Powheg Wj process
18
# --------------------------------------------------------------
19
include(
"PowhegControl/PowhegControl_Wc_Common.py"
)
20
PowhegConfig.CKM_Vud=0.97359
21
PowhegConfig.CKM_Vus=0.22438
22
PowhegConfig.CKM_Vcd=0.22438
23
PowhegConfig.CKM_Vcs=0.97356
24
PowhegConfig.mass_W=80.385
25
PowhegConfig.width_Z=2.4952
26
PowhegConfig.mass_b=4.8
27
PowhegConfig.mass_c=1.5
28
PowhegConfig.rwl_group_events=10
29
PowhegConfig.nubound=5000
30
PowhegConfig.storeinfo_rwgt=1
31
PowhegConfig.hdamp=0.1
32
PowhegConfig.bornktmin=0.0
33
PowhegConfig.bornsuppfact=10.0
34
PowhegConfig.doublefsr=0.0
35
PowhegConfig.ptsqmin=1.0
36
PowhegConfig.colltest=0
37
#PowhegConfig.resum_profile=1 #One should check this parameter
38
PowhegConfig.storeinfo_rwgt=1
39
PowhegConfig.alphas_from_pdf=1
40
PowhegConfig.lhapdf6maxsets=10
41
PowhegConfig.runningscales=1
42
PowhegConfig.softtest=0
43
PowhegConfig.ubexcess_correct=1
44
PowhegConfig.itmx1=1
45
46
# --------------------------------------------------------------
47
# Generate events
48
# --------------------------------------------------------------
49
PowhegConfig.generate()
50
51
#--------------------------------------------------------------
52
# Pythia8 showering with the A14 NNPDF2.3 tune, main31 routine
53
#--------------------------------------------------------------
54
include(
"Pythia8_i/Pythia8_A14_NNPDF23LO_EvtGen_Common.py"
)
55
include(
"Pythia8_i/Pythia8_Powheg_Main31.py"
)
Generated on
for ATLAS Offline Software by
1.17.0