Belle II Software  release-08-01-10
TestModule Class Reference
Inheritance diagram for TestModule:
Collaboration diagram for TestModule:

Public Member Functions

def __init__ (self, is_inverted)
 
def event (self)
 

Private Attributes

 _is_inverted
 variable to remember if we test for existence or absence
 

Detailed Description

Test if the DataStore contains the expected content.

Definition at line 16 of file prune_datastore.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  is_inverted 
)
Create a new instance. If is_inverted is True we check of absence of content

Definition at line 19 of file prune_datastore.py.

19  def __init__(self, is_inverted):
20  """Create a new instance. If is_inverted is True we check of absence of content"""
21  super().__init__()
22 
23  self._is_inverted = is_inverted
24 

Member Function Documentation

◆ event()

def event (   self)
reimplementation of Module::event().

Checks for the amount of PXD Clusters and PXD Digits after
the prune module was run

Definition at line 25 of file prune_datastore.py.


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