Belle II Software development
|
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 | |
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.
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.
def initialize | ( | self | ) |
module initialize - read geometry, apply misalignment, create and store payloads
Definition at line 202 of file misalignment.py.
global_deformations |
systematic deformations
Definition at line 194 of file misalignment.py.
iov |
interval of validity for the generated payload
Definition at line 198 of file misalignment.py.
random_misalignments |
random misalignments
Definition at line 196 of file misalignment.py.