BugCFHEP114 Namespace Reference

Variables

int evtslots = 13
 
int evtMax = 50
 
int cardinality = 10
 
int algosInFlight = 10
 
tuple whiteboard
 
tuple slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)
 
tuple scheduler
 
tuple a1
 
tuple a2
 
tuple a3
 
tuple a4
 
string EvtSel = 'NONE'
 
list ExtSvc = [whiteboard]
 
 EventLoop = slimeventloopmgr,
 
list TopAlg = [a1,a2,a3,a4]
 
string MessageSvcType = "InertMessageSvc"
 

Variable Documentation

tuple BugCFHEP114.a1
Initial value:
1 = CPUCruncher("A1",
2  shortCalib=True,
3  varRuntime=.01,
4  avgRuntime=.1 )

Definition at line 31 of file BugCFHEP114.py.

tuple BugCFHEP114.a2
Initial value:
1 = CPUCruncher("A2",
2  shortCalib=True)

Definition at line 37 of file BugCFHEP114.py.

tuple BugCFHEP114.a3
Initial value:
1 = CPUCruncher("A3",
2  shortCalib=True)

Definition at line 41 of file BugCFHEP114.py.

tuple BugCFHEP114.a4
Initial value:
1 = CPUCruncher("A4",
2  shortCalib=True)

Definition at line 45 of file BugCFHEP114.py.

int BugCFHEP114.algosInFlight = 10

Definition at line 18 of file BugCFHEP114.py.

int BugCFHEP114.cardinality = 10

Definition at line 17 of file BugCFHEP114.py.

BugCFHEP114.EventLoop = slimeventloopmgr,

Definition at line 56 of file BugCFHEP114.py.

int BugCFHEP114.evtMax = 50

Definition at line 16 of file BugCFHEP114.py.

string BugCFHEP114.EvtSel = 'NONE'

Definition at line 54 of file BugCFHEP114.py.

int BugCFHEP114.evtslots = 13

Definition at line 15 of file BugCFHEP114.py.

list BugCFHEP114.ExtSvc = [whiteboard]

Definition at line 55 of file BugCFHEP114.py.

string BugCFHEP114.MessageSvcType = "InertMessageSvc"

Definition at line 58 of file BugCFHEP114.py.

tuple BugCFHEP114.scheduler
Initial value:
1 = ForwardSchedulerSvc(MaxEventsInFlight = evtslots,
2  MaxAlgosInFlight = algosInFlight,
3  OutputLevel=WARNING)

Definition at line 25 of file BugCFHEP114.py.

tuple BugCFHEP114.slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)

Definition at line 23 of file BugCFHEP114.py.

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

Definition at line 57 of file BugCFHEP114.py.

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

Definition at line 20 of file BugCFHEP114.py.