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

Public Member Functions

def __init__ (self)
 
def initialize (self)
 
def event (self)
 

Public Attributes

 test_shift_z
 Shift of a sensor.
 

Detailed Description

Python module to compare transformations stored in GeoCache and computed by the hierarchy

Definition at line 22 of file GeoCacheHierarchy.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
constructor 

Definition at line 25 of file GeoCacheHierarchy.py.

25  def __init__(self):
26  """ constructor """
27  super().__init__()
28 
29  self.test_shift_z = 10.
30 

Member Function Documentation

◆ event()

def event (   self)
test that moving a ladder moves the sensor in the event processing 

Definition at line 52 of file GeoCacheHierarchy.py.

◆ initialize()

def initialize (   self)
module initialization - after geometry, so GeoCache is ready 

Definition at line 31 of file GeoCacheHierarchy.py.


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