15from Configurables
import AvalancheSchedulerSvc
16from Configurables
import Gaudi__RootCnvSvc
as RootCnvSvc
17from Configurables
import Gaudi__TestSuite__ReadHandleAlg
as ReadHandleAlg
18from Configurables
import (
31RootCnvSvc(OutputLevel=INFO)
40 "DATAFILE='PFN:HandleWB_ROOTIO.dst' SVC='Gaudi::RootEvtSelector' OPT='READ'"
43FileCatalog(Catalogs=[
"xmlcatalog_file:HandleWB_ROOTIO.xml"])
45product_name =
"MyCollision"
46product_name_full_path =
"/Event/" + product_name
51 NeededResources={
"ROOTIO": 1,
"SOMETHINGELSE": 1},
56reader = ReadHandleAlg(
"Reader", Cardinality=4, OutputLevel=INFO)
57reader.Input.Path = product_name
72 ThreadPoolSize=algoparallel,
74 DataLoaderAlg=loader.name(),
75 CheckDependencies=
True,
80 TopAlg=[loader, sniffer, reader],
82 HistogramPersistency=
"NONE",
84 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.
Small algorithm, which traverses the data store and prints a summary of the leafs accessed during the...