Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
master (f31105fd)
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
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
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
Typedefs
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
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
Enumerations
a
c
d
e
f
i
l
m
n
o
p
q
r
s
t
v
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Properties
Related Functions
:
a
b
c
d
e
g
h
i
m
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
z
Variables
a
b
c
d
e
g
h
i
m
o
p
q
r
s
t
v
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
c
e
f
p
u
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
DumpParticleProperties.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
19
"""Trivial script to dump the table of Particle Properties"""
20
21
# =============================================================================
22
__author__ =
"Vanya BELYAEV Ivan.Belyaev@nikhef.nl"
23
# =============================================================================
24
25
26
def
dump
():
27
from
Configurables
import
MessageSvc
28
29
import
GaudiPartProp.PartPropAlg
30
31
# The following is misunderstood by flake8 - the import is needed as it
32
# has necessary side effects
33
import
GaudiPartProp.Service
# noqa: F401
34
35
MessageSvc
(OutputLevel=6)
36
37
from
GaudiPython.Bindings
import
AppMgr
38
39
gaudi =
AppMgr
()
40
41
gaudi.initialize()
42
43
pps = gaudi.gaudiPartProp()
44
45
print(pps.all())
46
47
48
# =============================================================================
49
if
"__main__"
== __name__:
50
dump
()
GaudiPartProp.Service.AppMgr
AppMgr
Definition:
Service.py:41
GaudiPartProp.Service
Definition:
Service.py:1
GaudiPartProp.DumpParticleProperties.dump
def dump()
Definition:
DumpParticleProperties.py:26
GaudiPartProp.PartPropAlg
Definition:
PartPropAlg.py:1
GaudiPython.Bindings
Definition:
Bindings.py:1
MessageSvc
Definition:
MessageSvc.h:40
GaudiPartProp
python
GaudiPartProp
DumpParticleProperties.py
Generated on Mon Apr 7 2025 16:26:24 for The Gaudi Framework by
1.8.18