![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | __init__ (self, filename='cdc-constraints.txt', rigid=True, z_offset=False, r_scale=False, z_scale=False) |
def | generate (self) |
def | configure_collector (self, collector) |
Public Attributes | |
rigid | |
6D CDC constraints | |
z_offset | |
Constraint for z-offset. | |
r_scale | |
Constraint for r-scale. | |
z_scale | |
Constraint for z-scale. | |
filename | |
File name. More... | |
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 167 of file constraints.py.
def __init__ | ( | self, | |
filename = 'cdc-constraints.txt' , |
|||
rigid = True , |
|||
z_offset = False , |
|||
r_scale = False , |
|||
z_scale = False |
|||
) |
filename : str Filename with constraints (probably generated later) rigid : bool 6D CDC constraints z_offset : bool Constraint for Z-offset r_scale : bool Constraint for R-scale z_scale : bool Constraint for Z-scale
Definition at line 189 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 78 of file constraints.py.
def generate | ( | self | ) |
Generate constraints from CDC geometry
Reimplemented from Constraints.
Definition at line 212 of file constraints.py.
|
static |
CDC geometry hard-code -> TODO.
Definition at line 175 of file constraints.py.
|
inherited |
File name.
filename : str Desired filename for the constraint file
Definition at line 67 of file constraints.py.
|
static |
layer parameters
Definition at line 186 of file constraints.py.