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

Public Member Functions

def __init__ (self, scale)
 

Protected Member Functions

def _transform (self, r, phi, z)
 

Detailed Description

 Clamshell deformation 

Definition at line 123 of file misalignment.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  scale 
)
 init 

Reimplemented from GlobalDeformation.

Definition at line 126 of file misalignment.py.

126 def __init__(self, scale):
127 """ init """
128 super().__init__(scale)
129

Member Function Documentation

◆ _transform()

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

Reimplemented from GlobalDeformation.

Definition at line 130 of file misalignment.py.

130 def _transform(self, r, phi, z):
131 """ the transformation """
132 import math
133
134 return [0., self.scale * math.cos(phi), 0.]
135
136

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