|
| LorentzRotation () |
| Default constructor (identity transformation) More...
|
|
| LorentzRotation (AxisAngle const &a) |
|
| LorentzRotation (Boost const &b) |
| Construct from a pure boost. More...
|
|
| LorentzRotation (BoostX const &bx) |
|
| LorentzRotation (BoostY const &by) |
|
| LorentzRotation (BoostZ const &bz) |
|
template<class Foreign4Vector > |
| LorentzRotation (const Foreign4Vector &v1, const Foreign4Vector &v2, const Foreign4Vector &v3, const Foreign4Vector &v4) |
| Construct from four orthosymplectic vectors (which must have methods x(), y(), z() and t()) which will be used as the columns of the Lorentz rotation matrix. More...
|
|
template<class ForeignMatrix > |
| LorentzRotation (const ForeignMatrix &m) |
| Construct from a linear algebra matrix of size at least 4x4, which must support operator()(i,j) to obtain elements (0,3) thru (3,3). More...
|
|
| LorentzRotation (EulerAngles const &e) |
|
template<class IT > |
| LorentzRotation (IT begin, IT end) |
| Construct given a pair of pointers or iterators defining the beginning and end of an array of sixteen Scalars. More...
|
|
| LorentzRotation (LorentzRotation const &r) |
| Copy constructor. More...
|
|
| LorentzRotation (Quaternion const &q) |
|
| LorentzRotation (Rotation3D const &r) |
| Construct from a 3-D rotation (no space-time mixing) More...
|
|
| LorentzRotation (RotationX const &r) |
|
| LorentzRotation (RotationY const &r) |
|
| LorentzRotation (RotationZ const &r) |
|
| LorentzRotation (Scalar xx, Scalar xy, Scalar xz, Scalar xt, Scalar yx, Scalar yy, Scalar yz, Scalar yt, Scalar zx, Scalar zy, Scalar zz, Scalar zt, Scalar tx, Scalar ty, Scalar tz, Scalar tt) |
| Raw constructor from sixteen Scalar components (without any checking) More...
|
|
template<class Foreign4Vector > |
void | GetComponents (Foreign4Vector &v1, Foreign4Vector &v2, Foreign4Vector &v3, Foreign4Vector &v4) const |
| Get components into four 4-vectors which will be the (orthosymplectic) columns of the rotation matrix. More...
|
|
template<class IT > |
void | GetComponents (IT begin) const |
| Get the 16 matrix components into data specified by an iterator begin. More...
|
|
template<class IT > |
void | GetComponents (IT begin, IT end) const |
| Get the 16 matrix components into data specified by an iterator begin and another to the end of the desired data (16 past start). More...
|
|
void | GetComponents (Scalar &xx, Scalar &xy, Scalar &xz, Scalar &xt, Scalar &yx, Scalar &yy, Scalar &yz, Scalar &yt, Scalar &zx, Scalar &zy, Scalar &zz, Scalar &zt, Scalar &tx, Scalar &ty, Scalar &tz, Scalar &tt) const |
| Get the sixteen components into sixteen scalars. More...
|
|
template<class ForeignMatrix > |
void | GetRotationMatrix (ForeignMatrix &m) const |
| Get components into a linear algebra matrix of size at least 4x4, which must support operator()(i,j) for write access to elements (0,0) thru (3,3). More...
|
|
LorentzRotation | Inverse () const |
| Return inverse of a rotation. More...
|
|
void | Invert () |
| Invert a Lorentz rotation in place. More...
|
|
bool | operator!= (const LorentzRotation &rhs) const |
|
template<class Foreign4Vector > |
Foreign4Vector | operator() (const Foreign4Vector &v) const |
| Lorentz transformation operation on an arbitrary 4-vector v. More...
|
|
template<class CoordSystem > |
LorentzVector< CoordSystem > | operator() (const LorentzVector< CoordSystem > &v) const |
| Lorentz transformation operation on a LorentzVector in any coordinate system. More...
|
|
LorentzVector< ROOT::Math::PxPyPzE4D< double > > | operator() (const LorentzVector< ROOT::Math::PxPyPzE4D< double > > &v) const |
| Lorentz transformation operation on a Minkowski ('Cartesian') LorentzVector. More...
|
|
template<class A4Vector > |
A4Vector | operator* (const A4Vector &v) const |
| Overload operator * for rotation on a vector. More...
|
|
LorentzRotation | operator* (const AxisAngle &a) const |
|
LorentzRotation | operator* (const Boost &b) const |
| Multiply (combine) this Lorentz rotation by a pure Lorentz boost. More...
|
|
LorentzRotation | operator* (const BoostX &b) const |
|
LorentzRotation | operator* (const BoostY &b) const |
|
LorentzRotation | operator* (const BoostZ &b) const |
|
LorentzRotation | operator* (const EulerAngles &e) const |
|
LorentzRotation | operator* (const LorentzRotation &r) const |
| Multiply (combine) this Lorentz rotation by another LorentzRotation. More...
|
|
LorentzRotation | operator* (const Quaternion &q) const |
|
LorentzRotation | operator* (const Rotation3D &r) const |
| Multiply (combine) this Lorentz rotation by a 3-D Rotation. More...
|
|
LorentzRotation | operator* (const RotationX &rx) const |
|
LorentzRotation | operator* (const RotationY &ry) const |
|
LorentzRotation | operator* (const RotationZ &rz) const |
|
template<class R > |
LorentzRotation & | operator*= (const R &r) |
| Post-Multiply (on right) by another LorentzRotation, Boost, or rotation : T = T*R. More...
|
|
LorentzRotation & | operator= (AxisAngle const &a) |
|
LorentzRotation & | operator= (Boost const &b) |
| Assign from a pure boost. More...
|
|
LorentzRotation & | operator= (BoostX const &b) |
|
LorentzRotation & | operator= (BoostY const &b) |
|
LorentzRotation & | operator= (BoostZ const &b) |
|
template<class ForeignMatrix > |
LorentzRotation & | operator= (const ForeignMatrix &m) |
| Assign from a linear algebra matrix of size at least 4x4, which must support operator()(i,j) to obtain elements (0,3) thru (3,3). More...
|
|
LorentzRotation & | operator= (EulerAngles const &e) |
|
LorentzRotation & | operator= (LorentzRotation const &rhs) |
| Assign from another LorentzRotation. More...
|
|
LorentzRotation & | operator= (Quaternion const &q) |
|
LorentzRotation & | operator= (Rotation3D const &r) |
| Assign from a 3-D rotation. More...
|
|
LorentzRotation & | operator= (RotationX const &r) |
|
LorentzRotation & | operator= (RotationY const &r) |
|
LorentzRotation & | operator= (RotationZ const &r) |
|
bool | operator== (const LorentzRotation &rhs) const |
| Equality/inequality operators. More...
|
|
void | Rectify () |
| Re-adjust components to eliminate small deviations from a perfect orthosyplectic matrix. More...
|
|
template<class Foreign4Vector > |
void | SetComponents (const Foreign4Vector &v1, const Foreign4Vector &v2, const Foreign4Vector &v3, const Foreign4Vector &v4) |
| Set components from four orthosymplectic vectors (which must have methods x(), y(), z(), and t()) which will be used as the columns of the Lorentz rotation matrix. More...
|
|
template<class IT > |
void | SetComponents (IT begin, IT end) |
| Set the 16 matrix components given an iterator to the start of the desired data, and another to the end (16 past start). More...
|
|
void | SetComponents (Scalar xx, Scalar xy, Scalar xz, Scalar xt, Scalar yx, Scalar yy, Scalar yz, Scalar yt, Scalar zx, Scalar zy, Scalar zz, Scalar zt, Scalar tx, Scalar ty, Scalar tz, Scalar tt) |
| Set the components from sixteen scalars – UNCHECKED for orthosymplectic. More...
|
|
template<class ForeignMatrix > |
void | SetRotationMatrix (const ForeignMatrix &m) |
| Set components from a linear algebra matrix of size at least 4x4, which must support operator()(i,j) to obtain elements (0,0) thru (3,3). More...
|
|