CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
|
#include <CLHEP/Vector/BoostY.h>
Public Member Functions | |
HepBoostY () | |
HepBoostY (const HepBoostY &b) | |
HepBoostY (HepBoostY &&b)=default | |
HepBoostY & | operator= (const HepBoostY &m) |
HepBoostY & | operator= (HepBoostY &&m)=default |
HepBoostY & | set (double beta) |
HepBoostY (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 HepBoostY &b) const |
bool | operator== (const HepBoostY &b) const |
bool | operator!= (const HepBoostY &b) const |
bool | operator<= (const HepBoostY &b) const |
bool | operator>= (const HepBoostY &b) const |
bool | operator< (const HepBoostY &b) const |
bool | operator> (const HepBoostY &b) const |
bool | isIdentity () const |
double | distance2 (const HepBoostY &b) const |
double | distance2 (const HepBoost &b) const |
double | distance2 (const HepRotation &r) const |
double | distance2 (const HepLorentzRotation <) const |
double | howNear (const HepBoostY &b) const |
double | howNear (const HepBoost &b) const |
double | howNear (const HepRotation &r) const |
double | howNear (const HepLorentzRotation <) const |
bool | isNear (const HepBoostY &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 |
HepBoostY | operator* (const HepBoostY &b) const |
HepLorentzRotation | operator* (const HepBoost &b) const |
HepLorentzRotation | operator* (const HepRotation &r) const |
HepLorentzRotation | operator* (const HepLorentzRotation <) const |
HepBoostY | inverse () const |
HepBoostY & | 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 |
HepBoostY (double beta, double gamma) | |
Protected Attributes | |
double | beta_ |
double | gamma_ |
Friends | |
HepBoostY | inverseOf (const HepBoostY &b) |
|
inline |
Definition at line 16 of file BoostY.icc.
Referenced by inverse().
|
inline |
Definition at line 18 of file BoostY.icc.
|
inlinedefault |
|
inline |
Definition at line 28 of file BoostY.icc.
References set().
|
inlineprotected |
Definition at line 31 of file BoostY.icc.
|
inline |
Definition at line 36 of file BoostY.icc.
References beta_.
Referenced by col2(), col4(), compare(), CLHEP::HepBoost::distance2(), distance2(), inverse(), isIdentity(), ty(), and yt().
|
inline |
Definition at line 44 of file BoostY.icc.
References beta_.
Referenced by CLHEP::HepBoost::HepBoost(), and CLHEP::HepBoost::set().
|
inline |
Definition at line 69 of file BoostY.icc.
Referenced by row1().
|
inline |
|
inline |
Definition at line 75 of file BoostY.icc.
Referenced by row3().
|
inline |
|
inline |
Definition at line 97 of file BoostY.icc.
References beta().
void CLHEP::HepBoostY::decompose | ( | Hep3Vector & | boost, |
HepAxisAngle & | rotation ) const |
void CLHEP::HepBoostY::decompose | ( | HepAxisAngle & | rotation, |
Hep3Vector & | boost ) const |
void CLHEP::HepBoostY::decompose | ( | HepBoost & | boost, |
HepRotation & | rotation ) const |
void CLHEP::HepBoostY::decompose | ( | HepRotation & | rotation, |
HepBoost & | boost ) const |
double CLHEP::HepBoostY::distance2 | ( | const HepBoost & | b | ) | const |
|
inline |
double CLHEP::HepBoostY::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
double CLHEP::HepBoostY::distance2 | ( | const HepRotation & | r | ) | const |
|
inline |
Definition at line 40 of file BoostY.icc.
References gamma_.
Referenced by col2(), col4(), CLHEP::HepBoost::distance2(), distance2(), inverse(), tt(), ty(), yt(), and yy().
|
inline |
Definition at line 48 of file BoostY.icc.
|
inlinestatic |
Definition at line 193 of file BoostY.icc.
References CLHEP::Hep4RotationInterface::tolerance.
|
inline |
Definition at line 138 of file BoostY.icc.
References distance2().
|
inline |
Definition at line 136 of file BoostY.icc.
References distance2().
|
inline |
Definition at line 142 of file BoostY.icc.
References distance2().
|
inline |
Definition at line 140 of file BoostY.icc.
References distance2().
|
inline |
Definition at line 178 of file BoostY.icc.
References beta(), gamma(), and HepBoostY().
|
inline |
Definition at line 186 of file BoostY.icc.
References beta_.
|
inline |
Definition at line 127 of file BoostY.icc.
References beta().
|
inline |
Definition at line 149 of file BoostY.icc.
References distance2().
|
inline |
Definition at line 145 of file BoostY.icc.
References distance2().
bool CLHEP::HepBoostY::isNear | ( | const HepLorentzRotation & | lt, |
double | epsilon = Hep4RotationInterface::tolerance ) const |
bool CLHEP::HepBoostY::isNear | ( | const HepRotation & | r, |
double | epsilon = Hep4RotationInterface::tolerance ) const |
|
protected |
|
protected |
|
inline |
Definition at line 156 of file BoostY.icc.
|
inline |
Definition at line 110 of file BoostY.icc.
References beta_.
|
inline |
Definition at line 172 of file BoostY.icc.
References operator*().
HepLorentzRotation CLHEP::HepBoostY::operator* | ( | const HepBoost & | b | ) | const |
HepLorentzRotation CLHEP::HepBoostY::operator* | ( | const HepLorentzRotation & | lt | ) | const |
|
inline |
Definition at line 164 of file BoostY.icc.
References beta_, gamma_, CLHEP::HepLorentzVector::t(), CLHEP::HepLorentzVector::x(), CLHEP::HepLorentzVector::y(), and CLHEP::HepLorentzVector::z().
Referenced by operator()().
HepLorentzRotation CLHEP::HepBoostY::operator* | ( | const HepRotation & | r | ) | const |
|
inline |
Definition at line 119 of file BoostY.icc.
References beta_.
|
inline |
Definition at line 113 of file BoostY.icc.
References beta_.
Definition at line 22 of file BoostY.icc.
|
inline |
Definition at line 107 of file BoostY.icc.
References beta_.
|
inline |
Definition at line 122 of file BoostY.icc.
References beta_.
|
inline |
Definition at line 116 of file BoostY.icc.
References beta_.
std::ostream & CLHEP::HepBoostY::print | ( | std::ostream & | os | ) | const |
void CLHEP::HepBoostY::rectify | ( | ) |
HepRep4x4 CLHEP::HepBoostY::rep4x4 | ( | ) | const |
Referenced by CLHEP::HepLorentzRotation::HepLorentzRotation(), and CLHEP::HepLorentzRotation::set().
HepRep4x4Symmetric CLHEP::HepBoostY::rep4x4Symmetric | ( | ) | const |
|
inline |
Definition at line 82 of file BoostY.icc.
References col1().
|
inline |
Definition at line 85 of file BoostY.icc.
References col2().
|
inline |
Definition at line 88 of file BoostY.icc.
References col3().
|
inline |
Definition at line 91 of file BoostY.icc.
References col4().
HepBoostY & CLHEP::HepBoostY::set | ( | double | beta | ) |
Referenced by HepBoostY().
|
inlinestatic |
Definition at line 196 of file BoostY.icc.
References CLHEP::Hep4RotationInterface::setTolerance().
|
inline |
Definition at line 67 of file BoostY.icc.
References gamma().
|
inline |
Definition at line 64 of file BoostY.icc.
|
inline |
Definition at line 65 of file BoostY.icc.
|
inline |
Definition at line 66 of file BoostY.icc.
|
inlineprotected |
|
inline |
Definition at line 55 of file BoostY.icc.
|
inline |
Definition at line 52 of file BoostY.icc.
|
inline |
Definition at line 53 of file BoostY.icc.
|
inline |
Definition at line 54 of file BoostY.icc.
|
inline |
Definition at line 59 of file BoostY.icc.
|
inline |
Definition at line 56 of file BoostY.icc.
|
inline |
Definition at line 57 of file BoostY.icc.
References gamma().
|
inline |
Definition at line 58 of file BoostY.icc.
|
inline |
Definition at line 63 of file BoostY.icc.
|
inline |
Definition at line 60 of file BoostY.icc.
|
inline |
Definition at line 61 of file BoostY.icc.
|
inline |
Definition at line 62 of file BoostY.icc.
Definition at line 182 of file BoostY.icc.
|
protected |
Definition at line 208 of file BoostY.h.
Referenced by beta(), boostVector(), invert(), norm2(), operator!=(), operator*(), operator<(), operator<=(), operator=(), operator==(), operator>(), and operator>=().
|
protected |
Definition at line 209 of file BoostY.h.
Referenced by gamma(), norm2(), operator*(), and operator=().