#include <SOARotation.h>
Public Member Functions | |
constexpr const SOARotation< T > & | 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 &ux, T &uy, T &uz) const |
constexpr void | toGlobal (T const vx, T const vy, T const vz, T &ux, T &uy, T &uz) const |
constexpr void | toGlobal (T cxx, T cxy, T cyy, T *gl) const |
constexpr void | toLocal (T const *ge, T &lxx, T &lxy, T &lyy) const |
constexpr void | toLocal (T const vx, T const vy, T const vz, T &ux, T &uy, T &uz) 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.
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 96 of file SOARotation.h.
References SOAFrame< T >::px, SOAFrame< T >::py, SOAFrame< T >::pz, and SOAFrame< T >::rot.
|
inlineconstexpr |
Definition at line 89 of file SOARotation.h.
References SOAFrame< T >::px, SOAFrame< T >::py, SOAFrame< T >::pz, and SOAFrame< T >::rot.
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 113 of file SOARotation.h.
References alignCSCRings::r, and SOAFrame< T >::rot.
|
inlineconstexpr |
Definition at line 85 of file SOARotation.h.
References SOAFrame< T >::px, SOAFrame< T >::py, SOAFrame< T >::pz, and SOAFrame< T >::rot.
Definition at line 131 of file SOARotation.h.
References SOAFrame< T >::px.
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.
References SOAFrame< T >::py.
Referenced by svgfig.Ellipse::__repr__(), geometryXMLparser.Alignable::pos(), ntupleDataFormat._HitObject::r(), and ntupleDataFormat._HitObject::r3D().
Definition at line 133 of file SOARotation.h.
References SOAFrame< T >::pz.
Referenced by geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().
Definition at line 136 of file SOARotation.h.
Referenced by SOAFrame< T >::toGlobal(), SOAFrame< T >::toLocal(), and SOAFrame< T >::x().
Definition at line 136 of file SOARotation.h.
Referenced by SOAFrame< T >::toGlobal(), SOAFrame< T >::toLocal(), and SOAFrame< T >::y().
Definition at line 136 of file SOARotation.h.
Referenced by SOAFrame< T >::toGlobal(), SOAFrame< T >::toLocal(), and SOAFrame< T >::z().
|
private |
Definition at line 137 of file SOARotation.h.
Referenced by SOAFrame< T >::rotation(), SOAFrame< T >::toGlobal(), and SOAFrame< T >::toLocal().