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

Variables

 OutputLevel
 
 dst = OutputStream("RootDst")
 
 ItemList
 
 Output
 
 NeededResources
 
 PrintFreq
 
 FirstEvent
 
 Input
 
 Catalogs
 
str product_name = "MyCollision"
 
str product_name_full_path = "/Event/" + product_name
 
 loader = HiveReadAlgorithm("Loader", OutputLevel=INFO, NeededResources=["ROOTIO"])
 
 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 61 of file ReadAndWriteWhiteBoard.py.

◆ Catalogs

ReadAndWriteWhiteBoard.Catalogs

Definition at line 50 of file ReadAndWriteWhiteBoard.py.

◆ dst

ReadAndWriteWhiteBoard.dst = OutputStream("RootDst")

Definition at line 33 of file ReadAndWriteWhiteBoard.py.

◆ EventLoop

ReadAndWriteWhiteBoard.EventLoop

Definition at line 81 of file ReadAndWriteWhiteBoard.py.

◆ eventloopmgr

ReadAndWriteWhiteBoard.eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)

Definition at line 65 of file ReadAndWriteWhiteBoard.py.

◆ EvtMax

ReadAndWriteWhiteBoard.EvtMax

Definition at line 78 of file ReadAndWriteWhiteBoard.py.

◆ evtslots

int ReadAndWriteWhiteBoard.evtslots = 6

Definition at line 60 of file ReadAndWriteWhiteBoard.py.

◆ ExtSvc

ReadAndWriteWhiteBoard.ExtSvc

Definition at line 80 of file ReadAndWriteWhiteBoard.py.

◆ FirstEvent

ReadAndWriteWhiteBoard.FirstEvent

Definition at line 45 of file ReadAndWriteWhiteBoard.py.

◆ HistogramPersistency

ReadAndWriteWhiteBoard.HistogramPersistency

Definition at line 79 of file ReadAndWriteWhiteBoard.py.

◆ Input

ReadAndWriteWhiteBoard.Input

Definition at line 46 of file ReadAndWriteWhiteBoard.py.

◆ ItemList

ReadAndWriteWhiteBoard.ItemList

Definition at line 34 of file ReadAndWriteWhiteBoard.py.

◆ loader

ReadAndWriteWhiteBoard.loader = HiveReadAlgorithm("Loader", OutputLevel=INFO, NeededResources=["ROOTIO"])

Definition at line 55 of file ReadAndWriteWhiteBoard.py.

◆ NeededResources

ReadAndWriteWhiteBoard.NeededResources

Definition at line 38 of file ReadAndWriteWhiteBoard.py.

◆ Output

ReadAndWriteWhiteBoard.Output

Definition at line 35 of file ReadAndWriteWhiteBoard.py.

◆ OutputLevel

ReadAndWriteWhiteBoard.OutputLevel

Definition at line 27 of file ReadAndWriteWhiteBoard.py.

◆ Path

ReadAndWriteWhiteBoard.Path

Definition at line 58 of file ReadAndWriteWhiteBoard.py.

◆ PrintFreq

ReadAndWriteWhiteBoard.PrintFreq

Definition at line 44 of file ReadAndWriteWhiteBoard.py.

◆ product_name

str ReadAndWriteWhiteBoard.product_name = "MyCollision"

Definition at line 52 of file ReadAndWriteWhiteBoard.py.

◆ product_name_full_path

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

Definition at line 53 of file ReadAndWriteWhiteBoard.py.

◆ reader

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

Definition at line 57 of file ReadAndWriteWhiteBoard.py.

◆ scheduler

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

Definition at line 69 of file ReadAndWriteWhiteBoard.py.

◆ TopAlg

ReadAndWriteWhiteBoard.TopAlg

Definition at line 77 of file ReadAndWriteWhiteBoard.py.

◆ whiteboard

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

Definition at line 63 of file ReadAndWriteWhiteBoard.py.