![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, filename) | |
generate (self) | |
configure_collector (self, collector) | |
Public Attributes | |
filename = filename | |
File name. | |
Base class representing a "generator" for file with set of constraints Can be used directly if you already have a file with constraints.
Definition at line 59 of file constraints.py.
__init__ | ( | self, | |
filename ) |
filename : str Desired filename for the constraint file
Definition at line 66 of file constraints.py.
configure_collector | ( | self, | |
collector ) |
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 | ) |
Should be overridden by the deriving classes and actually fill the dictionary with the constraints (this runs within a basf2 module event function - so you have geometry available)
Reimplemented in CDCLayerConstraints, CDCTimeZerosConstraint, CDCWireConstraints, and VXDHierarchyConstraints.
Definition at line 74 of file constraints.py.
filename = filename |
File name.
Definition at line 72 of file constraints.py.