Belle II Software  release-05-01-25
TestModule Class Reference
Inheritance diagram for TestModule:
Collaboration diagram for TestModule:

Public Member Functions

def __init__ (self)
 
def event (self)
 

Detailed Description

Test to read relations.

Definition at line 14 of file mcparticle_relations.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
constructor.

Definition at line 18 of file mcparticle_relations.py.

18  def __init__(self):
19  """constructor."""
20 
21  super(TestModule, self).__init__()
22 

Member Function Documentation

◆ event()

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

access all relations from/to MCParticles,
any invalid indices should be caught.

Definition at line 23 of file mcparticle_relations.py.


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