Belle II Software  release-05-02-19
TestingModule Class Reference
Inheritance diagram for TestingModule:
Collaboration diagram for TestingModule:

Public Member Functions

def __init__ (self, expected)
 
def event (self)
 
def terminate (self)
 

Public Attributes

 emd
 event metadata
 

Private Attributes

 _expected_event_numbers
 list of expected event numbers
 
 _processed_event_numbers
 list of seen event numbers
 

Detailed Description

Test module which writes out the processed event numbers
into the global processed_event_numbers list

Definition at line 67 of file root_input.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  expected 
)
Initialize this nice class with the list of expected event
numbers to see in the correct order

Definition at line 73 of file root_input.py.

Member Function Documentation

◆ event()

def event (   self)
Called for each event

Definition at line 86 of file root_input.py.

◆ terminate()

def terminate (   self)
perform check

Definition at line 92 of file root_input.py.


The documentation for this class was generated from the following file: