The Gaudi Framework  v36r9p1 (5c15b2bb)
testWhiteBoard Namespace Reference

Variables

int evtslots = 10
 
 whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots)
 
 slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=DEBUG)
 
 scheduler = AvalancheSchedulerSvc(ThreadPoolSize=8, OutputLevel=WARNING)
 
 a1 = HiveTestAlgorithm("A1", Output=["/Event/a1"])
 
 a2 = HiveTestAlgorithm("A2", Input=["/Event/a1"], Output=["/Event/a2"])
 
 a3 = HiveTestAlgorithm("A3", Input=["/Event/a1"], Output=["/Event/a3"])
 
 a4 = HiveTestAlgorithm("A4", Input=["/Event/a2", "/Event/a3"], Output=["/Event/a4"])
 
 EvtMax
 
 EvtSel
 
 ExtSvc
 
 EventLoop
 
 TopAlg
 
 MessageSvcType
 

Variable Documentation

◆ a1

testWhiteBoard.a1 = HiveTestAlgorithm("A1", Output=["/Event/a1"])

Definition at line 27 of file testWhiteBoard.py.

◆ a2

testWhiteBoard.a2 = HiveTestAlgorithm("A2", Input=["/Event/a1"], Output=["/Event/a2"])

Definition at line 28 of file testWhiteBoard.py.

◆ a3

testWhiteBoard.a3 = HiveTestAlgorithm("A3", Input=["/Event/a1"], Output=["/Event/a3"])

Definition at line 29 of file testWhiteBoard.py.

◆ a4

testWhiteBoard.a4 = HiveTestAlgorithm("A4", Input=["/Event/a2", "/Event/a3"], Output=["/Event/a4"])

Definition at line 30 of file testWhiteBoard.py.

◆ EventLoop

testWhiteBoard.EventLoop

Definition at line 36 of file testWhiteBoard.py.

◆ EvtMax

testWhiteBoard.EvtMax

Definition at line 33 of file testWhiteBoard.py.

◆ EvtSel

testWhiteBoard.EvtSel

Definition at line 34 of file testWhiteBoard.py.

◆ evtslots

int testWhiteBoard.evtslots = 10

Definition at line 19 of file testWhiteBoard.py.

◆ ExtSvc

testWhiteBoard.ExtSvc

Definition at line 35 of file testWhiteBoard.py.

◆ MessageSvcType

testWhiteBoard.MessageSvcType

Definition at line 38 of file testWhiteBoard.py.

◆ scheduler

testWhiteBoard.scheduler = AvalancheSchedulerSvc(ThreadPoolSize=8, OutputLevel=WARNING)

Definition at line 25 of file testWhiteBoard.py.

◆ slimeventloopmgr

testWhiteBoard.slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=DEBUG)

Definition at line 23 of file testWhiteBoard.py.

◆ TopAlg

testWhiteBoard.TopAlg

Definition at line 37 of file testWhiteBoard.py.

◆ whiteboard

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

Definition at line 21 of file testWhiteBoard.py.