Belle II Software development
RadialExpansion Class Reference
Inheritance diagram for RadialExpansion:
GlobalDeformation

Public Member Functions

def __init__ (self, scale)
 

Protected Member Functions

def _transform (self, r, phi, z)
 

Detailed Description

 radial expansion 

Definition at line 71 of file misalignment.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  scale 
)
 init 

Reimplemented from GlobalDeformation.

Definition at line 74 of file misalignment.py.

74 def __init__(self, scale):
75 """ init """
76 super().__init__(scale)
77

Member Function Documentation

◆ _transform()

def _transform (   self,
  r,
  phi,
  z 
)
protected
 the transformation 

Reimplemented from GlobalDeformation.

Definition at line 78 of file misalignment.py.

78 def _transform(self, r, phi, z):
79 """ the transformation """
80 return [self.scale * r, 0., 0.]
81
82

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