Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, filename='cdc-T0-constraints.txt') |
def | generate (self) |
def | configure_collector (self, collector) |
Public Attributes | |
filename | |
File name. | |
Static Public Attributes | |
list | wires_in_layer |
CDC layer/wire configuration. More... | |
Constraint to fix sum of corrections to CDC T0's (per wire) to zero
Definition at line 341 of file constraints.py.
def __init__ | ( | self, | |
filename = 'cdc-T0-constraints.txt' |
|||
) |
Initialize filename : str Can use different filename
Reimplemented from Constraints.
Definition at line 358 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 the constraints
Reimplemented from Constraints.
Definition at line 366 of file constraints.py.
|
static |
CDC layer/wire configuration.
Definition at line 347 of file constraints.py.