The Gaudi Framework  v36r9p1 (5c15b2bb)
OffloadCMSRecoScenario Namespace Reference

Variables

int evtslots = 1
 
int evtMax = 5
 
int algosInFlight = 4
 
 whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots, OutputLevel=INFO)
 
 slimeventloopmgr
 
 ThreadPoolSize
 
 OutputLevel
 
 PreemptiveBlockingTasks
 
 MaxBlockingAlgosInFlight
 
 timeValue = precedence.RealTimeValue(path="cms/reco/algs-time.json", defaultTime=0.0)
 
 ifBlocking = precedence.RndBiasedBooleanValue(pattern={True: 70, False: 637}, seed=1)
 
 sequencer
 
 EvtMax
 
 EvtSel
 
 ExtSvc
 
 EventLoop
 
 TopAlg
 
 MessageSvcType
 

Variable Documentation

◆ algosInFlight

int OffloadCMSRecoScenario.algosInFlight = 4

Definition at line 22 of file OffloadCMSRecoScenario.py.

◆ EventLoop

OffloadCMSRecoScenario.EventLoop

Definition at line 57 of file OffloadCMSRecoScenario.py.

◆ evtMax

int OffloadCMSRecoScenario.evtMax = 5

Definition at line 21 of file OffloadCMSRecoScenario.py.

◆ EvtMax

OffloadCMSRecoScenario.EvtMax

Definition at line 54 of file OffloadCMSRecoScenario.py.

◆ EvtSel

OffloadCMSRecoScenario.EvtSel

Definition at line 55 of file OffloadCMSRecoScenario.py.

◆ evtslots

int OffloadCMSRecoScenario.evtslots = 1

Definition at line 20 of file OffloadCMSRecoScenario.py.

◆ ExtSvc

OffloadCMSRecoScenario.ExtSvc

Definition at line 56 of file OffloadCMSRecoScenario.py.

◆ ifBlocking

OffloadCMSRecoScenario.ifBlocking = precedence.RndBiasedBooleanValue(pattern={True: 70, False: 637}, seed=1)

Definition at line 42 of file OffloadCMSRecoScenario.py.

◆ MaxBlockingAlgosInFlight

OffloadCMSRecoScenario.MaxBlockingAlgosInFlight

Definition at line 34 of file OffloadCMSRecoScenario.py.

◆ MessageSvcType

OffloadCMSRecoScenario.MessageSvcType

Definition at line 59 of file OffloadCMSRecoScenario.py.

◆ OutputLevel

OffloadCMSRecoScenario.OutputLevel

Definition at line 32 of file OffloadCMSRecoScenario.py.

◆ PreemptiveBlockingTasks

OffloadCMSRecoScenario.PreemptiveBlockingTasks

Definition at line 33 of file OffloadCMSRecoScenario.py.

◆ sequencer

OffloadCMSRecoScenario.sequencer
Initial value:
1 = precedence.CruncherSequence(
2  timeValue,
3  ifBlocking,
4  sleepFraction=0.9,
5  cfgPath="cms/reco/cf.graphml",
6  dfgPath="cms/reco/df.graphml",
7  topSequencer="TopSequencer",
8 ).get()

Definition at line 44 of file OffloadCMSRecoScenario.py.

◆ slimeventloopmgr

OffloadCMSRecoScenario.slimeventloopmgr
Initial value:
2  SchedulerName="AvalancheSchedulerSvc", OutputLevel=INFO
3 )

Definition at line 26 of file OffloadCMSRecoScenario.py.

◆ ThreadPoolSize

OffloadCMSRecoScenario.ThreadPoolSize

Definition at line 31 of file OffloadCMSRecoScenario.py.

◆ timeValue

OffloadCMSRecoScenario.timeValue = precedence.RealTimeValue(path="cms/reco/algs-time.json", defaultTime=0.0)

Definition at line 38 of file OffloadCMSRecoScenario.py.

◆ TopAlg

OffloadCMSRecoScenario.TopAlg

Definition at line 58 of file OffloadCMSRecoScenario.py.

◆ whiteboard

OffloadCMSRecoScenario.whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots, OutputLevel=INFO)

Definition at line 24 of file OffloadCMSRecoScenario.py.

Gaudi::Functional::details::get
auto get(const Handle &handle, const Algo &, const EventContext &) -> decltype(details::deref(handle.get()))
Definition: FunctionalDetails.h:444
HiveSlimEventLoopMgr
Definition: HiveSlimEventLoopMgr.h:32