Belle II Software development
|
Public Member Functions | |
def | __init__ (self, expected) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
emd | |
event metadata | |
Protected Attributes | |
_expected_event_numbers | |
list of expected event numbers | |
_processed_event_numbers | |
list of seen event numbers | |
Test module which writes out the processed event numbers into the global processed_event_numbers list
Definition at line 74 of file root_input.py.
def __init__ | ( | self, | |
expected | |||
) |
Initialize this nice class with the list of expected event numbers to see in the correct order
Definition at line 80 of file root_input.py.
def event | ( | self | ) |
Called for each event
Definition at line 93 of file root_input.py.
def terminate | ( | self | ) |
perform check
Definition at line 99 of file root_input.py.
|
protected |
list of expected event numbers
Definition at line 89 of file root_input.py.
|
protected |
list of seen event numbers
Definition at line 91 of file root_input.py.
emd |
event metadata
Definition at line 87 of file root_input.py.