Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <BoostZ.h>
Public Member Functions | |
HepBoostZ () | |
HepBoostZ (const HepBoostZ &b) | |
HepBoostZ (HepBoostZ &&b)=default | |
HepBoostZ & | operator= (const HepBoostZ &m) |
HepBoostZ & | operator= (HepBoostZ &&m)=default |
HepBoostZ & | set (double beta) |
HepBoostZ (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 HepBoostZ &b) const |
bool | operator== (const HepBoostZ &b) const |
bool | operator!= (const HepBoostZ &b) const |
bool | operator<= (const HepBoostZ &b) const |
bool | operator>= (const HepBoostZ &b) const |
bool | operator< (const HepBoostZ &b) const |
bool | operator> (const HepBoostZ &b) const |
bool | isIdentity () const |
double | distance2 (const HepBoostZ &b) const |
double | distance2 (const HepBoost &b) const |
double | distance2 (const HepRotation &r) const |
double | distance2 (const HepLorentzRotation <) const |
double | howNear (const HepBoostZ &b) const |
double | howNear (const HepBoost &b) const |
double | howNear (const HepRotation &r) const |
double | howNear (const HepLorentzRotation <) const |
bool | isNear (const HepBoostZ &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 |
HepBoostZ | operator* (const HepBoostZ &b) const |
HepLorentzRotation | operator* (const HepBoost &b) const |
HepLorentzRotation | operator* (const HepRotation &r) const |
HepLorentzRotation | operator* (const HepLorentzRotation <) const |
HepBoostZ | inverse () const |
HepBoostZ & | 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 |
HepBoostZ (double beta, double gamma) | |
Protected Attributes | |
double | beta_ |
double | gamma_ |
Friends | |
HepBoostZ | inverseOf (const HepBoostZ &b) |
|
inline |
Referenced by operator*().
|
inline |
|
inlinedefault |
|
inline |
|
inlineprotected |
|
inline |
Referenced by operator*().
|
inline |
Referenced by decompose().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
void CLHEP::HepBoostZ::decompose | ( | Hep3Vector & | boost, |
HepAxisAngle & | rotation | ||
) | const |
void CLHEP::HepBoostZ::decompose | ( | HepAxisAngle & | rotation, |
Hep3Vector & | boost | ||
) | const |
void CLHEP::HepBoostZ::decompose | ( | HepBoost & | boost, |
HepRotation & | rotation | ||
) | const |
Definition at line 67 of file BoostZ.cc.
void CLHEP::HepBoostZ::decompose | ( | HepRotation & | rotation, |
HepBoost & | boost | ||
) | const |
Definition at line 55 of file BoostZ.cc.
double CLHEP::HepBoostZ::distance2 | ( | const HepBoost & | b | ) | const |
|
inline |
Referenced by distance2(), and isNear().
double CLHEP::HepBoostZ::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
double CLHEP::HepBoostZ::distance2 | ( | const HepRotation & | r | ) | const |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool CLHEP::HepBoostZ::isNear | ( | const HepLorentzRotation & | lt, |
double | epsilon = Hep4RotationInterface::tolerance |
||
) | const |
Definition at line 107 of file BoostZ.cc.
bool CLHEP::HepBoostZ::isNear | ( | const HepRotation & | r, |
double | epsilon = Hep4RotationInterface::tolerance |
||
) | const |
|
protected |
|
protected |
|
inline |
Referenced by distance2(), and isNear().
|
inline |
|
inline |
HepLorentzRotation CLHEP::HepBoostZ::operator* | ( | const HepBoost & | b | ) | const |
HepLorentzRotation CLHEP::HepBoostZ::operator* | ( | const HepLorentzRotation & | lt | ) | const |
|
inline |
HepLorentzRotation CLHEP::HepBoostZ::operator* | ( | const HepRotation & | r | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::ostream & CLHEP::HepBoostZ::print | ( | std::ostream & | os | ) | const |
void CLHEP::HepBoostZ::rectify | ( | ) |
Definition at line 120 of file BoostZ.cc.
HepRep4x4 CLHEP::HepBoostZ::rep4x4 | ( | ) | const |
HepRep4x4Symmetric CLHEP::HepBoostZ::rep4x4Symmetric | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
HepBoostZ & CLHEP::HepBoostZ::set | ( | double | beta | ) |
Definition at line 21 of file BoostZ.cc.
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |