The Gaudi Framework  v36r11 (bdb84f5f)
ReadWhiteBoard Namespace Reference

Variables

 OutputLevel
 
 PrintFreq
 
 FirstEvent
 
 Input
 
 Catalogs
 
string product_name = "MyCollision"
 
string product_name_full_path = "/Event/" + product_name
 
 loader
 
 sniffer = StoreSnifferAlg()
 
 reader = ReadHandleAlg("Reader", Cardinality=4, OutputLevel=INFO)
 
 Path
 
int evtslots = 1
 
int algoparallel = 10
 
 whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots)
 
 eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)
 
 scheduler
 
 TopAlg
 
 EvtMax
 
 HistogramPersistency
 
 ExtSvc
 
 EventLoop
 

Variable Documentation

◆ algoparallel

int ReadWhiteBoard.algoparallel = 10

Definition at line 61 of file ReadWhiteBoard.py.

◆ Catalogs

ReadWhiteBoard.Catalogs

Definition at line 44 of file ReadWhiteBoard.py.

◆ EventLoop

ReadWhiteBoard.EventLoop

Definition at line 82 of file ReadWhiteBoard.py.

◆ eventloopmgr

ReadWhiteBoard.eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)

Definition at line 65 of file ReadWhiteBoard.py.

◆ EvtMax

ReadWhiteBoard.EvtMax

Definition at line 79 of file ReadWhiteBoard.py.

◆ evtslots

int ReadWhiteBoard.evtslots = 1

Definition at line 60 of file ReadWhiteBoard.py.

◆ ExtSvc

ReadWhiteBoard.ExtSvc

Definition at line 81 of file ReadWhiteBoard.py.

◆ FirstEvent

ReadWhiteBoard.FirstEvent

Definition at line 39 of file ReadWhiteBoard.py.

◆ HistogramPersistency

ReadWhiteBoard.HistogramPersistency

Definition at line 80 of file ReadWhiteBoard.py.

◆ Input

ReadWhiteBoard.Input

Definition at line 40 of file ReadWhiteBoard.py.

◆ loader

ReadWhiteBoard.loader
Initial value:
2  "Loader",
3  OutputLevel=INFO,
4  NeededResources=["ROOTIO", "SOMETHINGELSE"],
5  Cardinality=2, # framework should be able to fix this config problem
6 )

Definition at line 49 of file ReadWhiteBoard.py.

◆ OutputLevel

ReadWhiteBoard.OutputLevel

Definition at line 29 of file ReadWhiteBoard.py.

◆ Path

ReadWhiteBoard.Path

Definition at line 58 of file ReadWhiteBoard.py.

◆ PrintFreq

ReadWhiteBoard.PrintFreq

Definition at line 38 of file ReadWhiteBoard.py.

◆ product_name

string ReadWhiteBoard.product_name = "MyCollision"

Definition at line 46 of file ReadWhiteBoard.py.

◆ product_name_full_path

string ReadWhiteBoard.product_name_full_path = "/Event/" + product_name

Definition at line 47 of file ReadWhiteBoard.py.

◆ reader

ReadWhiteBoard.reader = ReadHandleAlg("Reader", Cardinality=4, OutputLevel=INFO)

Definition at line 57 of file ReadWhiteBoard.py.

◆ scheduler

ReadWhiteBoard.scheduler
Initial value:
2  ThreadPoolSize=algoparallel,
3  OutputLevel=WARNING,
4  DataLoaderAlg=loader.name(),
5  CheckDependencies=True,
6 )

Definition at line 69 of file ReadWhiteBoard.py.

◆ sniffer

ReadWhiteBoard.sniffer = StoreSnifferAlg()

Definition at line 56 of file ReadWhiteBoard.py.

◆ TopAlg

ReadWhiteBoard.TopAlg

Definition at line 78 of file ReadWhiteBoard.py.

◆ whiteboard

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

Definition at line 63 of file ReadWhiteBoard.py.

HiveReadAlgorithm
Definition: HiveReadAlgorithm.cpp:15
AvalancheSchedulerSvc
Definition: AvalancheSchedulerSvc.h:112