15from Configurables
import AlgResourcePool, AvalancheSchedulerSvc
16from Configurables
import Gaudi__RootCnvSvc
as RootCnvSvc
17from Configurables
import Gaudi__TestSuite__WriteHandleAlg
as WriteHandleAlg
18from Configurables
import GaudiPersistency, HiveSlimEventLoopMgr, HiveWhiteBoard
25dst.ItemList = [
"/Event#999"]
27 "DATAFILE='PFN:HandleWB_ROOTIO.dst' SVC='Gaudi::RootCnvSvc' OPT='RECREATE'"
32mini.ItemList = [
"/Event#1"]
34 "DATAFILE='PFN:HandleWB_ROOTIO.mdst' SVC='Gaudi::RootCnvSvc' OPT='RECREATE'"
36mini.OutputLevel = VERBOSE
40fsr.ItemList = [
"/FileRecords#999"]
41fsr.Output = dst.Output
43fsr.EvtConversionSvc = FileRecordPersistencySvc()
45FileCatalog(Catalogs=[
"xmlcatalog_file:HandleWB_ROOTIO.xml"])
50RootCnvSvc(OutputLevel=INFO)
54product_name =
"MyCollision"
55product_name_full_path =
"/Event/" + product_name
57writer = WriteHandleAlg(
"Writer", UseHandle=
True, Cardinality=1, OutputLevel=WARNING)
59writer.Output.Path =
"/Event/" + product_name
77 HistogramPersistency=
"NONE",
79 EventLoop=eventloopmgr,
The AlgResourcePool is a concrete implementation of the IAlgResourcePool interface.
The Application Manager class.
A FileRecordDataSvc is the base class for event services.
Default implementation of the IIncidentSvc interface.
A small to stream Data I/O.
Extension of OutputStream to write run records after last event.