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

Public Member Functions

def __init__ (self, scale)
 

Protected Member Functions

def _transform (self, r, phi, z)
 

Detailed Description

 Telescope 

Definition at line 98 of file misalignment.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  scale 
)
 init 

Reimplemented from GlobalDeformation.

Definition at line 101 of file misalignment.py.

101 def __init__(self, scale):
102 """ init """
103 super().__init__(scale)
104

Member Function Documentation

◆ _transform()

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

Reimplemented from GlobalDeformation.

Definition at line 105 of file misalignment.py.

105 def _transform(self, r, phi, z):
106 """ the transformation """
107 return [0., 0., self.scale * r]
108
109

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