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

Public Member Functions

def __init__ (self, scale)
 

Protected Member Functions

def _transform (self, r, phi, z)
 

Detailed Description

 Z-expansion 

Definition at line 173 of file misalignment.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  scale 
)
 init 

Reimplemented from GlobalDeformation.

Definition at line 176 of file misalignment.py.

176 def __init__(self, scale):
177 """ init """
178 super().__init__(scale)
179

Member Function Documentation

◆ _transform()

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

Reimplemented from GlobalDeformation.

Definition at line 180 of file misalignment.py.

180 def _transform(self, r, phi, z):
181 """ the transformation """
182 return [0., 0., self.scale * z]
183
184

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