Belle II Software development
|
Public Member Functions | |
def | __init__ (self, filename='cdc-constraints.txt', rigid=True, twist=True, z_offset=False, r_scale=False, z_scale=False) |
def | generate (self) |
Public Attributes | |
rigid | |
6D CDC constraints | |
twist | |
CDC twist constraint. | |
z_offset | |
Constraint for z-offset. | |
r_scale | |
Constraint for r-scale. | |
z_scale | |
Constraint for z-scale. | |
Static Public Attributes | |
list | cdc |
CDC geometry hard-code -> TODO. | |
list | parameter |
layer parameters | |
Various constraints for CDC layers (Code from Claus Kleinwort)
Definition at line 173 of file constraints.py.
def __init__ | ( | self, | |
filename = 'cdc-constraints.txt' , |
|||
rigid = True , |
|||
twist = True , |
|||
z_offset = False , |
|||
r_scale = False , |
|||
z_scale = False |
|||
) |
filename : str Filename with constraints (probably generated later) rigid : bool 5D CDC constraints: x+y+rot + dx+dy twist : bool CDC twist constraint: drot z_offset : bool Constraint for Z-offset r_scale : bool Constraint for R-scale z_scale : bool Constraint for Z-scale
Reimplemented from Constraints.
Definition at line 195 of file constraints.py.
def generate | ( | self | ) |
Generate constraints from CDC geometry
Reimplemented from Constraints.
Definition at line 222 of file constraints.py.
|
static |
CDC geometry hard-code -> TODO.
Definition at line 181 of file constraints.py.
|
static |
layer parameters
Definition at line 192 of file constraints.py.
r_scale |
Constraint for r-scale.
Definition at line 218 of file constraints.py.
rigid |
6D CDC constraints
Definition at line 212 of file constraints.py.
twist |
CDC twist constraint.
Definition at line 214 of file constraints.py.
z_offset |
Constraint for z-offset.
Definition at line 216 of file constraints.py.
z_scale |
Constraint for z-scale.
Definition at line 220 of file constraints.py.