RoundRobinSchedulerSimpleTest Namespace Reference

Variables

int evtMax = 10
 
tuple scheduler = RoundRobinSchedulerSvc(OutputLevel=DEBUG)
 
tuple slimeventloopmgr
 
tuple whiteboard = HiveWhiteBoard("EventDataSvc")
 
tuple algResPool = AlgResourcePool(OutputLevel=DEBUG)
 
tuple a1
 
tuple a2
 
tuple a3
 
tuple a4
 
string EvtSel = 'NONE'
 
list ExtSvc = [whiteboard,algResPool]
 
 EventLoop = slimeventloopmgr,
 
list TopAlg = [a1,a2,a3,a4]
 
string MessageSvcType = "InertMessageSvc"
 

Variable Documentation

tuple RoundRobinSchedulerSimpleTest.a1
Initial value:
1 = CPUCruncher("A1",
2  DataOutputs = ['/Event/a1'],
3  shortCalib=True,
4  varRuntime=.1,
5  avgRuntime=.5 )

Definition at line 21 of file RoundRobinSchedulerSimpleTest.py.

tuple RoundRobinSchedulerSimpleTest.a2
Initial value:
1 = CPUCruncher("A2",
2  shortCalib=True,
3  DataInputs = ['/Event/a1'],
4  DataOutputs = ['/Event/a2'])

Definition at line 26 of file RoundRobinSchedulerSimpleTest.py.

tuple RoundRobinSchedulerSimpleTest.a3
Initial value:
1 = CPUCruncher("A3",
2  shortCalib=True,
3  DataInputs = ['/Event/a1'],
4  DataOutputs = ['/Event/a3'])

Definition at line 30 of file RoundRobinSchedulerSimpleTest.py.

tuple RoundRobinSchedulerSimpleTest.a4
Initial value:
1 = CPUCruncher("A4",
2  shortCalib=True,
3  DataInputs = ['/Event/a2','/Event/a3'],
4  DataOutputs = ['/Event/a4'])

Definition at line 34 of file RoundRobinSchedulerSimpleTest.py.

tuple RoundRobinSchedulerSimpleTest.algResPool = AlgResourcePool(OutputLevel=DEBUG)

Definition at line 19 of file RoundRobinSchedulerSimpleTest.py.

RoundRobinSchedulerSimpleTest.EventLoop = slimeventloopmgr,

Definition at line 45 of file RoundRobinSchedulerSimpleTest.py.

int RoundRobinSchedulerSimpleTest.evtMax = 10

Definition at line 9 of file RoundRobinSchedulerSimpleTest.py.

string RoundRobinSchedulerSimpleTest.EvtSel = 'NONE'

Definition at line 43 of file RoundRobinSchedulerSimpleTest.py.

list RoundRobinSchedulerSimpleTest.ExtSvc = [whiteboard,algResPool]

Definition at line 44 of file RoundRobinSchedulerSimpleTest.py.

string RoundRobinSchedulerSimpleTest.MessageSvcType = "InertMessageSvc"

Definition at line 47 of file RoundRobinSchedulerSimpleTest.py.

tuple RoundRobinSchedulerSimpleTest.scheduler = RoundRobinSchedulerSvc(OutputLevel=DEBUG)

Definition at line 11 of file RoundRobinSchedulerSimpleTest.py.

tuple RoundRobinSchedulerSimpleTest.slimeventloopmgr
Initial value:
1 = HiveSlimEventLoopMgr(SchedulerName="RoundRobinSchedulerSvc",
2  OutputLevel=DEBUG)

Definition at line 13 of file RoundRobinSchedulerSimpleTest.py.

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

Definition at line 46 of file RoundRobinSchedulerSimpleTest.py.

tuple RoundRobinSchedulerSimpleTest.whiteboard = HiveWhiteBoard("EventDataSvc")

Definition at line 16 of file RoundRobinSchedulerSimpleTest.py.