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

Public Member Functions

def __init__ (self, scale)
 

Protected Member Functions

def _transform (self, r, phi, z)
 

Detailed Description

 Twist deformation 

Definition at line 161 of file misalignment.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  scale 
)
 init 

Reimplemented from GlobalDeformation.

Definition at line 164 of file misalignment.py.

164 def __init__(self, scale):
165 """ init """
166 super().__init__(scale)
167

Member Function Documentation

◆ _transform()

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

Reimplemented from GlobalDeformation.

Definition at line 168 of file misalignment.py.

168 def _transform(self, r, phi, z):
169 """ the transformation """
170 return [0., self.scale * z, 0.]
171
172

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