Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Generators
PowhegControl
share
example
processes
DMV
mc.PhPy8EG_A14NNPDF23_DMV_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 vector dark matter production with A14 NNPDF2.3 tune."
13
evgenConfig.keywords = [
"BSM"
,
"WIMP"
,
"invisible"
]
14
evgenConfig.contact = [
"james.robinson@cern.ch"
]
15
16
# --------------------------------------------------------------
17
# Load ATLAS defaults for the Powheg DMV process
18
# --------------------------------------------------------------
19
include
(
"PowhegControl/PowhegControl_DMV_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"
)
31
32
# id:all = name antiName spinType chargeType colType m0 mWidth mMin mMax tau0
33
genSeq.Pythia8.Commands += [
"1000022:all = X Xbar 2 0 0 {0} 0.0 0.0 0.0 0.0"
.
format
(PowhegConfig.DM_mass),
34
"1000022:isVisible = false"
]
vtune_athena.format
format
Definition:
vtune_athena.py:14
python.Include.include
include
Definition:
Include.py:318
Generated on Tue Jan 14 2025 21:13:52 for ATLAS Offline Software by
1.8.18