Belle II Software
release-08-01-10
|
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) |
def | configure_collector (self, collector) |
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. | |
filename | |
File name. | |
Static Public Attributes | |
list | cdc |
CDC geometry hard-code -> TODO. More... | |
list | parameter |
layer parameters More... | |
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
Definition at line 195 of file constraints.py.
|
inherited |
Can be overriden be child classes to pass additional configuration to the MillepedeCollector (activated by the use of the constraints)
Reimplemented in CDCWireConstraints, and VXDHierarchyConstraints.
Definition at line 83 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.