|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/Vector/RotationZ.h>
Public Member Functions | |
| HepRotationZ () | |
| HepRotationZ (double delta) | |
| HepRotationZ (const HepRotationZ &orig) | |
| HepRotationZ (HepRotationZ &&orig)=default | |
| HepRotationZ & | operator= (const HepRotationZ &r) |
| HepRotationZ & | operator= (HepRotationZ &&r)=default |
| HepRotationZ & | set (double delta) |
| ~HepRotationZ () | |
| Hep3Vector | colX () const |
| Hep3Vector | colY () const |
| Hep3Vector | colZ () const |
| Hep3Vector | rowX () const |
| Hep3Vector | rowY () const |
| Hep3Vector | rowZ () const |
| double | xx () const |
| double | xy () const |
| double | xz () const |
| double | yx () const |
| double | yy () const |
| double | yz () const |
| double | zx () const |
| double | zy () const |
| double | zz () const |
| HepRep3x3 | rep3x3 () const |
| double | getPhi () const |
| double | getTheta () const |
| double | getPsi () const |
| double | phi () const |
| double | theta () const |
| double | psi () const |
| HepEulerAngles | eulerAngles () const |
| double | getDelta () const |
| Hep3Vector | getAxis () const |
| double | delta () const |
| Hep3Vector | axis () const |
| HepAxisAngle | axisAngle () const |
| void | getAngleAxis (double &delta, Hep3Vector &axis) const |
| double | phiX () const |
| double | phiY () const |
| double | phiZ () const |
| double | thetaX () const |
| double | thetaY () const |
| double | thetaZ () const |
| HepLorentzVector | col1 () const |
| HepLorentzVector | col2 () const |
| HepLorentzVector | col3 () const |
| HepLorentzVector | col4 () const |
| HepLorentzVector | row1 () const |
| HepLorentzVector | row2 () const |
| HepLorentzVector | row3 () const |
| HepLorentzVector | row4 () const |
| double | xt () const |
| double | yt () const |
| double | zt () const |
| double | tx () const |
| double | ty () const |
| double | tz () const |
| double | tt () const |
| HepRep4x4 | rep4x4 () const |
| void | setDelta (double delta) |
| void | decompose (HepAxisAngle &rotation, Hep3Vector &boost) const |
| void | decompose (Hep3Vector &boost, HepAxisAngle &rotation) const |
| void | decompose (HepRotation &rotation, HepBoost &boost) const |
| void | decompose (HepBoost &boost, HepRotation &rotation) const |
| bool | isIdentity () const |
| int | compare (const HepRotationZ &r) const |
| bool | operator== (const HepRotationZ &r) const |
| bool | operator!= (const HepRotationZ &r) const |
| bool | operator< (const HepRotationZ &r) const |
| bool | operator> (const HepRotationZ &r) const |
| bool | operator<= (const HepRotationZ &r) const |
| bool | operator>= (const HepRotationZ &r) const |
| double | distance2 (const HepRotationZ &r) const |
| double | distance2 (const HepRotation &r) const |
| double | howNear (const HepRotationZ &r) const |
| double | howNear (const HepRotation &r) const |
| bool | isNear (const HepRotationZ &r, double epsilon=Hep4RotationInterface::tolerance) const |
| bool | isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const |
| double | distance2 (const HepBoost <) const |
| double | distance2 (const HepLorentzRotation <) const |
| double | howNear (const HepBoost <) const |
| double | howNear (const HepLorentzRotation <) const |
| bool | isNear (const HepBoost <, double epsilon=Hep4RotationInterface::tolerance) const |
| bool | isNear (const HepLorentzRotation <, double epsilon=Hep4RotationInterface::tolerance) const |
| double | norm2 () const |
| void | rectify () |
| Hep3Vector | operator() (const Hep3Vector &p) const |
| Hep3Vector | operator* (const Hep3Vector &p) const |
| HepLorentzVector | operator() (const HepLorentzVector &w) const |
| HepLorentzVector | operator* (const HepLorentzVector &w) const |
| HepRotationZ | operator* (const HepRotationZ &rz) const |
| HepRotationZ & | operator*= (const HepRotationZ &r) |
| HepRotationZ & | transform (const HepRotationZ &r) |
| HepRotationZ | inverse () const |
| HepRotationZ & | invert () |
| std::ostream & | print (std::ostream &os) const |
Static Public Member Functions | |
| static double | getTolerance () |
| static double | setTolerance (double tol) |
Protected Member Functions | |
| HepRotationZ (double dd, double ss, double cc) | |
Static Protected Member Functions | |
| static double | proper (double delta) |
Protected Attributes | |
| double | its_d |
| double | its_s |
| double | its_c |
Friends | |
| HepRotationZ | inverseOf (const HepRotationZ &r) |
Definition at line 39 of file RotationZ.h.
|
inline |
Definition at line 32 of file RotationZ.icc.
Referenced by inverse(), and operator*().
| CLHEP::HepRotationZ::HepRotationZ | ( | double | delta | ) |
|
inline |
Definition at line 34 of file RotationZ.icc.
|
inlinedefault |
|
inline |
Definition at line 49 of file RotationZ.icc.
|
inlineprotected |
Definition at line 38 of file RotationZ.icc.
|
inline |
Definition at line 72 of file RotationZ.icc.
Referenced by axisAngle(), and getAxis().
|
inline |
Definition at line 74 of file RotationZ.icc.
|
inline |
Definition at line 170 of file RotationZ.icc.
References colX().
|
inline |
Definition at line 172 of file RotationZ.icc.
References colY().
|
inline |
Definition at line 174 of file RotationZ.icc.
References colZ().
|
inline |
Definition at line 176 of file RotationZ.icc.
|
inline |
|
inline |
|
inline |
Definition at line 55 of file RotationZ.icc.
Referenced by col3().
|
inline |
Definition at line 88 of file RotationZ.icc.
References its_d.
| void CLHEP::HepRotationZ::decompose | ( | Hep3Vector & | boost, |
| HepAxisAngle & | rotation | ||
| ) | const |
| void CLHEP::HepRotationZ::decompose | ( | HepAxisAngle & | rotation, |
| Hep3Vector & | boost | ||
| ) | const |
| void CLHEP::HepRotationZ::decompose | ( | HepBoost & | boost, |
| HepRotation & | rotation | ||
| ) | const |
| void CLHEP::HepRotationZ::decompose | ( | HepRotation & | rotation, |
| HepBoost & | boost | ||
| ) | const |
|
inline |
| double CLHEP::HepRotationZ::distance2 | ( | const HepBoost & | lt | ) | const |
| double CLHEP::HepRotationZ::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
| double CLHEP::HepRotationZ::distance2 | ( | const HepRotation & | r | ) | const |
| double CLHEP::HepRotationZ::distance2 | ( | const HepRotationZ & | r | ) | const |
| HepEulerAngles CLHEP::HepRotationZ::eulerAngles | ( | ) | const |
|
inline |
Definition at line 78 of file RotationZ.icc.
|
inline |
|
inline |
Definition at line 68 of file RotationZ.icc.
References its_d.
|
inline |
Definition at line 65 of file RotationZ.icc.
References phi().
|
inline |
Definition at line 67 of file RotationZ.icc.
References psi().
|
inline |
Definition at line 66 of file RotationZ.icc.
References theta().
|
inlinestatic |
Definition at line 201 of file RotationZ.icc.
References CLHEP::Hep4RotationInterface::tolerance.
| double CLHEP::HepRotationZ::howNear | ( | const HepBoost & | lt | ) | const |
| double CLHEP::HepRotationZ::howNear | ( | const HepLorentzRotation & | lt | ) | const |
| double CLHEP::HepRotationZ::howNear | ( | const HepRotation & | r | ) | const |
| double CLHEP::HepRotationZ::howNear | ( | const HepRotationZ & | r | ) | const |
|
inline |
Definition at line 158 of file RotationZ.icc.
References HepRotationZ(), its_c, its_d, its_s, and proper().
Referenced by invert().
|
inline |
Definition at line 166 of file RotationZ.icc.
References inverse().
|
inline |
Definition at line 84 of file RotationZ.icc.
References its_d.
| bool CLHEP::HepRotationZ::isNear | ( | const HepBoost & | lt, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| bool CLHEP::HepRotationZ::isNear | ( | const HepLorentzRotation & | lt, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| bool CLHEP::HepRotationZ::isNear | ( | const HepRotation & | r, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| bool CLHEP::HepRotationZ::isNear | ( | const HepRotationZ & | r, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| double CLHEP::HepRotationZ::norm2 | ( | ) | const |
|
inline |
Definition at line 94 of file RotationZ.icc.
References its_d.
|
inline |
Definition at line 111 of file RotationZ.icc.
References its_c, its_s, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Referenced by operator*().
|
inline |
Definition at line 124 of file RotationZ.icc.
|
inline |
Definition at line 120 of file RotationZ.icc.
References operator()().
|
inline |
Definition at line 129 of file RotationZ.icc.
|
inline |
Definition at line 152 of file RotationZ.icc.
References HepRotationZ(), its_c, its_d, its_s, and proper().
|
inline |
Definition at line 134 of file RotationZ.icc.
|
inline |
Definition at line 102 of file RotationZ.icc.
References its_d.
|
inline |
Definition at line 98 of file RotationZ.icc.
References its_d.
|
inline |
Definition at line 42 of file RotationZ.icc.
|
inlinedefault |
|
inline |
Definition at line 92 of file RotationZ.icc.
References its_d.
|
inline |
Definition at line 100 of file RotationZ.icc.
References its_d.
|
inline |
Definition at line 96 of file RotationZ.icc.
References its_d.
| double CLHEP::HepRotationZ::phi | ( | ) | const |
Referenced by getPhi().
| double CLHEP::HepRotationZ::phiX | ( | ) | const |
| double CLHEP::HepRotationZ::phiY | ( | ) | const |
| double CLHEP::HepRotationZ::phiZ | ( | ) | const |
| std::ostream & CLHEP::HepRotationZ::print | ( | std::ostream & | os | ) | const |
|
inlinestaticprotected |
Definition at line 142 of file RotationZ.icc.
Referenced by inverse(), operator*(), and rectify().
| double CLHEP::HepRotationZ::psi | ( | ) | const |
Referenced by getPsi().
|
inline |
|
inline |
Definition at line 26 of file RotationZ.icc.
Referenced by CLHEP::HepRotation::operator=(), and CLHEP::HepRotation::set().
|
inline |
Definition at line 194 of file RotationZ.icc.
Referenced by CLHEP::HepLorentzRotation::HepLorentzRotation(), and CLHEP::HepLorentzRotation::set().
|
inline |
Definition at line 178 of file RotationZ.icc.
References rowX().
|
inline |
Definition at line 180 of file RotationZ.icc.
References rowY().
|
inline |
Definition at line 182 of file RotationZ.icc.
References rowZ().
|
inline |
Definition at line 184 of file RotationZ.icc.
|
inline |
|
inline |
|
inline |
Definition at line 62 of file RotationZ.icc.
Referenced by row3().
| HepRotationZ & CLHEP::HepRotationZ::set | ( | double | delta | ) |
| void CLHEP::HepRotationZ::setDelta | ( | double | delta | ) |
|
inlinestatic |
Definition at line 204 of file RotationZ.icc.
References CLHEP::Hep4RotationInterface::setTolerance().
| double CLHEP::HepRotationZ::theta | ( | ) | const |
Referenced by getTheta().
| double CLHEP::HepRotationZ::thetaX | ( | ) | const |
| double CLHEP::HepRotationZ::thetaY | ( | ) | const |
| double CLHEP::HepRotationZ::thetaZ | ( | ) | const |
|
inline |
Definition at line 138 of file RotationZ.icc.
|
inline |
Definition at line 192 of file RotationZ.icc.
|
inline |
Definition at line 189 of file RotationZ.icc.
|
inline |
Definition at line 190 of file RotationZ.icc.
|
inline |
Definition at line 191 of file RotationZ.icc.
|
inline |
Definition at line 186 of file RotationZ.icc.
|
inline |
Definition at line 15 of file RotationZ.icc.
References its_c.
Referenced by CLHEP::HepRotation::operator*().
|
inline |
Definition at line 16 of file RotationZ.icc.
References its_s.
Referenced by CLHEP::HepRotation::operator*().
|
inline |
Definition at line 24 of file RotationZ.icc.
|
inline |
Definition at line 187 of file RotationZ.icc.
|
inline |
Definition at line 17 of file RotationZ.icc.
References its_s.
|
inline |
Definition at line 18 of file RotationZ.icc.
References its_c.
|
inline |
Definition at line 23 of file RotationZ.icc.
|
inline |
Definition at line 188 of file RotationZ.icc.
|
inline |
Definition at line 22 of file RotationZ.icc.
|
inline |
Definition at line 21 of file RotationZ.icc.
|
inline |
Definition at line 20 of file RotationZ.icc.
|
friend |
Definition at line 162 of file RotationZ.icc.
|
protected |
Definition at line 264 of file RotationZ.h.
Referenced by colX(), colY(), inverse(), operator()(), operator*(), operator=(), rectify(), rep3x3(), rep4x4(), rowX(), rowY(), xx(), and yy().
|
protected |
Definition at line 260 of file RotationZ.h.
Referenced by compare(), delta(), getAngleAxis(), getDelta(), inverse(), isIdentity(), operator!=(), operator*(), operator<(), operator<=(), operator=(), operator==(), operator>(), operator>=(), and rectify().
|
protected |
Definition at line 263 of file RotationZ.h.
Referenced by colX(), colY(), inverse(), operator()(), operator*(), operator=(), rectify(), rep3x3(), rep4x4(), rowX(), rowY(), xy(), and yx().