WriteWhiteBoard Namespace Reference

Variables

tuple dst = OutputStream("RootDst")
 
tuple mini = OutputStream("RootMini")
 
tuple fsr = RecordStream("FileRecords")
 
string product_name = "MyCollision"
 
string product_name_full_path = "/Event/"
 
tuple writer
 
int evtslots = 20
 
int algoparallel = 10
 
tuple whiteboard
 
tuple eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)
 
tuple scheduler
 
int EvtMax = 500
 
string EvtSel = "NONE"
 
string HistogramPersistency = "NONE"
 
list ExtSvc = [whiteboard]
 
 EventLoop = eventloopmgr)
 

Variable Documentation

int WriteWhiteBoard.algoparallel = 10

Definition at line 51 of file WriteWhiteBoard.py.

tuple WriteWhiteBoard.dst = OutputStream("RootDst")

Definition at line 11 of file WriteWhiteBoard.py.

WriteWhiteBoard.EventLoop = eventloopmgr)

Definition at line 70 of file WriteWhiteBoard.py.

tuple WriteWhiteBoard.eventloopmgr = HiveSlimEventLoopMgr(OutputLevel=INFO)

Definition at line 56 of file WriteWhiteBoard.py.

int WriteWhiteBoard.EvtMax = 500

Definition at line 66 of file WriteWhiteBoard.py.

string WriteWhiteBoard.EvtSel = "NONE"

Definition at line 67 of file WriteWhiteBoard.py.

int WriteWhiteBoard.evtslots = 20

Definition at line 50 of file WriteWhiteBoard.py.

list WriteWhiteBoard.ExtSvc = [whiteboard]

Definition at line 69 of file WriteWhiteBoard.py.

tuple WriteWhiteBoard.fsr = RecordStream("FileRecords")

Definition at line 24 of file WriteWhiteBoard.py.

string WriteWhiteBoard.HistogramPersistency = "NONE"

Definition at line 68 of file WriteWhiteBoard.py.

tuple WriteWhiteBoard.mini = OutputStream("RootMini")

Definition at line 17 of file WriteWhiteBoard.py.

string WriteWhiteBoard.product_name = "MyCollision"

Definition at line 39 of file WriteWhiteBoard.py.

string WriteWhiteBoard.product_name_full_path = "/Event/"

Definition at line 40 of file WriteWhiteBoard.py.

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

Definition at line 60 of file WriteWhiteBoard.py.

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

Definition at line 53 of file WriteWhiteBoard.py.

tuple WriteWhiteBoard.writer
Initial value:
1 = WriteHandleAlg("Writer",
2  UseHandle=True,
3  Cardinality=4,
4  OutputLevel=WARNING)

Definition at line 42 of file WriteWhiteBoard.py.