15from Configurables
import AvalancheSchedulerSvc
16from Configurables
import Gaudi__RootCnvSvc
as RootCnvSvc
17from Configurables
import Gaudi__TestSuite__ReadHandleAlg
as ReadHandleAlg
18from Configurables
import (
30RootCnvSvc(OutputLevel=INFO)
35dst.ItemList = [
"/Event#999"]
37 "DATAFILE='PFN:HandleWB_ROOTOutput.dst' SVC='Gaudi::RootCnvSvc' OPT='RECREATE'"
39dst.NeededResources = {
"ROOTIO": 1}
48 "DATAFILE='PFN:HandleWB_ROOTIO.dst' SVC='Gaudi::RootEvtSelector' OPT='READ'"
51FileCatalog(Catalogs=[
"xmlcatalog_file:HandleWB_ROOTIO.xml"])
53product_name =
"MyCollision"
54product_name_full_path =
"/Event/" + product_name
58reader = ReadHandleAlg(
"Reader", OutputLevel=INFO, NeededResources={
"ROOTIO": 1})
59reader.Input.Path = product_name
74 ThreadPoolSize=algoparallel,
76 CheckDependencies=
True,
77 DataLoaderAlg=loader.name(),
81 TopAlg=[loader, reader, dst],
83 HistogramPersistency=
"NONE",
85 EventLoop=eventloopmgr,
The AlgResourcePool is a concrete implementation of the IAlgResourcePool interface.
The Application Manager class.
Definition of class EventSelector.
Default implementation of the IIncidentSvc interface.
A small to stream Data I/O.