|
| fit_method |
| fit_method : function A function called on each stored segment pair as its only argument to update its fit inplace. More...
|
|
Fit axial and stereo track segment pairs
Definition at line 369 of file record.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
fit_method = None |
|
) |
| |
◆ default_fit_method()
def default_fit_method |
( |
|
segmentPair | ) |
|
|
static |
Default method to fit the generated segment pairs.
Definition at line 373 of file record.py.
◆ event()
Called by basf2 for each event
Definition at line 393 of file record.py.
◆ fitStoredPairs()
def fitStoredPairs |
( |
|
self | ) |
|
Fits all pairs in the StoreArray with designated fit method.
Definition at line 397 of file record.py.
◆ fit_method
fit_method : function A function called on each stored segment pair as its only argument to update its fit inplace.
See default_fit_method for an example. Defaults to None meaning the default_fit_method is used Method used to fit the individual segment pairs
Definition at line 387 of file record.py.
The documentation for this class was generated from the following file:
- tracking/trackFindingCDC/studies/segmentPairFit/record.py