![]() |
Belle II Software development
|
Public Member Functions | |
| __init__ (self, filename='cdc-T0-constraints.txt') | |
| generate (self) | |
| configure_collector (self, collector) | |
Public Attributes | |
| filename = filename | |
| File name. | |
Static Public Attributes | |
| list | wires_in_layer |
| CDC layer/wire configuration. | |
Constraint to fix sum of corrections to CDC T0's (per wire) to zero
Definition at line 343 of file constraints.py.
| __init__ | ( | self, | |
| filename = 'cdc-T0-constraints.txt' ) |
Initialize filename : str Can use different filename
Definition at line 360 of file constraints.py.
|
inherited |
Can be overridden 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.
| generate | ( | self | ) |
Generate the constraints
Reimplemented from Constraints.
Definition at line 368 of file constraints.py.
|
inherited |
File name.
Definition at line 72 of file constraints.py.
|
static |
CDC layer/wire configuration.
Definition at line 349 of file constraints.py.