Loading [MathJax]/jax/input/TeX/config.js
The Gaudi Framework
v36r7 (7f57a304)
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
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
g
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
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
Enumerations
a
c
d
e
f
i
l
m
n
o
p
r
s
t
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
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
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
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
Prepare.py
Go to the documentation of this file.
1
11
"""
12
Prepare DST file to be used by EvtColsEx examples.
13
"""
14
from
Configurables
import
GaudiPersistency
15
from
Gaudi.Configuration
import
*
16
17
GaudiPersistency()
18
FileCatalog(Catalogs=[
"xmlcatalog_file:EvtColsEx.xml"
])
19
20
# Output setup
21
# - DST
22
dst =
OutputStream
(
"RootDst"
)
23
dst.ItemList = [
"/Event#1"
]
24
dst.Output =
"DATAFILE='PFN:EvtColsEx.dst' SVC='Gaudi::RootCnvSvc' OPT='RECREATE'"
25
26
# Application setup
27
app =
ApplicationMgr
()
28
# - I/O
29
app.OutStream += [dst]
30
# - Events
31
app.EvtMax = 50000
32
app.EvtSel =
"NONE"
# do not use any event input
OutputStream
A small to stream Data I/O.
Definition:
OutputStream.h:38
Gaudi.Configuration
Definition:
Configuration.py:1
ApplicationMgr
Definition:
ApplicationMgr.h:57
GaudiExamples
options
EvtColsEx
Prepare.py
Generated on Fri Jul 29 2022 20:50:40 for The Gaudi Framework by
1.8.18