|
| | HepBoost () |
| |
| | HepBoost (const HepBoost &m) |
| |
| HepBoost & | operator= (const HepBoost &m) |
| |
| HepBoost & | set (double betaX, double betaY, double betaZ) |
| |
| | HepBoost (double betaX, double betaY, double betaZ) |
| |
| HepBoost & | set (const HepRep4x4Symmetric &m) |
| |
| | HepBoost (const HepRep4x4Symmetric &m) |
| |
| HepBoost & | set (Hep3Vector direction, double beta) |
| |
| | HepBoost (Hep3Vector direction, double beta) |
| |
| HepBoost & | set (const Hep3Vector &boost) |
| |
| | HepBoost (const Hep3Vector &boost) |
| |
| HepBoost & | set (const HepBoostX &boost) |
| |
| HepBoost & | set (const HepBoostY &boost) |
| |
| HepBoost & | set (const HepBoostZ &boost) |
| |
| | HepBoost (const HepBoostX &boost) |
| |
| | HepBoost (const HepBoostY &boost) |
| |
| | HepBoost (const HepBoostZ &boost) |
| |
| double | beta () const |
| |
| double | gamma () const |
| |
| Hep3Vector | boostVector () const |
| |
| Hep3Vector | getDirection () const |
| |
| Hep3Vector | direction () const |
| |
| 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 |
| |
| HepRep4x4Symmetric | rep4x4Symmetric () const |
| |
| void | decompose (HepRotation &rotation, HepBoost &boost) const |
| |
| void | decompose (HepAxisAngle &rotation, Hep3Vector &boost) const |
| |
| void | decompose (HepBoost &boost, HepRotation &rotation) const |
| |
| void | decompose (Hep3Vector &boost, HepAxisAngle &rotation) const |
| |
| int | compare (const HepBoost &b) const |
| |
| bool | operator== (const HepBoost &b) const |
| |
| bool | operator!= (const HepBoost &b) const |
| |
| bool | operator<= (const HepBoost &b) const |
| |
| bool | operator>= (const HepBoost &b) const |
| |
| bool | operator< (const HepBoost &b) const |
| |
| bool | operator> (const HepBoost &b) const |
| |
| bool | isIdentity () const |
| |
| double | distance2 (const HepBoost &b) const |
| |
| double | distance2 (const HepBoostX &bx) const |
| |
| double | distance2 (const HepBoostY &by) const |
| |
| double | distance2 (const HepBoostZ &bz) const |
| |
| double | distance2 (const HepRotation &r) const |
| |
| double | distance2 (const HepLorentzRotation <) const |
| |
| double | howNear (const HepBoost &b) const |
| |
| bool | isNear (const HepBoost &b, double epsilon=Hep4RotationInterface::tolerance) const |
| |
| double | howNear (const HepRotation &r) const |
| |
| double | howNear (const HepLorentzRotation <) 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 | operator() (const HepLorentzVector &p) const |
| |
| HepLorentzVector | operator* (const HepLorentzVector &p) const |
| |
| HepLorentzRotation | operator* (const HepBoost &b) const |
| |
| HepLorentzRotation | operator* (const HepRotation &r) const |
| |
| HepLorentzRotation | operator* (const HepLorentzRotation <) const |
| |
| HepBoost | inverse () const |
| |
| HepBoost & | invert () |
| |
| std::ostream & | print (std::ostream &os) const |
| |
- Author
Definition at line 42 of file Boost.h.