![]() |
Belle II Software development
|
Public Member Functions | |
| __init__ (self, scale) | |
| __call__ (self, xyz) | |
Public Attributes | |
| scale = scale | |
| scaling parameter of the deformation | |
Protected Member Functions | |
| _transform (self, r, phi, z) | |
| _xyz_to_rphiz (self, xyz) | |
| _rphiz_to_xyz (self, rphiz) | |
Telescope
Definition at line 98 of file misalignment.py.
| __init__ | ( | self, | |
| scale ) |
init
Definition at line 101 of file misalignment.py.
|
inherited |
Return TVector3 with difference in global position induced by the deformation, given the original x,y,z position as TVector3 or a list with length of 3.
Definition at line 30 of file misalignment.py.
|
protectedinherited |
Convert (r,phi,z) to (x,y,z)
Definition at line 62 of file misalignment.py.
|
protected |
the transformation
Reimplemented from GlobalDeformation.
Definition at line 105 of file misalignment.py.
|
protectedinherited |
Convert (x,y,z) to (r,phi,z)
Definition at line 51 of file misalignment.py.
|
inherited |
scaling parameter of the deformation
Definition at line 28 of file misalignment.py.