The Gaudi Framework  v32r2 (46d42edc)
ReadAndWriteWhiteBoard Namespace Reference

Variables

 OutputLevel
 
 dst = OutputStream("RootDst")
 
 ItemList
 
 Output
 
 NeededResources
 
 PrintFreq
 
 FirstEvent
 
 Input
 
 Catalogs
 
string product_name = "MyCollision"
 
string product_name_full_path = "/Event/" + product_name
 
 loader
 
 reader = ReadHandleAlg("Reader", OutputLevel=INFO, NeededResources=["ROOTIO"])
 
 Path
 
int evtslots = 6
 
int algoparallel = 20
 
 whiteboard = HiveWhiteBoard("EventDataSvc", EventSlots=evtslots)
 
 eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)
 
 scheduler
 
 TopAlg
 
 EvtMax
 
 HistogramPersistency
 
 ExtSvc
 
 EventLoop
 

Variable Documentation

◆ algoparallel

int ReadAndWriteWhiteBoard.algoparallel = 20

Definition at line 43 of file ReadAndWriteWhiteBoard.py.

◆ Catalogs

ReadAndWriteWhiteBoard.Catalogs

Definition at line 31 of file ReadAndWriteWhiteBoard.py.

◆ dst

ReadAndWriteWhiteBoard.dst = OutputStream("RootDst")

Definition at line 17 of file ReadAndWriteWhiteBoard.py.

◆ EventLoop

ReadAndWriteWhiteBoard.EventLoop

Definition at line 62 of file ReadAndWriteWhiteBoard.py.

◆ eventloopmgr

ReadAndWriteWhiteBoard.eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)

Definition at line 47 of file ReadAndWriteWhiteBoard.py.

◆ EvtMax

ReadAndWriteWhiteBoard.EvtMax

Definition at line 59 of file ReadAndWriteWhiteBoard.py.

◆ evtslots

int ReadAndWriteWhiteBoard.evtslots = 6

Definition at line 42 of file ReadAndWriteWhiteBoard.py.

◆ ExtSvc

ReadAndWriteWhiteBoard.ExtSvc

Definition at line 61 of file ReadAndWriteWhiteBoard.py.

◆ FirstEvent

ReadAndWriteWhiteBoard.FirstEvent

Definition at line 27 of file ReadAndWriteWhiteBoard.py.

◆ HistogramPersistency

ReadAndWriteWhiteBoard.HistogramPersistency

Definition at line 60 of file ReadAndWriteWhiteBoard.py.

◆ Input

ReadAndWriteWhiteBoard.Input

Definition at line 28 of file ReadAndWriteWhiteBoard.py.

◆ ItemList

ReadAndWriteWhiteBoard.ItemList

Definition at line 18 of file ReadAndWriteWhiteBoard.py.

◆ loader

ReadAndWriteWhiteBoard.loader
Initial value:
2  "Loader", OutputLevel=INFO, NeededResources=['ROOTIO'])

Definition at line 36 of file ReadAndWriteWhiteBoard.py.

◆ NeededResources

ReadAndWriteWhiteBoard.NeededResources

Definition at line 20 of file ReadAndWriteWhiteBoard.py.

◆ Output

ReadAndWriteWhiteBoard.Output

Definition at line 19 of file ReadAndWriteWhiteBoard.py.

◆ OutputLevel

ReadAndWriteWhiteBoard.OutputLevel

Definition at line 10 of file ReadAndWriteWhiteBoard.py.

◆ Path

ReadAndWriteWhiteBoard.Path

Definition at line 40 of file ReadAndWriteWhiteBoard.py.

◆ PrintFreq

ReadAndWriteWhiteBoard.PrintFreq

Definition at line 26 of file ReadAndWriteWhiteBoard.py.

◆ product_name

string ReadAndWriteWhiteBoard.product_name = "MyCollision"

Definition at line 33 of file ReadAndWriteWhiteBoard.py.

◆ product_name_full_path

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

Definition at line 34 of file ReadAndWriteWhiteBoard.py.

◆ reader

ReadAndWriteWhiteBoard.reader = ReadHandleAlg("Reader", OutputLevel=INFO, NeededResources=["ROOTIO"])

Definition at line 39 of file ReadAndWriteWhiteBoard.py.

◆ scheduler

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

Definition at line 51 of file ReadAndWriteWhiteBoard.py.

◆ TopAlg

ReadAndWriteWhiteBoard.TopAlg

Definition at line 58 of file ReadAndWriteWhiteBoard.py.

◆ whiteboard

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

Definition at line 45 of file ReadAndWriteWhiteBoard.py.