![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, global_deformations=None, random_misalignments=None, iov=Belle2.IntervalOfValidity(0, 0, -1, -1)) | |
initialize (self) | |
Public Attributes | |
list | global_deformations = global_deformations |
systematic deformations | |
list | random_misalignments = random_misalignments |
random misalignments | |
iov = iov | |
interval of validity for the generated payload | |
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.
__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.
initialize | ( | self | ) |
module initialize - read geometry, apply misalignment, create and store payloads
Definition at line 202 of file misalignment.py.
global_deformations = global_deformations |
systematic deformations
Definition at line 194 of file misalignment.py.
iov = iov |
interval of validity for the generated payload
Definition at line 198 of file misalignment.py.
random_misalignments = random_misalignments |
random misalignments
Definition at line 196 of file misalignment.py.