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

Public Member Functions

def __init__ (self, scale)
 

Protected Member Functions

def _transform (self, r, phi, z)
 

Detailed Description

 Bowing 

Definition at line 149 of file misalignment.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  scale 
)
 init 

Reimplemented from GlobalDeformation.

Definition at line 152 of file misalignment.py.

152 def __init__(self, scale):
153 """ init """
154 super().__init__(scale)
155

Member Function Documentation

◆ _transform()

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

Reimplemented from GlobalDeformation.

Definition at line 156 of file misalignment.py.

156 def _transform(self, r, phi, z):
157 """ the transformation """
158 return [self.scale * abs(z), 0., 0.]
159
160

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