ReadWhiteBoard Namespace Reference

Variables

list Input = ["DATAFILE='PFN:HandleWB_ROOTIO.dst' SVC='Gaudi::RootEvtSelector' OPT='READ'"]
 
string product_name = "MyCollision"
 
string product_name_full_path = "/Event/"
 
tuple loader
 
tuple reader
 
int evtslots = 5
 
int algoparallel = 10
 
tuple whiteboard
 
tuple eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)
 
tuple scheduler
 
int EvtMax = 500
 
string HistogramPersistency = "NONE"
 
list ExtSvc = [whiteboard]
 
 EventLoop = eventloopmgr)
 

Variable Documentation

int ReadWhiteBoard.algoparallel = 10

Definition at line 36 of file ReadWhiteBoard.py.

ReadWhiteBoard.EventLoop = eventloopmgr)

Definition at line 54 of file ReadWhiteBoard.py.

tuple ReadWhiteBoard.eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)

Definition at line 41 of file ReadWhiteBoard.py.

int ReadWhiteBoard.EvtMax = 500

Definition at line 51 of file ReadWhiteBoard.py.

int ReadWhiteBoard.evtslots = 5

Definition at line 35 of file ReadWhiteBoard.py.

list ReadWhiteBoard.ExtSvc = [whiteboard]

Definition at line 53 of file ReadWhiteBoard.py.

string ReadWhiteBoard.HistogramPersistency = "NONE"

Definition at line 52 of file ReadWhiteBoard.py.

list ReadWhiteBoard.Input = ["DATAFILE='PFN:HandleWB_ROOTIO.dst' SVC='Gaudi::RootEvtSelector' OPT='READ'"]

Definition at line 18 of file ReadWhiteBoard.py.

tuple 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.

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.

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

Definition at line 30 of file ReadWhiteBoard.py.

tuple ReadWhiteBoard.scheduler
Initial value:
1 = ForwardSchedulerSvc(MaxAlgosInFlight = algoparallel,
2  OutputLevel=WARNING,
3  AlgosDependencies = [[],[product_name_full_path]])

Definition at line 45 of file ReadWhiteBoard.py.

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

Definition at line 38 of file ReadWhiteBoard.py.