|
Geant4-11
|
#include <BoostX.h>
Public Member Functions | |
| double | beta () const |
| Hep3Vector | boostVector () const |
| HepLorentzVector | col1 () const |
| HepLorentzVector | col2 () const |
| HepLorentzVector | col3 () const |
| HepLorentzVector | col4 () const |
| int | compare (const HepBoostX &b) const |
| void | decompose (Hep3Vector &boost, HepAxisAngle &rotation) const |
| void | decompose (HepAxisAngle &rotation, Hep3Vector &boost) const |
| void | decompose (HepBoost &boost, HepRotation &rotation) const |
| void | decompose (HepRotation &rotation, HepBoost &boost) const |
| double | distance2 (const HepBoost &b) const |
| double | distance2 (const HepBoostX &b) const |
| double | distance2 (const HepLorentzRotation <) const |
| double | distance2 (const HepRotation &r) const |
| double | gamma () const |
| Hep3Vector | getDirection () const |
| HepBoostX () | |
| HepBoostX (const HepBoostX &b) | |
| HepBoostX (double beta) | |
| HepBoostX (HepBoostX &&b)=default | |
| double | howNear (const HepBoost &b) const |
| double | howNear (const HepBoostX &b) const |
| double | howNear (const HepLorentzRotation <) const |
| double | howNear (const HepRotation &r) const |
| HepBoostX | inverse () const |
| HepBoostX & | invert () |
| bool | isIdentity () const |
| bool | isNear (const HepBoost &b, double epsilon=Hep4RotationInterface::tolerance) const |
| bool | isNear (const HepBoostX &b, double epsilon=Hep4RotationInterface::tolerance) const |
| bool | isNear (const HepLorentzRotation <, double epsilon=Hep4RotationInterface::tolerance) const |
| bool | isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const |
| double | norm2 () const |
| bool | operator!= (const HepBoostX &b) const |
| HepLorentzVector | operator() (const HepLorentzVector &w) const |
| HepLorentzRotation | operator* (const HepBoost &b) const |
| HepBoostX | operator* (const HepBoostX &b) const |
| HepLorentzRotation | operator* (const HepLorentzRotation <) const |
| HepLorentzVector | operator* (const HepLorentzVector &w) const |
| HepLorentzRotation | operator* (const HepRotation &r) const |
| bool | operator< (const HepBoostX &b) const |
| bool | operator<= (const HepBoostX &b) const |
| HepBoostX & | operator= (const HepBoostX &m) |
| HepBoostX & | operator= (HepBoostX &&m)=default |
| bool | operator== (const HepBoostX &b) const |
| bool | operator> (const HepBoostX &b) const |
| bool | operator>= (const HepBoostX &b) const |
| std::ostream & | print (std::ostream &os) const |
| void | rectify () |
| HepRep4x4 | rep4x4 () const |
| HepRep4x4Symmetric | rep4x4Symmetric () const |
| HepLorentzVector | row1 () const |
| HepLorentzVector | row2 () const |
| HepLorentzVector | row3 () const |
| HepLorentzVector | row4 () const |
| HepBoostX & | set (double beta) |
| double | tt () const |
| double | tx () const |
| double | ty () const |
| double | tz () const |
| double | xt () const |
| double | xx () const |
| double | xy () const |
| double | xz () const |
| double | yt () const |
| double | yx () const |
| double | yy () const |
| double | yz () const |
| double | zt () const |
| double | zx () const |
| double | zy () const |
| double | zz () const |
Static Public Member Functions | |
| static double | getTolerance () |
| static double | setTolerance (double tol) |
Protected Member Functions | |
| HepBoostX (double beta, double gamma) | |
| HepLorentzRotation | matrixMultiplication (const HepRep4x4 &m) const |
| HepLorentzRotation | matrixMultiplication (const HepRep4x4Symmetric &m) const |
| HepLorentzVector | vectorMultiplication (const HepLorentzVector &w) const |
Protected Attributes | |
| double | beta_ |
| double | gamma_ |
Friends | |
| HepBoostX | inverseOf (const HepBoostX &b) |
|
inline |
Referenced by operator*().
|
inline |
|
inlinedefault |
|
inline |
|
inlineprotected |
|
inline |
Referenced by operator*().
|
inline |
Referenced by decompose().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void CLHEP::HepBoostX::decompose | ( | Hep3Vector & | boost, |
| HepAxisAngle & | rotation | ||
| ) | const |
Definition at line 75 of file BoostX.cc.
References boostVector().
| void CLHEP::HepBoostX::decompose | ( | HepAxisAngle & | rotation, |
| Hep3Vector & | boost | ||
| ) | const |
Definition at line 63 of file BoostX.cc.
References boostVector().
| void CLHEP::HepBoostX::decompose | ( | HepBoost & | boost, |
| HepRotation & | rotation | ||
| ) | const |
Definition at line 68 of file BoostX.cc.
References boostVector().
| void CLHEP::HepBoostX::decompose | ( | HepRotation & | rotation, |
| HepBoost & | boost | ||
| ) | const |
Definition at line 56 of file BoostX.cc.
References boostVector().
| double CLHEP::HepBoostX::distance2 | ( | const HepBoost & | b | ) | const |
Definition at line 82 of file BoostX.cc.
References CLHEP::HepBoost::distance2().
|
inline |
Referenced by distance2(), and isNear().
| double CLHEP::HepBoostX::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
Definition at line 92 of file BoostX.cc.
References CLHEP::HepLorentzRotation::decompose(), distance2(), and CLHEP::HepRotation::norm2().
| double CLHEP::HepBoostX::distance2 | ( | const HepRotation & | r | ) | const |
Definition at line 86 of file BoostX.cc.
References norm2(), and CLHEP::HepRotation::norm2().
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| bool CLHEP::HepBoostX::isNear | ( | const HepLorentzRotation & | lt, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
Definition at line 108 of file BoostX.cc.
References CLHEP::HepLorentzRotation::decompose(), distance2(), epsilon(), and CLHEP::HepRotation::norm2().
| bool CLHEP::HepBoostX::isNear | ( | const HepRotation & | r, |
| double | epsilon = Hep4RotationInterface::tolerance |
||
| ) | const |
|
protected |
|
protected |
|
inline |
Referenced by distance2(), and isNear().
|
inline |
|
inline |
| HepLorentzRotation CLHEP::HepBoostX::operator* | ( | const HepBoost & | b | ) | const |
Definition at line 138 of file BoostX.cc.
References beta(), and HepBoostX().
| HepLorentzRotation CLHEP::HepBoostX::operator* | ( | const HepLorentzRotation & | lt | ) | const |
|
inline |
| HepLorentzRotation CLHEP::HepBoostX::operator* | ( | const HepRotation & | r | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::ostream & CLHEP::HepBoostX::print | ( | std::ostream & | os | ) | const |
| void CLHEP::HepBoostX::rectify | ( | ) |
Definition at line 121 of file BoostX.cc.
| HepRep4x4 CLHEP::HepBoostX::rep4x4 | ( | ) | const |
| HepRep4x4Symmetric CLHEP::HepBoostX::rep4x4Symmetric | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
| HepBoostX & CLHEP::HepBoostX::set | ( | double | beta | ) |
Definition at line 22 of file BoostX.cc.
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |