|
CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/Vector/RotationX.h>
Public Member Functions | |
| HepRotationX () | |
| HepRotationX (double delta) | |
| HepRotationX (const HepRotationX &orig) | |
| HepRotationX (HepRotationX &&orig)=default | |
| HepRotationX & | operator= (const HepRotationX &r) |
| HepRotationX & | operator= (HepRotationX &&r)=default |
| HepRotationX & | set (double delta) |
| ~HepRotationX () | |
| 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 HepRotationX &r) const |
| bool | operator== (const HepRotationX &r) const |
| bool | operator!= (const HepRotationX &r) const |
| bool | operator< (const HepRotationX &r) const |
| bool | operator> (const HepRotationX &r) const |
| bool | operator<= (const HepRotationX &r) const |
| bool | operator>= (const HepRotationX &r) const |
| double | distance2 (const HepRotationX &r) const |
| double | distance2 (const HepRotation &r) const |
| double | howNear (const HepRotationX &r) const |
| double | howNear (const HepRotation &r) const |
| bool | isNear (const HepRotationX &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 |
| HepRotationX | operator* (const HepRotationX &rx) const |
| HepRotationX & | operator*= (const HepRotationX &r) |
| HepRotationX & | transform (const HepRotationX &r) |
| HepRotationX | inverse () const |
| HepRotationX & | invert () |
| std::ostream & | print (std::ostream &os) const |
Static Public Member Functions | |
| static double | getTolerance () |
| static double | setTolerance (double tol) |
Protected Member Functions | |
| HepRotationX (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 | |
| HepRotationX | inverseOf (const HepRotationX &r) |
Definition at line 40 of file RotationX.h.
|
inline |
Definition at line 32 of file RotationX.icc.
Referenced by inverse(), and operator*().
| CLHEP::HepRotationX::HepRotationX | ( | double | delta | ) |
|
inline |
Definition at line 34 of file RotationX.icc.
|
inlinedefault |
|
inline |
Definition at line 49 of file RotationX.icc.
|
inlineprotected |
Definition at line 38 of file RotationX.icc.
|
inline |
Definition at line 72 of file RotationX.icc.
Referenced by axisAngle(), and getAxis().
|
inline |
Definition at line 74 of file RotationX.icc.
|
inline |
Definition at line 84 of file RotationX.icc.
References colX().
|
inline |
Definition at line 86 of file RotationX.icc.
References colY().
|
inline |
Definition at line 88 of file RotationX.icc.
References colZ().
|
inline |
Definition at line 90 of file RotationX.icc.
|
inline |
Definition at line 51 of file RotationX.icc.
Referenced by col1().
|
inline |
|
inline |
|
inline |
Definition at line 119 of file RotationX.icc.
References its_d.
| void CLHEP::HepRotationX::decompose | ( | Hep3Vector & | boost, |
| HepAxisAngle & | rotation | ||
| ) | const |
| void CLHEP::HepRotationX::decompose | ( | HepAxisAngle & | rotation, |
| Hep3Vector & | boost | ||
| ) | const |
| void CLHEP::HepRotationX::decompose | ( | HepBoost & | boost, |
| HepRotation & | rotation | ||
| ) | const |
| void CLHEP::HepRotationX::decompose | ( | HepRotation & | rotation, |
| HepBoost & | boost | ||
| ) | const |
|
inline |
| double CLHEP::HepRotationX::distance2 | ( | const HepBoost & | lt | ) | const |
| double CLHEP::HepRotationX::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
| double CLHEP::HepRotationX::distance2 | ( | const HepRotation & | r | ) | const |
| double CLHEP::HepRotationX::distance2 | ( | const HepRotationX & | r | ) | const |
| HepEulerAngles CLHEP::HepRotationX::eulerAngles | ( | ) | const |
|
inline |
Definition at line 78 of file RotationX.icc.
|
inline |
|
inline |
Definition at line 68 of file RotationX.icc.
References its_d.
|
inline |
Definition at line 65 of file RotationX.icc.
References phi().
|
inline |
Definition at line 67 of file RotationX.icc.
References psi().
|
inline |
Definition at line 66 of file RotationX.icc.
References theta().
|
inlinestatic |
Definition at line 201 of file RotationX.icc.
References CLHEP::Hep4RotationInterface::tolerance.
| double CLHEP::HepRotationX::howNear | ( | const HepBoost & | lt | ) | const |
| double CLHEP::HepRotationX::howNear | ( | const HepLorentzRotation & | lt | ) | const |
| double CLHEP::HepRotationX::howNear | ( | const HepRotation & | r | ) | const |
| double CLHEP::HepRotationX::howNear | ( | const HepRotationX & | r | ) | const |
|
inline |
Definition at line 189 of file RotationX.icc.
References HepRotationX(), its_c, its_d, its_s, and proper().
Referenced by invert().
|
inline |
Definition at line 197 of file RotationX.icc.
References inverse().
|
inline |
Definition at line 115 of file RotationX.icc.
References its_d.
| bool CLHEP::HepRotationX::isNear | ( | const HepBoost & | lt, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| bool CLHEP::HepRotationX::isNear | ( | const HepLorentzRotation & | lt, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| bool CLHEP::HepRotationX::isNear | ( | const HepRotation & | r, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| bool CLHEP::HepRotationX::isNear | ( | const HepRotationX & | r, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
| double CLHEP::HepRotationX::norm2 | ( | ) | const |
|
inline |
Definition at line 125 of file RotationX.icc.
References its_d.
|
inline |
Definition at line 142 of file RotationX.icc.
References its_c, its_s, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
Referenced by operator*().
|
inline |
Definition at line 155 of file RotationX.icc.
|
inline |
Definition at line 151 of file RotationX.icc.
References operator()().
|
inline |
Definition at line 160 of file RotationX.icc.
|
inline |
Definition at line 183 of file RotationX.icc.
References HepRotationX(), its_c, its_d, its_s, and proper().
|
inline |
Definition at line 165 of file RotationX.icc.
|
inline |
Definition at line 133 of file RotationX.icc.
References its_d.
|
inline |
Definition at line 129 of file RotationX.icc.
References its_d.
|
inline |
Definition at line 42 of file RotationX.icc.
|
inlinedefault |
|
inline |
Definition at line 123 of file RotationX.icc.
References its_d.
|
inline |
Definition at line 131 of file RotationX.icc.
References its_d.
|
inline |
Definition at line 127 of file RotationX.icc.
References its_d.
| double CLHEP::HepRotationX::phi | ( | ) | const |
Referenced by getPhi().
| double CLHEP::HepRotationX::phiX | ( | ) | const |
| double CLHEP::HepRotationX::phiY | ( | ) | const |
| double CLHEP::HepRotationX::phiZ | ( | ) | const |
| std::ostream & CLHEP::HepRotationX::print | ( | std::ostream & | os | ) | const |
|
inlinestaticprotected |
Definition at line 173 of file RotationX.icc.
Referenced by inverse(), operator*(), and rectify().
| double CLHEP::HepRotationX::psi | ( | ) | const |
Referenced by getPsi().
|
inline |
|
inline |
Definition at line 26 of file RotationX.icc.
Referenced by CLHEP::HepRotation::operator=(), and CLHEP::HepRotation::set().
|
inline |
Definition at line 108 of file RotationX.icc.
Referenced by CLHEP::HepLorentzRotation::HepLorentzRotation(), and CLHEP::HepLorentzRotation::set().
|
inline |
Definition at line 92 of file RotationX.icc.
References rowX().
|
inline |
Definition at line 94 of file RotationX.icc.
References rowY().
|
inline |
Definition at line 96 of file RotationX.icc.
References rowZ().
|
inline |
Definition at line 98 of file RotationX.icc.
|
inline |
Definition at line 58 of file RotationX.icc.
Referenced by row1().
|
inline |
|
inline |
| HepRotationX & CLHEP::HepRotationX::set | ( | double | delta | ) |
| void CLHEP::HepRotationX::setDelta | ( | double | delta | ) |
|
inlinestatic |
Definition at line 204 of file RotationX.icc.
References CLHEP::Hep4RotationInterface::setTolerance().
| double CLHEP::HepRotationX::theta | ( | ) | const |
Referenced by getTheta().
| double CLHEP::HepRotationX::thetaX | ( | ) | const |
| double CLHEP::HepRotationX::thetaY | ( | ) | const |
| double CLHEP::HepRotationX::thetaZ | ( | ) | const |
|
inline |
Definition at line 169 of file RotationX.icc.
|
inline |
Definition at line 106 of file RotationX.icc.
|
inline |
Definition at line 103 of file RotationX.icc.
|
inline |
Definition at line 104 of file RotationX.icc.
|
inline |
Definition at line 105 of file RotationX.icc.
|
inline |
Definition at line 100 of file RotationX.icc.
|
inline |
Definition at line 20 of file RotationX.icc.
|
inline |
Definition at line 21 of file RotationX.icc.
|
inline |
Definition at line 22 of file RotationX.icc.
|
inline |
Definition at line 101 of file RotationX.icc.
|
inline |
Definition at line 23 of file RotationX.icc.
|
inline |
Definition at line 15 of file RotationX.icc.
References its_c.
Referenced by CLHEP::HepRotation::operator*().
|
inline |
Definition at line 16 of file RotationX.icc.
References its_s.
Referenced by CLHEP::HepRotation::operator*().
|
inline |
Definition at line 102 of file RotationX.icc.
|
inline |
Definition at line 24 of file RotationX.icc.
|
inline |
Definition at line 17 of file RotationX.icc.
References its_s.
|
inline |
Definition at line 18 of file RotationX.icc.
References its_c.
|
friend |
Definition at line 193 of file RotationX.icc.
|
protected |
Definition at line 263 of file RotationX.h.
Referenced by colY(), colZ(), inverse(), operator()(), operator*(), operator=(), rectify(), rep3x3(), rep4x4(), rowY(), rowZ(), yy(), and zz().
|
protected |
Definition at line 259 of file RotationX.h.
Referenced by compare(), delta(), getAngleAxis(), getDelta(), inverse(), isIdentity(), operator!=(), operator*(), operator<(), operator<=(), operator=(), operator==(), operator>(), operator>=(), and rectify().
|
protected |
Definition at line 262 of file RotationX.h.
Referenced by colY(), colZ(), inverse(), operator()(), operator*(), operator=(), rectify(), rep3x3(), rep4x4(), rowY(), rowZ(), yz(), and zy().