The Gaudi Framework  master (e68eea06)
Loading...
Searching...
No Matches
WriteAndReadHandleWhiteBoard Namespace Reference

Variables

 dst = OutputStream("RootDst")
 
 ItemList
 
 Output
 
 mini = OutputStream("RootMini")
 
 OutputLevel
 
 fsr = RecordStream("FileRecords")
 
 EvtDataSvc
 
 EvtConversionSvc
 
 Catalogs
 
str product_name = "/Event/MyCollision"
 
 writer = WriteHandleAlg("Writer", OutputLevel=DEBUG, UseHandle=True)
 
 Path
 
 reader = ReadHandleAlg("Reader", OutputLevel=DEBUG)
 
int evtslots = 15
 
int algoparallel = 10
 
 whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots)
 
 slimeventloopmgr = HiveSlimEventLoopMgr()
 
 scheduler = AvalancheSchedulerSvc(ThreadPoolSize=algoparallel, OutputLevel=WARNING)
 
 app = ApplicationMgr()
 
 TopAlg
 
 EvtMax
 
 EvtSel
 
 HistogramPersistency
 
 ExtSvc
 
 EventLoop
 

Variable Documentation

◆ algoparallel

int WriteAndReadHandleWhiteBoard.algoparallel = 10

Definition at line 64 of file WriteAndReadHandleWhiteBoard.py.

◆ app

WriteAndReadHandleWhiteBoard.app = ApplicationMgr()

Definition at line 73 of file WriteAndReadHandleWhiteBoard.py.

◆ Catalogs

WriteAndReadHandleWhiteBoard.Catalogs

Definition at line 46 of file WriteAndReadHandleWhiteBoard.py.

◆ dst

WriteAndReadHandleWhiteBoard.dst = OutputStream("RootDst")

Definition at line 24 of file WriteAndReadHandleWhiteBoard.py.

◆ EventLoop

WriteAndReadHandleWhiteBoard.EventLoop

Definition at line 88 of file WriteAndReadHandleWhiteBoard.py.

◆ EvtConversionSvc

WriteAndReadHandleWhiteBoard.EvtConversionSvc

Definition at line 44 of file WriteAndReadHandleWhiteBoard.py.

◆ EvtDataSvc

WriteAndReadHandleWhiteBoard.EvtDataSvc

Definition at line 43 of file WriteAndReadHandleWhiteBoard.py.

◆ EvtMax

WriteAndReadHandleWhiteBoard.EvtMax

Definition at line 84 of file WriteAndReadHandleWhiteBoard.py.

◆ EvtSel

WriteAndReadHandleWhiteBoard.EvtSel

Definition at line 85 of file WriteAndReadHandleWhiteBoard.py.

◆ evtslots

int WriteAndReadHandleWhiteBoard.evtslots = 15

Definition at line 63 of file WriteAndReadHandleWhiteBoard.py.

◆ ExtSvc

WriteAndReadHandleWhiteBoard.ExtSvc

Definition at line 87 of file WriteAndReadHandleWhiteBoard.py.

◆ fsr

WriteAndReadHandleWhiteBoard.fsr = RecordStream("FileRecords")

Definition at line 40 of file WriteAndReadHandleWhiteBoard.py.

◆ HistogramPersistency

WriteAndReadHandleWhiteBoard.HistogramPersistency

Definition at line 86 of file WriteAndReadHandleWhiteBoard.py.

◆ ItemList

WriteAndReadHandleWhiteBoard.ItemList

Definition at line 26 of file WriteAndReadHandleWhiteBoard.py.

◆ mini

WriteAndReadHandleWhiteBoard.mini = OutputStream("RootMini")

Definition at line 32 of file WriteAndReadHandleWhiteBoard.py.

◆ Output

WriteAndReadHandleWhiteBoard.Output

Definition at line 27 of file WriteAndReadHandleWhiteBoard.py.

◆ OutputLevel

WriteAndReadHandleWhiteBoard.OutputLevel

Definition at line 37 of file WriteAndReadHandleWhiteBoard.py.

◆ Path

WriteAndReadHandleWhiteBoard.Path

Definition at line 58 of file WriteAndReadHandleWhiteBoard.py.

◆ product_name

str WriteAndReadHandleWhiteBoard.product_name = "/Event/MyCollision"

Definition at line 55 of file WriteAndReadHandleWhiteBoard.py.

◆ reader

WriteAndReadHandleWhiteBoard.reader = ReadHandleAlg("Reader", OutputLevel=DEBUG)

Definition at line 60 of file WriteAndReadHandleWhiteBoard.py.

◆ scheduler

WriteAndReadHandleWhiteBoard.scheduler = AvalancheSchedulerSvc(ThreadPoolSize=algoparallel, OutputLevel=WARNING)

Definition at line 70 of file WriteAndReadHandleWhiteBoard.py.

◆ slimeventloopmgr

WriteAndReadHandleWhiteBoard.slimeventloopmgr = HiveSlimEventLoopMgr()

Definition at line 68 of file WriteAndReadHandleWhiteBoard.py.

◆ TopAlg

WriteAndReadHandleWhiteBoard.TopAlg

Definition at line 82 of file WriteAndReadHandleWhiteBoard.py.

◆ whiteboard

WriteAndReadHandleWhiteBoard.whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots)

Definition at line 66 of file WriteAndReadHandleWhiteBoard.py.

◆ writer

WriteAndReadHandleWhiteBoard.writer = WriteHandleAlg("Writer", OutputLevel=DEBUG, UseHandle=True)

Definition at line 57 of file WriteAndReadHandleWhiteBoard.py.