![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | __init__ (self, filename) |
def | generate (self) |
def | configure_collector (self, collector) |
Public Attributes | |
filename | |
File name. More... | |
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 54 of file constraints.py.
def __init__ | ( | self, | |
filename | |||
) |
filename : str Desired filename for the constraint file
Reimplemented in CDCTimeZerosConstraint.
Definition at line 61 of file constraints.py.
def configure_collector | ( | self, | |
collector | |||
) |
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 | ) |
Should be overriden by the deriving classes and actually fill the dictionary with the constraints (this runs withing a basf2 module event function - so you have geometry available)
Reimplemented in CDCWireConstraints, CDCTimeZerosConstraint, CDCLayerConstraints, and VXDHierarchyConstraints.
Definition at line 69 of file constraints.py.
filename |
File name.
filename : str Desired filename for the constraint file
Definition at line 67 of file constraints.py.