The Gaudi Framework  v30r3 (a5ef0a68)
ReadWhiteBoard Namespace Reference

Variables

 OutputLevel
 
 DEBUG
 
 PrintFreq
 
 FirstEvent
 
 Input
 
 Catalogs
 
string product_name = "MyCollision"
 
string product_name_full_path = "/Event/"
 
 loader
 
 sniffer = StoreSnifferAlg()
 
 reader
 
 Path
 
int evtslots = 1
 
int algoparallel = 10
 
 whiteboard
 
 eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)
 
 scheduler
 
 TopAlg
 
 EvtMax
 
 HistogramPersistency
 
 ExtSvc
 
 EventLoop
 

Variable Documentation

int ReadWhiteBoard.algoparallel = 10

Definition at line 37 of file ReadWhiteBoard.py.

ReadWhiteBoard.Catalogs

Definition at line 19 of file ReadWhiteBoard.py.

ReadWhiteBoard.DEBUG

Definition at line 17 of file ReadWhiteBoard.py.

ReadWhiteBoard.EventLoop

Definition at line 57 of file ReadWhiteBoard.py.

ReadWhiteBoard.eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)

Definition at line 42 of file ReadWhiteBoard.py.

ReadWhiteBoard.EvtMax

Definition at line 54 of file ReadWhiteBoard.py.

int ReadWhiteBoard.evtslots = 1

Definition at line 36 of file ReadWhiteBoard.py.

ReadWhiteBoard.ExtSvc

Definition at line 56 of file ReadWhiteBoard.py.

ReadWhiteBoard.FirstEvent

Definition at line 17 of file ReadWhiteBoard.py.

ReadWhiteBoard.HistogramPersistency

Definition at line 55 of file ReadWhiteBoard.py.

ReadWhiteBoard.Input

Definition at line 18 of file ReadWhiteBoard.py.

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

Definition at line 24 of file ReadWhiteBoard.py.

ReadWhiteBoard.OutputLevel

Definition at line 10 of file ReadWhiteBoard.py.

ReadWhiteBoard.Path

Definition at line 34 of file ReadWhiteBoard.py.

ReadWhiteBoard.PrintFreq

Definition at line 17 of file ReadWhiteBoard.py.

string ReadWhiteBoard.product_name = "MyCollision"

Definition at line 21 of file ReadWhiteBoard.py.

string ReadWhiteBoard.product_name_full_path = "/Event/"

Definition at line 22 of file ReadWhiteBoard.py.

ReadWhiteBoard.reader
Initial value:
1 = ReadHandleAlg("Reader",
2  Cardinality=4,
3  OutputLevel=INFO)

Definition at line 31 of file ReadWhiteBoard.py.

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

Definition at line 46 of file ReadWhiteBoard.py.

ReadWhiteBoard.sniffer = StoreSnifferAlg()

Definition at line 30 of file ReadWhiteBoard.py.

ReadWhiteBoard.TopAlg

Definition at line 53 of file ReadWhiteBoard.py.

ReadWhiteBoard.whiteboard
Initial value:
1 = HiveWhiteBoard("EventDataSvc",
2  EventSlots=evtslots)

Definition at line 39 of file ReadWhiteBoard.py.