![]() |
Belle II Software light-2509-fornax
|


Public Member Functions | |
| __init__ (self, objects_to_print, print_untested=False) | |
| initialize (self) | |
| event (self) | |
Public Attributes | |
| objects_to_print = objects_to_print | |
| list of object to print | |
| print_untested = print_untested | |
| print untested members? | |
Call all DataStorePrinter objects in for each event
Definition at line 292 of file datastoreprinter.py.
| __init__ | ( | self, | |
| objects_to_print, | |||
| print_untested = False ) |
Initialize
Args:
objects_to_print (list): list of object to print
Definition at line 296 of file datastoreprinter.py.
| event | ( | self | ) |
print the contents of the mdst mdst_dataobjects
Definition at line 317 of file datastoreprinter.py.
| initialize | ( | self | ) |
Print all untested members if requested
Definition at line 309 of file datastoreprinter.py.
| objects_to_print = objects_to_print |
list of object to print
Definition at line 304 of file datastoreprinter.py.
| print_untested = print_untested |
print untested members?
Definition at line 306 of file datastoreprinter.py.