#include <SOARotation.h>
Public Member Functions | |
constexpr SOARotation< T > const & | rotation () const |
constexpr | SOAFrame () |
constexpr | SOAFrame (T ix, T iy, T iz, SOARotation< T > const &irot) |
constexpr void | toGlobal (T const vx, T const vy, T const vz, T &ux, T &uy, T &uz) const |
constexpr void | toGlobal (T const vx, T const vy, T &ux, T &uy, T &uz) const |
constexpr void | toGlobal (T cxx, T cxy, T cyy, T *gl) const |
constexpr void | toLocal (T const vx, T const vy, T const vz, T &ux, T &uy, T &uz) const |
constexpr void | toLocal (T const *ge, T &lxx, T &lxy, T &lyy) const |
constexpr T | x () const |
constexpr T | y () const |
constexpr T | z () const |
Private Attributes | |
T | px |
T | py |
T | pz |
SOARotation< T > | rot |
Definition at line 77 of file SOARotation.h.
Definition at line 79 of file SOARotation.h.
|
inline |
Definition at line 81 of file SOARotation.h.
|
inline |
Definition at line 83 of file SOARotation.h.
|
inline |
Definition at line 89 of file SOARotation.h.
|
inline |
Definition at line 96 of file SOARotation.h.
|
inline |
Definition at line 103 of file SOARotation.h.
|
inline |
Definition at line 85 of file SOARotation.h.
|
inline |
Definition at line 113 of file SOARotation.h.
Definition at line 131 of file SOARotation.h.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
Definition at line 132 of file SOARotation.h.
Referenced by svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
Definition at line 133 of file SOARotation.h.
Referenced by PixelCPEFastParamsHost< TrackerTraits >::fillParamsForDevice(), PixelCPEFast< TrackerTraits >::fillParamsForGpu(), geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().
Definition at line 136 of file SOARotation.h.
Referenced by SOAFrame< float >::toGlobal(), SOAFrame< float >::toLocal(), and SOAFrame< float >::x().
Definition at line 136 of file SOARotation.h.
Referenced by SOAFrame< float >::toGlobal(), SOAFrame< float >::toLocal(), and SOAFrame< float >::y().
Definition at line 136 of file SOARotation.h.
Referenced by SOAFrame< float >::toGlobal(), SOAFrame< float >::toLocal(), and SOAFrame< float >::z().
|
private |
Definition at line 137 of file SOARotation.h.
Referenced by SOAFrame< float >::rotation(), SOAFrame< float >::toGlobal(), and SOAFrame< float >::toLocal().