15from Configurables
import AvalancheSchedulerSvc
16from Configurables
import Gaudi__RootCnvSvc
as RootCnvSvc
17from Configurables
import Gaudi__TestSuite__ReadHandleAlg
as ReadHandleAlg
18from Configurables
import (
29RootCnvSvc(OutputLevel=INFO)
34dst.ItemList = [
"/Event#999"]
36 "DATAFILE='PFN:HandleWB_ROOTOutput.dst' SVC='Gaudi::RootCnvSvc' OPT='RECREATE'"
38dst.NeededResources = [
"ROOTIO"]
47 "DATAFILE='PFN:HandleWB_ROOTIO.dst' SVC='Gaudi::RootEvtSelector' OPT='READ'"
50FileCatalog(Catalogs=[
"xmlcatalog_file:HandleWB_ROOTIO.xml"])
52product_name =
"MyCollision"
53product_name_full_path =
"/Event/" + product_name
57reader = ReadHandleAlg(
"Reader", OutputLevel=INFO, NeededResources=[
"ROOTIO"])
58reader.Input.Path = product_name
70 ThreadPoolSize=algoparallel,
72 CheckDependencies=
True,
73 DataLoaderAlg=loader.name(),
77 TopAlg=[loader, reader, dst],
79 HistogramPersistency=
"NONE",
81 EventLoop=eventloopmgr,
The Application Manager class.
Definition of class EventSelector.
Default implementation of the IIncidentSvc interface.
A small to stream Data I/O.