6 from Configurables
import Gaudi__RootCnvSvc
as RootCnvSvc, GaudiPersistency, StoreSnifferAlg
7 from Configurables
import WriteHandleAlg, ReadHandleAlg, HiveWhiteBoard, HiveSlimEventLoopMgr, HiveReadAlgorithm, AvalancheSchedulerSvc, AlgResourcePool
12 RootCnvSvc(OutputLevel=INFO)
18 Input=[
"DATAFILE='PFN:HandleWB_ROOTIO.dst' SVC='Gaudi::RootEvtSelector' OPT='READ'"])
19 FileCatalog(Catalogs=[
"xmlcatalog_file:HandleWB_ROOTIO.xml"])
21 product_name =
"MyCollision" 22 product_name_full_path =
"/Event/" + product_name
24 loader = HiveReadAlgorithm(
"Loader",
26 NeededResources=[
'ROOTIO',
'SOMETHINGELSE'],
31 reader = ReadHandleAlg(
"Reader",
34 reader.Input.Path = product_name
39 whiteboard = HiveWhiteBoard(
"EventDataSvc",
42 eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)
46 scheduler = AvalancheSchedulerSvc(ThreadPoolSize=algoparallel,
48 DataLoaderAlg=loader.name(),
49 CheckDependencies=
True)
55 HistogramPersistency=
"NONE",
57 EventLoop=eventloopmgr)
Small algorithm, which traverses the data store and prints a summary of the leafs accessed during the...
The Application Manager class.
Definition of class EventSelector.
Default implementation of the IIncidentSvc interface.