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

Public Member Functions

def __init__ (self, global_deformations=None, random_misalignments=None, iov=Belle2.IntervalOfValidity(0, 0, -1, -1))
 
def initialize (self)
 

Public Attributes

 global_deformations
 systematic deformations
 
 random_misalignments
 random misalignments
 
 iov
 interval of validity for the generated payload
 

Detailed Description

 Module to create misalignment (first reads real sensor positions, then applies misalignment and returns DB payload)
    TODO: random misalignment not finished...

Definition at line 185 of file misalignment.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  global_deformations = None,
  random_misalignments = None,
  iov = Belle2.IntervalOfValidity(0, 0, -1, -1) 
)
 Constructor with with input misalignment 

Definition at line 190 of file misalignment.py.

Member Function Documentation

◆ initialize()

def initialize (   self)
 module initialize - read geometry, apply misalignment, create and store payloads 

Definition at line 202 of file misalignment.py.


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