Belle II Software  release-05-01-25
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 364 of file record.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  fit_method = None 
)
Constructor

Definition at line 375 of file record.py.

375  def __init__(self, fit_method=None):
376  """Constructor"""
377 
378 
382  self.fit_method = fit_method
383  if not fit_method:
384  self.fit_method = self.default_fit_method
385 
386  super(AxialStereoPairFitterModule, self).__init__()
387 

Member Function Documentation

◆ default_fit_method()

def default_fit_method (   segmentPair)
static
Default method to fit the generated segment pairs.

Definition at line 368 of file record.py.

◆ event()

def event (   self)
Called by basf2 for each event

Definition at line 388 of file record.py.

◆ fitStoredPairs()

def fitStoredPairs (   self)
Fits all pairs in the StoreArray with designated fit method.

Definition at line 392 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 382 of file record.py.


The documentation for this class was generated from the following file: