Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
v36r11 (bdb84f5f)
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
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
w
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
Read.py
Go to the documentation of this file.
1
14
15
from
Configurables
import
Gaudi__Examples__MultiInput__ReadAlg
as
ReadAlg
16
from
Configurables
import
GaudiPersistency
17
from
Gaudi.Configuration
import
*
18
19
# I/O
20
GaudiPersistency()
21
esel =
EventSelector
()
22
esel.Input = [
"DATAFILE='PFN:MI_Base.dst' SVC='Gaudi::RootEvtSelector' OPT='READ'"
]
23
FileCatalog(Catalogs=[
"xmlcatalog_file:MultiInput.xml"
])
24
# Algorithms
25
evtAlgs =
GaudiSequencer
(
26
"EventAlgs"
, Members=[ReadAlg(AddressesFile=
"addresses.txt"
, OutputLevel=DEBUG)]
27
)
28
29
# Application setup
30
app =
ApplicationMgr
()
31
# - Algorithms
32
app.TopAlg = [evtAlgs]
33
# - Events
34
app.EvtMax = 100
35
app.HistogramPersistency =
"NONE"
Gaudi.Configuration
Definition:
Configuration.py:1
GaudiSequencer
Definition:
GaudiSequencer.h:38
ApplicationMgr
Definition:
ApplicationMgr.h:57
EventSelector
Definition of class EventSelector.
Definition:
EventSelector.h:63
GaudiExamples
options
MultiInput
Read.py
Generated on Mon Feb 27 2023 19:04:34 for The Gaudi Framework by
1.8.18