![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, expected) | |
event (self) | |
terminate (self) | |
Public Attributes | |
emd = Belle2.PyStoreObj('EventMetaData') | |
event metadata | |
Protected Attributes | |
list | _expected_event_numbers = expected |
list of expected event numbers | |
list | _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.
__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.
event | ( | self | ) |
Called for each event
Definition at line 93 of file root_input.py.
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 = Belle2.PyStoreObj('EventMetaData') |
event metadata
Definition at line 87 of file root_input.py.