The Gaudi Framework  v32r2 (46d42edc)
BugCFHEP114 Namespace Reference

Variables

 OutputLevel
 
int evtslots = 13
 
int evtMax = 50
 
int cardinality = 10
 
int algosInFlight = 10
 
 whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots)
 
 slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)
 
 scheduler
 
 shortCalib
 
 a1 = CPUCruncher("A1", varRuntime=.01, avgRuntime=.1)
 
 outKeys
 
 a2 = CPUCruncher("A2")
 
 a3 = CPUCruncher("A3")
 
 a4 = CPUCruncher("A4")
 
 Cardinality
 
 EvtMax
 
 EvtSel
 
 ExtSvc
 
 EventLoop
 
 TopAlg
 
 MessageSvcType
 

Detailed Description

Options file to test fix for https://sft.its.cern.ch/jira/browse/CFHEP-114
a problem which is ther when declaring dependencies explicitely in the scheduler
and having more dependencies than algorithms.

Variable Documentation

◆ a1

BugCFHEP114.a1 = CPUCruncher("A1", varRuntime=.01, avgRuntime=.1)

Definition at line 30 of file BugCFHEP114.py.

◆ a2

BugCFHEP114.a2 = CPUCruncher("A2")

Definition at line 33 of file BugCFHEP114.py.

◆ a3

BugCFHEP114.a3 = CPUCruncher("A3")

Definition at line 36 of file BugCFHEP114.py.

◆ a4

BugCFHEP114.a4 = CPUCruncher("A4")

Definition at line 39 of file BugCFHEP114.py.

◆ algosInFlight

int BugCFHEP114.algosInFlight = 10

Definition at line 17 of file BugCFHEP114.py.

◆ cardinality

int BugCFHEP114.cardinality = 10

Definition at line 16 of file BugCFHEP114.py.

◆ Cardinality

BugCFHEP114.Cardinality

Definition at line 43 of file BugCFHEP114.py.

◆ EventLoop

BugCFHEP114.EventLoop

Definition at line 50 of file BugCFHEP114.py.

◆ evtMax

int BugCFHEP114.evtMax = 50

Definition at line 15 of file BugCFHEP114.py.

◆ EvtMax

BugCFHEP114.EvtMax

Definition at line 47 of file BugCFHEP114.py.

◆ EvtSel

BugCFHEP114.EvtSel

Definition at line 48 of file BugCFHEP114.py.

◆ evtslots

int BugCFHEP114.evtslots = 13

Definition at line 14 of file BugCFHEP114.py.

◆ ExtSvc

BugCFHEP114.ExtSvc

Definition at line 49 of file BugCFHEP114.py.

◆ MessageSvcType

BugCFHEP114.MessageSvcType

Definition at line 52 of file BugCFHEP114.py.

◆ outKeys

BugCFHEP114.outKeys

Definition at line 31 of file BugCFHEP114.py.

◆ OutputLevel

BugCFHEP114.OutputLevel

Definition at line 11 of file BugCFHEP114.py.

◆ scheduler

BugCFHEP114.scheduler
Initial value:
2  ThreadPoolSize=algosInFlight, OutputLevel=WARNING)

Definition at line 23 of file BugCFHEP114.py.

◆ shortCalib

BugCFHEP114.shortCalib

Definition at line 28 of file BugCFHEP114.py.

◆ slimeventloopmgr

BugCFHEP114.slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)

Definition at line 21 of file BugCFHEP114.py.

◆ TopAlg

BugCFHEP114.TopAlg

Definition at line 51 of file BugCFHEP114.py.

◆ whiteboard

BugCFHEP114.whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots)

Definition at line 19 of file BugCFHEP114.py.