Belle II Software  release-08-01-10
AxialStereoPairFitterModule Class Reference
Inheritance diagram for AxialStereoPairFitterModule:
Collaboration diagram for AxialStereoPairFitterModule:

Public Member Functions

def __init__ (self, fit_method=None)
 
def event (self)
 
def fitStoredPairs (self)
 

Static Public Member Functions

def default_fit_method (segmentPair)
 

Public Attributes

 fit_method
 fit_method : function A function called on each stored segment pair as its only argument to update its fit inplace. More...
 

Detailed Description

Fit axial and stereo track segment pairs

Definition at line 369 of file record.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  fit_method = None 
)
Constructor

Definition at line 380 of file record.py.

Member Function Documentation

◆ 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()

def event (   self)
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.

Member Data Documentation

◆ fit_method

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: