15from Configurables
import FileRecordDataSvc
16from Configurables
import Gaudi__RootCnvSvc
as RootCnvSvc
17from Configurables
import GaudiPersistency, ReadAlg, ReadTES
23FileCatalog(Catalogs=[
"xmlcatalog_file:NEWROOTIO.xml"])
26 "DATAFILE='PFN:NEWROOTIO.dst' SVC='Gaudi::RootEvtSelector' OPT='READ'",
30evtAlgs = Gaudi__Sequencer(
37fsrAlgs = Gaudi__Sequencer(
38 "FSRAlgs", Members=[
ReadTES(Locations=[
"FSR"])], RequireObjects=[
"FSR"]
44app.TopAlg = [evtAlgs, fsrAlgs]
47app.HistogramPersistency =
"NONE"
49RootCnvSvc(OutputLevel=INFO)
The Application Manager class.
Definition of class EventSelector.
A FileRecordDataSvc is the base class for event services.
ReadAlg class for the RootIOExample.