Print BackgroundInfo stored in the root file
Definition at line 13 of file backgroundInfo.py.
◆ event()
event function
Definition at line 19 of file backgroundInfo.py.
20 ''' event function '''
26 elif bgInfos.isValid():
27 if bgInfos.getEntries() == 0:
28 print(
"Background info is empty")
30 for bgInfo
in bgInfos:
31 print(
"===========================")
32 print(
"* Backgroud info: entry", str(i))
33 print(
"===========================")
37 print(
"No background info available")
40 evtMetaData.obj().setEndOfData()
43 set_log_level(LogLevel.ERROR)
The documentation for this class was generated from the following file: