The Gaudi Framework  v30r3 (a5ef0a68)
testWhiteBoard Namespace Reference

Variables

int evtslots = 10
 
 whiteboard
 
 slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=DEBUG)
 
 scheduler
 
 a1 = HiveTestAlgorithm("A1", Output=['/Event/a1'])
 
 a2
 
 a3
 
 a4
 
 EvtMax
 
 EvtSel
 
 ExtSvc
 
 EventLoop
 
 TopAlg
 
 MessageSvcType
 

Variable Documentation

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

Definition at line 14 of file testWhiteBoard.py.

testWhiteBoard.a2
Initial value:
1 = HiveTestAlgorithm("A2", Input=['/Event/a1'],
2  Output=['/Event/a2'])

Definition at line 15 of file testWhiteBoard.py.

testWhiteBoard.a3
Initial value:
1 = HiveTestAlgorithm("A3", Input=['/Event/a1'],
2  Output=['/Event/a3'])

Definition at line 17 of file testWhiteBoard.py.

testWhiteBoard.a4
Initial value:
1 = HiveTestAlgorithm("A4", Input=['/Event/a2', '/Event/a3'],
2  Output=['/Event/a4'])

Definition at line 19 of file testWhiteBoard.py.

testWhiteBoard.EventLoop

Definition at line 25 of file testWhiteBoard.py.

testWhiteBoard.EvtMax

Definition at line 22 of file testWhiteBoard.py.

testWhiteBoard.EvtSel

Definition at line 23 of file testWhiteBoard.py.

int testWhiteBoard.evtslots = 10

Definition at line 4 of file testWhiteBoard.py.

testWhiteBoard.ExtSvc

Definition at line 24 of file testWhiteBoard.py.

testWhiteBoard.MessageSvcType

Definition at line 27 of file testWhiteBoard.py.

testWhiteBoard.scheduler
Initial value:
1 = AvalancheSchedulerSvc(ThreadPoolSize=8,
2  OutputLevel=WARNING)

Definition at line 11 of file testWhiteBoard.py.

testWhiteBoard.slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=DEBUG)

Definition at line 9 of file testWhiteBoard.py.

testWhiteBoard.TopAlg

Definition at line 26 of file testWhiteBoard.py.

testWhiteBoard.whiteboard
Initial value:
1 = HiveWhiteBoard("EventDataSvc",
2  EventSlots=evtslots)

Definition at line 6 of file testWhiteBoard.py.