Print BackgroundInfo stored in the root file
Definition at line 21 of file backgroundInfo.py.
◆ event()
event function
Definition at line 27 of file backgroundInfo.py.
28 ''' event function '''
34 elif bgInfos.isValid():
35 if bgInfos.getEntries() == 0:
36 print(
"Background info is empty")
38 for bgInfo
in bgInfos:
39 print(
"===========================")
40 print(
"* Backgroud info: entry", str(i))
41 print(
"===========================")
45 print(
"No background info available")
48 evtMetaData.obj().setEndOfData()
51 b2.set_log_level(b2.LogLevel.ERROR)
a (simplified) python wrapper for StoreArray.
a (simplified) python wrapper for StoreObjPtr.
The documentation for this class was generated from the following file: