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

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
 constructor 

Definition at line 32 of file GeoCacheHierarchy.py.

32  def __init__(self):
33  """ constructor """
34  super().__init__()
35 
36  self.test_shift_z = 10.
37 

Member Function Documentation

◆ event()

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

Definition at line 59 of file GeoCacheHierarchy.py.

◆ initialize()

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

Definition at line 38 of file GeoCacheHierarchy.py.


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