|
| | HepLorentzRotation () |
| |
| | HepLorentzRotation (const HepLorentzRotation &r) |
| |
| | HepLorentzRotation (HepLorentzRotation &&r)=default |
| |
| | HepLorentzRotation (const HepRotation &r) |
| |
| | HepLorentzRotation (const HepRotationX &r) |
| |
| | HepLorentzRotation (const HepRotationY &r) |
| |
| | HepLorentzRotation (const HepRotationZ &r) |
| |
| | HepLorentzRotation (const HepBoost &b) |
| |
| | HepLorentzRotation (const HepBoostX &b) |
| |
| | HepLorentzRotation (const HepBoostY &b) |
| |
| | HepLorentzRotation (const HepBoostZ &b) |
| |
| HepLorentzRotation & | operator= (HepLorentzRotation &&m)=default |
| |
| HepLorentzRotation & | operator= (const HepLorentzRotation &m) |
| |
| HepLorentzRotation & | operator= (const HepRotation &m) |
| |
| HepLorentzRotation & | operator= (const HepBoost &m) |
| |
| HepLorentzRotation & | set (double bx, double by, double bz) |
| |
| HepLorentzRotation & | set (const Hep3Vector &p) |
| |
| HepLorentzRotation & | set (const HepRotation &r) |
| |
| HepLorentzRotation & | set (const HepRotationX &r) |
| |
| HepLorentzRotation & | set (const HepRotationY &r) |
| |
| HepLorentzRotation & | set (const HepRotationZ &r) |
| |
| HepLorentzRotation & | set (const HepBoost &boost) |
| |
| HepLorentzRotation & | set (const HepBoostX &boost) |
| |
| HepLorentzRotation & | set (const HepBoostY &boost) |
| |
| HepLorentzRotation & | set (const HepBoostZ &boost) |
| |
| | HepLorentzRotation (double bx, double by, double bz) |
| |
| | HepLorentzRotation (const Hep3Vector &p) |
| |
| HepLorentzRotation & | set (const HepBoost &B, const HepRotation &R) |
| |
| | HepLorentzRotation (const HepBoost &B, const HepRotation &R) |
| |
| HepLorentzRotation & | set (const HepRotation &R, const HepBoost &B) |
| |
| | HepLorentzRotation (const HepRotation &R, const HepBoost &B) |
| |
| | HepLorentzRotation (const HepLorentzVector &col1, const HepLorentzVector &col2, const HepLorentzVector &col3, const HepLorentzVector &col4) |
| |
| HepLorentzRotation & | set (const HepLorentzVector &col1, const HepLorentzVector &col2, const HepLorentzVector &col3, const HepLorentzVector &col4) |
| |
| HepLorentzRotation & | setRows (const HepLorentzVector &row1, const HepLorentzVector &row2, const HepLorentzVector &row3, const HepLorentzVector &row4) |
| |
| HepLorentzRotation & | set (const HepRep4x4 &rep) |
| |
| | HepLorentzRotation (const HepRep4x4 &rep) |
| |
| double | xx () const |
| |
| double | xy () const |
| |
| double | xz () const |
| |
| double | xt () const |
| |
| double | yx () const |
| |
| double | yy () const |
| |
| double | yz () const |
| |
| double | yt () const |
| |
| double | zx () const |
| |
| double | zy () const |
| |
| double | zz () const |
| |
| double | zt () const |
| |
| double | tx () const |
| |
| double | ty () const |
| |
| double | tz () const |
| |
| double | tt () 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 |
| |
| HepRep4x4 | rep4x4 () const |
| |
| const HepLorentzRotation_row | operator[] (int) const |
| |
| double | operator() (int, int) const |
| |
| void | decompose (Hep3Vector &boost, HepAxisAngle &rotation) const |
| |
| void | decompose (HepBoost &boost, HepRotation &rotation) const |
| |
| void | decompose (HepAxisAngle &rotation, Hep3Vector &boost) const |
| |
| void | decompose (HepRotation &rotation, HepBoost &boost) const |
| |
| int | compare (const HepLorentzRotation &m) const |
| |
| bool | operator== (const HepLorentzRotation &) const |
| |
| bool | operator!= (const HepLorentzRotation &) const |
| |
| bool | operator<= (const HepLorentzRotation &) const |
| |
| bool | operator>= (const HepLorentzRotation &) const |
| |
| bool | operator< (const HepLorentzRotation &) const |
| |
| bool | operator> (const HepLorentzRotation &) const |
| |
| bool | isIdentity () const |
| |
| double | distance2 (const HepBoost &b) const |
| |
| double | distance2 (const HepRotation &r) const |
| |
| double | distance2 (const HepLorentzRotation <) const |
| |
| double | howNear (const HepBoost &b) const |
| |
| double | howNear (const HepRotation &r) const |
| |
| double | howNear (const HepLorentzRotation <) const |
| |
| bool | isNear (const HepBoost &b, double epsilon=Hep4RotationInterface::tolerance) const |
| |
| bool | isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const |
| |
| bool | isNear (const HepLorentzRotation <, double epsilon=Hep4RotationInterface::tolerance) const |
| |
| double | norm2 () const |
| |
| void | rectify () |
| |
| HepLorentzVector | vectorMultiplication (const HepLorentzVector &) const |
| |
| HepLorentzVector | operator() (const HepLorentzVector &w) const |
| |
| HepLorentzVector | operator* (const HepLorentzVector &p) const |
| |
| HepLorentzRotation | matrixMultiplication (const HepRep4x4 &m) const |
| |
| HepLorentzRotation | operator* (const HepBoost &b) const |
| |
| HepLorentzRotation | operator* (const HepRotation &r) const |
| |
| HepLorentzRotation | operator* (const HepLorentzRotation <) const |
| |
| HepLorentzRotation & | operator*= (const HepBoost &b) |
| |
| HepLorentzRotation & | operator*= (const HepRotation &r) |
| |
| HepLorentzRotation & | operator*= (const HepLorentzRotation <) |
| |
| HepLorentzRotation & | transform (const HepBoost &b) |
| |
| HepLorentzRotation & | transform (const HepRotation &r) |
| |
| HepLorentzRotation & | transform (const HepLorentzRotation <) |
| |
| HepLorentzRotation & | rotateX (double delta) |
| |
| HepLorentzRotation & | rotateY (double delta) |
| |
| HepLorentzRotation & | rotateZ (double delta) |
| |
| HepLorentzRotation & | rotate (double delta, const Hep3Vector &axis) |
| |
| HepLorentzRotation & | rotate (double delta, const Hep3Vector *axis) |
| |
| HepLorentzRotation & | boostX (double beta) |
| |
| HepLorentzRotation & | boostY (double beta) |
| |
| HepLorentzRotation & | boostZ (double beta) |
| |
| HepLorentzRotation & | boost (double, double, double) |
| |
| HepLorentzRotation & | boost (const Hep3Vector &) |
| |
| HepLorentzRotation | inverse () const |
| |
| HepLorentzRotation & | invert () |
| |
| std::ostream & | print (std::ostream &os) const |
| |