CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/Vector/BoostX.h>
Public Member Functions | |
HepBoostX () | |
HepBoostX (const HepBoostX &b) | |
HepBoostX (HepBoostX &&b)=default | |
HepBoostX & | operator= (const HepBoostX &m) |
HepBoostX & | operator= (HepBoostX &&m)=default |
HepBoostX & | set (double beta) |
HepBoostX (double beta) | |
double | beta () const |
double | gamma () const |
Hep3Vector | boostVector () const |
Hep3Vector | getDirection () 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 HepBoostX &b) const |
bool | operator== (const HepBoostX &b) const |
bool | operator!= (const HepBoostX &b) const |
bool | operator<= (const HepBoostX &b) const |
bool | operator>= (const HepBoostX &b) const |
bool | operator< (const HepBoostX &b) const |
bool | operator> (const HepBoostX &b) const |
bool | isIdentity () const |
double | distance2 (const HepBoostX &b) const |
double | distance2 (const HepBoost &b) const |
double | distance2 (const HepRotation &r) const |
double | distance2 (const HepLorentzRotation <) const |
double | howNear (const HepBoostX &b) const |
double | howNear (const HepBoost &b) const |
double | howNear (const HepRotation &r) const |
double | howNear (const HepLorentzRotation <) const |
bool | isNear (const HepBoostX &b, double epsilon=Hep4RotationInterface::tolerance) 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 | operator() (const HepLorentzVector &w) const |
HepLorentzVector | operator* (const HepLorentzVector &w) const |
HepBoostX | operator* (const HepBoostX &b) const |
HepLorentzRotation | operator* (const HepBoost &b) const |
HepLorentzRotation | operator* (const HepRotation &r) const |
HepLorentzRotation | operator* (const HepLorentzRotation <) const |
HepBoostX | inverse () const |
HepBoostX & | invert () |
std::ostream & | print (std::ostream &os) const |
Static Public Member Functions | |
static double | getTolerance () |
static double | setTolerance (double tol) |
Protected Member Functions | |
HepLorentzVector | vectorMultiplication (const HepLorentzVector &w) const |
HepLorentzRotation | matrixMultiplication (const HepRep4x4 &m) const |
HepLorentzRotation | matrixMultiplication (const HepRep4x4Symmetric &m) const |
HepBoostX (double beta, double gamma) | |
Protected Attributes | |
double | beta_ |
double | gamma_ |
Friends | |
HepBoostX | inverseOf (const HepBoostX &b) |
|
inline |
Definition at line 16 of file BoostX.icc.
Referenced by compare(), decompose(), distance2(), distance2(), HepBoostX(), HepBoostX(), howNear(), inverse(), inverseOf, invert(), isNear(), operator!=(), operator*(), operator*(), operator<(), operator<=(), operator=(), operator=(), operator==(), operator>(), operator>=(), and set().
|
inline |
Definition at line 18 of file BoostX.icc.
References beta_, gamma_, and HepBoostX().
|
inlinedefault |
References HepBoostX().
|
inline |
Definition at line 28 of file BoostX.icc.
References set().
|
inlineprotected |
Definition at line 31 of file BoostX.icc.
|
inline |
Definition at line 36 of file BoostX.icc.
References beta_.
Referenced by col1(), col4(), compare(), CLHEP::HepBoost::distance2(), distance2(), inverse(), inverseOf, isIdentity(), matrixMultiplication(), set(), tx(), and xt().
|
inline |
Definition at line 44 of file BoostX.icc.
References beta_.
Referenced by CLHEP::HepBoost::HepBoost(), and CLHEP::HepBoost::set().
|
inline |
|
inline |
Definition at line 72 of file BoostX.icc.
Referenced by row2().
|
inline |
Definition at line 75 of file BoostX.icc.
Referenced by row3().
|
inline |
|
inline |
Definition at line 97 of file BoostX.icc.
References beta(), and HepBoostX().
void CLHEP::HepBoostX::decompose | ( | Hep3Vector & | boost, |
HepAxisAngle & | rotation ) const |
References HepBoostX().
void CLHEP::HepBoostX::decompose | ( | HepAxisAngle & | rotation, |
Hep3Vector & | boost ) const |
void CLHEP::HepBoostX::decompose | ( | HepBoost & | boost, |
HepRotation & | rotation ) const |
void CLHEP::HepBoostX::decompose | ( | HepRotation & | rotation, |
HepBoost & | boost ) const |
double CLHEP::HepBoostX::distance2 | ( | const HepBoost & | b | ) | const |
|
inline |
double CLHEP::HepBoostX::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
References HepBoostX(), and CLHEP::Hep4RotationInterface::tolerance.
double CLHEP::HepBoostX::distance2 | ( | const HepRotation & | r | ) | const |
|
inline |
Definition at line 40 of file BoostX.icc.
References gamma_.
Referenced by col1(), col4(), CLHEP::HepBoost::distance2(), distance2(), inverse(), inverseOf, matrixMultiplication(), tt(), tx(), xt(), and xx().
|
inline |
Definition at line 48 of file BoostX.icc.
|
inlinestatic |
Definition at line 193 of file BoostX.icc.
References CLHEP::Hep4RotationInterface::tolerance.
|
inline |
Definition at line 137 of file BoostX.icc.
References distance2().
|
inline |
Definition at line 135 of file BoostX.icc.
References distance2(), and HepBoostX().
|
inline |
Definition at line 141 of file BoostX.icc.
References distance2().
|
inline |
Definition at line 139 of file BoostX.icc.
References distance2().
|
inline |
Definition at line 178 of file BoostX.icc.
References beta(), gamma(), and HepBoostX().
|
inline |
Definition at line 186 of file BoostX.icc.
References beta_, and HepBoostX().
|
inline |
Definition at line 126 of file BoostX.icc.
References beta().
|
inline |
Definition at line 148 of file BoostX.icc.
References distance2().
|
inline |
Definition at line 144 of file BoostX.icc.
References distance2(), and HepBoostX().
bool CLHEP::HepBoostX::isNear | ( | const HepLorentzRotation & | lt, |
double | epsilon = Hep4RotationInterface::tolerance ) const |
References CLHEP::Hep4RotationInterface::tolerance.
bool CLHEP::HepBoostX::isNear | ( | const HepRotation & | r, |
double | epsilon = Hep4RotationInterface::tolerance ) const |
References CLHEP::Hep4RotationInterface::tolerance.
|
protected |
|
protected |
|
inline |
Definition at line 155 of file BoostX.icc.
|
inline |
Definition at line 110 of file BoostX.icc.
References beta_, and HepBoostX().
|
inline |
Definition at line 172 of file BoostX.icc.
References operator*().
HepLorentzRotation CLHEP::HepBoostX::operator* | ( | const HepBoost & | b | ) | const |
References HepBoostX().
HepLorentzRotation CLHEP::HepBoostX::operator* | ( | const HepLorentzRotation & | lt | ) | const |
References HepBoostX().
|
inline |
Definition at line 163 of file BoostX.icc.
References beta_, gamma_, CLHEP::HepLorentzVector::t(), CLHEP::HepLorentzVector::x(), CLHEP::HepLorentzVector::y(), and CLHEP::HepLorentzVector::z().
Referenced by operator()().
HepLorentzRotation CLHEP::HepBoostX::operator* | ( | const HepRotation & | r | ) | const |
|
inline |
Definition at line 119 of file BoostX.icc.
References beta_, and HepBoostX().
|
inline |
Definition at line 113 of file BoostX.icc.
References beta_, and HepBoostX().
Definition at line 22 of file BoostX.icc.
References beta_, gamma_, and HepBoostX().
References HepBoostX().
|
inline |
Definition at line 107 of file BoostX.icc.
References beta_, and HepBoostX().
|
inline |
Definition at line 122 of file BoostX.icc.
References beta_, and HepBoostX().
|
inline |
Definition at line 116 of file BoostX.icc.
References beta_, and HepBoostX().
std::ostream & CLHEP::HepBoostX::print | ( | std::ostream & | os | ) | const |
void CLHEP::HepBoostX::rectify | ( | ) |
HepRep4x4 CLHEP::HepBoostX::rep4x4 | ( | ) | const |
Referenced by CLHEP::HepLorentzRotation::HepLorentzRotation(), and CLHEP::HepLorentzRotation::set().
HepRep4x4Symmetric CLHEP::HepBoostX::rep4x4Symmetric | ( | ) | const |
|
inline |
Definition at line 82 of file BoostX.icc.
References col1().
|
inline |
Definition at line 85 of file BoostX.icc.
References col2().
|
inline |
Definition at line 88 of file BoostX.icc.
References col3().
|
inline |
Definition at line 91 of file BoostX.icc.
References col4().
HepBoostX & CLHEP::HepBoostX::set | ( | double | beta | ) |
References beta(), and HepBoostX().
Referenced by HepBoostX().
|
inlinestatic |
Definition at line 196 of file BoostX.icc.
References CLHEP::Hep4RotationInterface::setTolerance().
|
inline |
Definition at line 67 of file BoostX.icc.
References gamma().
|
inline |
Definition at line 64 of file BoostX.icc.
|
inline |
Definition at line 65 of file BoostX.icc.
|
inline |
Definition at line 66 of file BoostX.icc.
|
inlineprotected |
|
inline |
Definition at line 55 of file BoostX.icc.
|
inline |
Definition at line 52 of file BoostX.icc.
References gamma().
|
inline |
Definition at line 53 of file BoostX.icc.
|
inline |
Definition at line 54 of file BoostX.icc.
|
inline |
Definition at line 59 of file BoostX.icc.
|
inline |
Definition at line 56 of file BoostX.icc.
|
inline |
Definition at line 57 of file BoostX.icc.
|
inline |
Definition at line 58 of file BoostX.icc.
|
inline |
Definition at line 63 of file BoostX.icc.
|
inline |
Definition at line 60 of file BoostX.icc.
|
inline |
Definition at line 61 of file BoostX.icc.
|
inline |
Definition at line 62 of file BoostX.icc.
Definition at line 182 of file BoostX.icc.
References beta(), gamma(), and HepBoostX().
|
protected |
Definition at line 207 of file BoostX.h.
Referenced by beta(), boostVector(), HepBoostX(), HepBoostX(), HepBoostX(), invert(), norm2(), operator!=(), operator*(), operator<(), operator<=(), operator=(), operator==(), operator>(), and operator>=().
|
protected |
Definition at line 208 of file BoostX.h.
Referenced by gamma(), HepBoostX(), HepBoostX(), HepBoostX(), norm2(), operator*(), and operator=().