The Gaudi Framework  v30r3 (a5ef0a68)
AvalancheSchedulerErrorTest Namespace Reference

Variables

int evtslots = 8
 
int evtMax = 50
 
int cardinality = 10
 
int threads = 10
 
 whiteboard
 
 slimeventloopmgr
 
 scheduler
 
 OutputLevel
 
 scs = StatusCodeSvc("StatusCodeSvc", OutputLevel=DEBUG)
 
 a1 = CPUCruncher("A1")
 
 outKeys
 
 a2 = CPUCruncher("A2")
 
 inpKeys
 
 a3 = CPUCruncher("A3")
 
 FailNEvents
 
 a4 = CPUCruncher("A4")
 
 a5 = CPUCruncher("A5")
 
 shortCalib
 
 Cardinality
 
 avgRuntime
 
 msgSvc = InertMessageSvc("MessageSvc", Format="% F%30W%S%4W%e%s%7W%R%T %0W%M")
 
 EvtMax
 
 EvtSel
 
 ExtSvc
 
 EventLoop
 
 TopAlg
 
 MessageSvcType
 

Detailed Description

Test the correct handling on errors during the event processing:
- The CPUCruncher is configured to return an ERROR on a fraction of the events
- The EventLoopMgr is configured to continue with the next event on ERROR

Variable Documentation

AvalancheSchedulerErrorTest.a1 = CPUCruncher("A1")

Definition at line 44 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.a2 = CPUCruncher("A2")

Definition at line 47 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.a3 = CPUCruncher("A3")

Definition at line 51 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.a4 = CPUCruncher("A4")

Definition at line 56 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.a5 = CPUCruncher("A5")

Definition at line 60 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.avgRuntime

Definition at line 67 of file AvalancheSchedulerErrorTest.py.

int AvalancheSchedulerErrorTest.cardinality = 10

Definition at line 17 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.Cardinality

Definition at line 66 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.EventLoop

Definition at line 75 of file AvalancheSchedulerErrorTest.py.

int AvalancheSchedulerErrorTest.evtMax = 50

Definition at line 16 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.EvtMax

Definition at line 72 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.EvtSel

Definition at line 73 of file AvalancheSchedulerErrorTest.py.

int AvalancheSchedulerErrorTest.evtslots = 8

Definition at line 15 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.ExtSvc

Definition at line 74 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.FailNEvents

Definition at line 54 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.inpKeys

Definition at line 48 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.MessageSvcType

Definition at line 77 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.msgSvc = InertMessageSvc("MessageSvc", Format="% F%30W%S%4W%e%s%7W%R%T %0W%M")

Definition at line 69 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.outKeys

Definition at line 45 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.OutputLevel

Definition at line 30 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.scheduler
Initial value:
1 = AvalancheSchedulerSvc(ThreadPoolSize=threads,
2  OutputLevel=DEBUG)

Definition at line 27 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.scs = StatusCodeSvc("StatusCodeSvc", OutputLevel=DEBUG)

Definition at line 32 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.shortCalib

Definition at line 65 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.slimeventloopmgr
Initial value:
1 = HiveSlimEventLoopMgr(SchedulerName="AvalancheSchedulerSvc",
2  OutputLevel=DEBUG,
3  AbortOnFailure=False)

Definition at line 23 of file AvalancheSchedulerErrorTest.py.

int AvalancheSchedulerErrorTest.threads = 10

Definition at line 18 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.TopAlg

Definition at line 76 of file AvalancheSchedulerErrorTest.py.

AvalancheSchedulerErrorTest.whiteboard
Initial value:
1 = HiveWhiteBoard("EventDataSvc",
2  EventSlots=evtslots)
Data service base class.

Definition at line 20 of file AvalancheSchedulerErrorTest.py.