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

Public Member Functions

def __call__ (self, iCDCHit, cdcHit)
 

Detailed Description

Base class for CDCHit to the stroke width map functional objects.

Definition at line 78 of file attributemaps.py.

Member Function Documentation

◆ __call__()

def __call__ (   self,
  iCDCHit,
  cdcHit 
)
Function call to map the CDCHit id and object to a stroke width.

Reimplemented in ZeroDriftLengthStrokeWidthMap.

Definition at line 84 of file attributemaps.py.

84  def __call__(self, iCDCHit, cdcHit):
85  """
86  Function call to map the CDCHit id and object to a stroke width.
87  """
88 
89  return 0.2
90 
91 

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