testWhiteBoard Namespace Reference

Variables

int evtslots = 10
 
tuple whiteboard
 
tuple eventloopmgr
 
tuple a1 = HiveTestAlgorithm("A1", Output = ['/Event/a1'])
 
tuple a2
 
tuple a3
 
tuple a4
 
string EvtSel = 'NONE'
 
list ExtSvc = [whiteboard]
 
 EventLoop = eventloopmgr,
 
list TopAlg = [a1,a2,a3,a4]
 

Variable Documentation

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

Definition at line 13 of file testWhiteBoard.py.

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

Definition at line 14 of file testWhiteBoard.py.

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

Definition at line 16 of file testWhiteBoard.py.

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

Definition at line 18 of file testWhiteBoard.py.

testWhiteBoard.EventLoop = eventloopmgr,

Definition at line 24 of file testWhiteBoard.py.

tuple testWhiteBoard.eventloopmgr
Initial value:
1 = HiveEventLoopMgr(MaxEventsParallel = evtslots,
2  MaxAlgosParallel = 20,
3  NumThreads = 8,
4  AlgosDependencies = [[],['a1'],['a1'],['a2','a3']])

Definition at line 8 of file testWhiteBoard.py.

string testWhiteBoard.EvtSel = 'NONE'

Definition at line 22 of file testWhiteBoard.py.

int testWhiteBoard.evtslots = 10

Definition at line 4 of file testWhiteBoard.py.

list testWhiteBoard.ExtSvc = [whiteboard]

Definition at line 23 of file testWhiteBoard.py.

list testWhiteBoard.TopAlg = [a1,a2,a3,a4]

Definition at line 25 of file testWhiteBoard.py.

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

Definition at line 6 of file testWhiteBoard.py.