The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
ToolHandles Namespace Reference

Variables

 whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=2)
 
 slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)
 
 scheduler = AvalancheSchedulerSvc(ThreadPoolSize=2)
 
list topalgs
 
 OutputLevel
 
 app
 

Variable Documentation

◆ app

ToolHandles.app
Initial value:
2 EvtMax=4,
3 ExtSvc=[whiteboard],
4 EventLoop=slimeventloopmgr,
5 TopAlg=topalgs,
6 EvtSel="NONE",
7)
The Application Manager class.

Definition at line 33 of file ToolHandles.py.

◆ OutputLevel

ToolHandles.OutputLevel

Definition at line 30 of file ToolHandles.py.

◆ scheduler

ToolHandles.scheduler = AvalancheSchedulerSvc(ThreadPoolSize=2)

Definition at line 21 of file ToolHandles.py.

◆ slimeventloopmgr

ToolHandles.slimeventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)

Definition at line 20 of file ToolHandles.py.

◆ topalgs

list ToolHandles.topalgs
Initial value:
1= [
2 THDataProducer("THDataProducer", OutputLevel=DEBUG),
3 THDataProducer2("THDataProducer2", OutputLevel=DEBUG),
4 THDataConsumer("THDataConsumer", OutputLevel=DEBUG),
5]

Definition at line 24 of file ToolHandles.py.

◆ whiteboard

ToolHandles.whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=2)

Definition at line 19 of file ToolHandles.py.