Belle II Software development
CDCHitStrokeWidthMap Class Reference
Inheritance diagram for CDCHitStrokeWidthMap:
ZeroDriftLengthStrokeWidthMap

Public Member Functions

def __call__ (self, iCDCHit, cdcHit)
 

Detailed Description

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

Definition at line 77 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 83 of file attributemaps.py.

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

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