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)
39 "DATAFILE='PFN:HandleWB_ROOTIO.dst' SVC='Gaudi::RootEvtSelector' OPT='READ'"
42FileCatalog(Catalogs=[
"xmlcatalog_file:HandleWB_ROOTIO.xml"])
44product_name =
"MyCollision"
45product_name_full_path =
"/Event/" + product_name
50 NeededResources=[
"ROOTIO",
"SOMETHINGELSE"],
55reader = ReadHandleAlg(
"Reader", Cardinality=4, OutputLevel=INFO)
56reader.Input.Path = product_name
68 ThreadPoolSize=algoparallel,
70 DataLoaderAlg=loader.name(),
71 CheckDependencies=
True,
76 TopAlg=[loader, sniffer, reader],
78 HistogramPersistency=
"NONE",
80 EventLoop=eventloopmgr,
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...