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

Public Member Functions

def __init__ (self, scale)
 

Protected Member Functions

def _transform (self, r, phi, z)
 

Detailed Description

 Skew distortion 

Definition at line 137 of file misalignment.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  scale 
)
 init 

Reimplemented from GlobalDeformation.

Definition at line 140 of file misalignment.py.

140 def __init__(self, scale):
141 """ init """
142 super().__init__(scale)
143

Member Function Documentation

◆ _transform()

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

Reimplemented from GlobalDeformation.

Definition at line 144 of file misalignment.py.

144 def _transform(self, r, phi, z):
145 """ the transformation """
146 return [0., 0., self.scale * math.cos(phi) * r]
147
148

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