The Gaudi Framework
v36r7 (7f57a304)
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 Fri Jul 29 2022 20:50:40 for The Gaudi Framework by
1.8.18