Belle II Software  release-08-01-10
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 18 of file mcparticle_relations.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
constructor.

Definition at line 22 of file mcparticle_relations.py.

22  def __init__(self):
23  """constructor."""
24 
25  super(TestModule, self).__init__()
26 

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 27 of file mcparticle_relations.py.


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