Print BackgroundInfo stored in the root file
Definition at line 20 of file backgroundInfo.py.
◆ event()
event function
Definition at line 26 of file backgroundInfo.py.
26 def event(self):
27 ''' event function '''
28
31 if bgInfo.isValid():
32 bgInfo.print()
33 elif bgInfos.isValid():
34 if bgInfos.getEntries() == 0:
35 print("Background info is empty")
36 i = 0
37 for bgInfo in bgInfos:
38 print("===========================")
39 print("* Backgroud info: entry", str(i))
40 print("===========================")
41 bgInfo.print()
42 i += 1
43 else:
44 print("No background info available")
45
47 evtMetaData.obj().setEndOfData()
48
49
A (simplified) python wrapper for StoreArray.
a (simplified) python wrapper for StoreObjPtr.
The documentation for this class was generated from the following file: