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
ConfUser.py
Go to the documentation of this file.
1
11
from
GaudiKernel.Configurable
import
ConfigurableUser
12
13
14
class
GaudiPersistency
(
ConfigurableUser
):
15
"""Configurable to enable ROOT-based persistency.
16
17
Note: it requires Gaudi::RootCnvSvc (package RootCnv).
18
"""
19
20
__slots__ = {}
21
22
def
__apply_configuration__
(self):
23
"""Apply low-level configuration"""
24
# aliased names
25
from
Configurables
import
(
26
ApplicationMgr,
27
EventPersistencySvc,
28
FileCatalog,
29
FileRecordDataSvc,
30
IODataManager,
31
PersistencySvc,
32
RootCnvSvc,
33
)
34
35
cnvSvcs = [
RootCnvSvc
()]
36
EventPersistencySvc().CnvServices += cnvSvcs
37
PersistencySvc
(
"FileRecordPersistencySvc"
).CnvServices += cnvSvcs
38
app =
ApplicationMgr
()
39
app.SvcOptMapping += [FileCatalog(),
IODataManager
(),
RootCnvSvc
()]
40
app.ExtSvc += [
FileRecordDataSvc
()]
GaudiKernel.Configurable.ConfigurableUser
Definition:
Configurable.py:1361
PersistencySvc
PersistencySvc class implementation definition.
Definition:
PersistencySvc.h:57
Gaudi::RootCnvSvc
Definition:
RootCnvSvc.h:62
Gaudi.ConfUser.GaudiPersistency.__apply_configuration__
def __apply_configuration__(self)
Definition:
ConfUser.py:22
GaudiKernel.Configurable
Definition:
Configurable.py:1
Gaudi.ConfUser.GaudiPersistency
Definition:
ConfUser.py:14
FileRecordDataSvc
Definition:
FileRecordDataSvc.cpp:48
ApplicationMgr
Definition:
ApplicationMgr.h:57
Gaudi::IODataManager
Definition:
IODataManager.h:39
Gaudi
python
Gaudi
ConfUser.py
Generated on Mon Apr 7 2025 16:26:19 for The Gaudi Framework by
1.8.18