![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | __init__ (self, print_string) |
def | event (self) |
Private Attributes | |
_print_string | |
The string we want to print each event. | |
Print the given string on each event
Definition at line 5 of file conditional_iov.py.
def __init__ | ( | self, | |
print_string | |||
) |
Remember the given string to print later
Definition at line 8 of file conditional_iov.py.
def event | ( | self | ) |
And now would be a good time for printing ...
Definition at line 14 of file conditional_iov.py.