#include <Boost.h>
Public 멤버 함수 | |
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 |
정적 Public 멤버 함수 | |
static double | getTolerance () |
static double | setTolerance (double tol) |
Protected 멤버 함수 | |
HepLorentzVector | vectorMultiplication (const HepLorentzVector &w) const |
HepLorentzRotation | matrixMultiplication (const HepRep4x4 &m) const |
HepLorentzRotation | matrixMultiplication (const HepRep4x4Symmetric &m) const |
HepBoost (double xx, double xy, double xz, double xt, double yy, double yz, double yt, double zz, double zt, double tt) | |
void | setBoost (double bx, double by, double bz) |
Protected 속성 | |
HepRep4x4Symmetric | rep_ |
Friends | |
HepBoost | inverseOf (const HepBoost <) |
|
inline |
다음에 의해서 참조됨 : decompose().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
다음에 의해서 참조됨 : print().
|
inline |
다음에 의해서 참조됨 : decompose(), CLHEP::HepLorentzRotation::decompose(), print().
|
inline |
|
inline |
|
inline |
|
inline |
void CLHEP::HepBoost::decompose | ( | HepRotation & | rotation, |
HepBoost & | boost | ||
) | const |
Boost.cc 파일의 69 번째 라인에서 정의되었습니다.
다음을 참조함 : boostVector(), HepBoost().
void CLHEP::HepBoost::decompose | ( | HepAxisAngle & | rotation, |
Hep3Vector & | boost | ||
) | const |
Boost.cc 파일의 76 번째 라인에서 정의되었습니다.
다음을 참조함 : boostVector().
void CLHEP::HepBoost::decompose | ( | HepBoost & | boost, |
HepRotation & | rotation | ||
) | const |
Boost.cc 파일의 81 번째 라인에서 정의되었습니다.
다음을 참조함 : boostVector(), HepBoost().
void CLHEP::HepBoost::decompose | ( | Hep3Vector & | boost, |
HepAxisAngle & | rotation | ||
) | const |
Boost.cc 파일의 88 번째 라인에서 정의되었습니다.
다음을 참조함 : boostVector().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
double CLHEP::HepBoost::distance2 | ( | const HepRotation & | r | ) | const |
Boost.cc 파일의 95 번째 라인에서 정의되었습니다.
다음을 참조함 : norm2(), CLHEP::HepRotation::norm2().
double CLHEP::HepBoost::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
Boost.cc 파일의 101 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepLorentzRotation::decompose(), distance2(), CLHEP::HepRotation::norm2().
|
inline |
다음에 의해서 참조됨 : print().
|
inline |
|
inlinestatic |
|
inline |
double CLHEP::HepBoost::howNear | ( | const HepRotation & | r | ) | const |
Boost.cc 파일의 110 번째 라인에서 정의되었습니다.
다음을 참조함 : distance2().
double CLHEP::HepBoost::howNear | ( | const HepLorentzRotation & | lt | ) | const |
Boost.cc 파일의 114 번째 라인에서 정의되었습니다.
다음을 참조함 : distance2().
|
inline |
|
inline |
|
inline |
|
inline |
bool CLHEP::HepBoost::isNear | ( | const HepRotation & | r, |
double | epsilon = Hep4RotationInterface::tolerance |
||
) | const |
Boost.cc 파일의 118 번째 라인에서 정의되었습니다.
다음을 참조함 : norm2(), CLHEP::HepRotation::norm2().
bool CLHEP::HepBoost::isNear | ( | const HepLorentzRotation & | lt, |
double | epsilon = Hep4RotationInterface::tolerance |
||
) | const |
Boost.cc 파일의 125 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepLorentzRotation::decompose(), distance2(), CLHEP::HepRotation::norm2().
|
protected |
Boost.cc 파일의 180 번째 라인에서 정의되었습니다.
다음을 참조함 : rep4x4Symmetric(), CLHEP::HepRep4x4::tt_, CLHEP::HepRep4x4Symmetric::tt_, CLHEP::HepRep4x4::tx_, CLHEP::HepRep4x4::ty_, CLHEP::HepRep4x4::tz_, CLHEP::HepRep4x4::xt_, CLHEP::HepRep4x4Symmetric::xt_, CLHEP::HepRep4x4::xx_, CLHEP::HepRep4x4Symmetric::xx_, CLHEP::HepRep4x4::xy_, CLHEP::HepRep4x4Symmetric::xy_, CLHEP::HepRep4x4::xz_, CLHEP::HepRep4x4Symmetric::xz_, CLHEP::HepRep4x4::yt_, CLHEP::HepRep4x4Symmetric::yt_, CLHEP::HepRep4x4::yx_, CLHEP::HepRep4x4::yy_, CLHEP::HepRep4x4Symmetric::yy_, CLHEP::HepRep4x4::yz_, CLHEP::HepRep4x4Symmetric::yz_, CLHEP::HepRep4x4::zt_, CLHEP::HepRep4x4Symmetric::zt_, CLHEP::HepRep4x4::zx_, CLHEP::HepRep4x4::zy_, CLHEP::HepRep4x4::zz_, CLHEP::HepRep4x4Symmetric::zz_.
다음에 의해서 참조됨 : operator*().
|
protected |
Boost.cc 파일의 205 번째 라인에서 정의되었습니다.
다음을 참조함 : rep4x4Symmetric(), CLHEP::HepRep4x4Symmetric::tt_, CLHEP::HepRep4x4Symmetric::xt_, CLHEP::HepRep4x4Symmetric::xx_, CLHEP::HepRep4x4Symmetric::xy_, CLHEP::HepRep4x4Symmetric::xz_, CLHEP::HepRep4x4Symmetric::yt_, CLHEP::HepRep4x4Symmetric::yy_, CLHEP::HepRep4x4Symmetric::yz_, CLHEP::HepRep4x4Symmetric::zt_, CLHEP::HepRep4x4Symmetric::zz_.
double CLHEP::HepBoost::norm2 | ( | ) | const |
Boost.cc 파일의 138 번째 라인에서 정의되었습니다.
다음을 참조함 : rep_, CLHEP::HepRep4x4Symmetric::xt_, CLHEP::HepRep4x4Symmetric::yt_, CLHEP::HepRep4x4Symmetric::zt_.
다음에 의해서 참조됨 : distance2(), CLHEP::HepLorentzRotation::distance2(), isNear(), CLHEP::HepLorentzRotation::isNear(), CLHEP::HepLorentzRotation::norm2().
|
inline |
|
inline |
|
inline |
HepLorentzRotation CLHEP::HepBoost::operator* | ( | const HepBoost & | b | ) | const |
Boost.cc 파일의 235 번째 라인에서 정의되었습니다.
다음을 참조함 : matrixMultiplication(), rep_.
HepLorentzRotation CLHEP::HepBoost::operator* | ( | const HepRotation & | r | ) | const |
Boost.cc 파일의 240 번째 라인에서 정의되었습니다.
다음을 참조함 : matrixMultiplication(), CLHEP::HepRotation::rep4x4().
HepLorentzRotation CLHEP::HepBoost::operator* | ( | const HepLorentzRotation & | lt | ) | const |
Boost.cc 파일의 230 번째 라인에서 정의되었습니다.
다음을 참조함 : matrixMultiplication(), CLHEP::HepLorentzRotation::rep4x4().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::ostream & CLHEP::HepBoost::print | ( | std::ostream & | os | ) | const |
Boost.cc 파일의 246 번째 라인에서 정의되었습니다.
다음을 참조함 : beta(), boostVector(), gamma(), CLHEP::Hep3Vector::mag(), norm, rep_, CLHEP::HepRep4x4Symmetric::tt_.
void CLHEP::HepBoost::rectify | ( | ) |
Boost.cc 파일의 145 번째 라인에서 정의되었습니다.
다음을 참조함 : G4InuclParticleNames::gam, CLHEP::Hep3Vector::mag(), CLHEP::Hep3Vector::mag2(), set(), tt(), xt(), yt(), zt().
|
inline |
다음에 의해서 참조됨 : CLHEP::HepLorentzRotation::set().
|
inline |
다음에 의해서 참조됨 : matrixMultiplication().
|
inline |
|
inline |
|
inline |
|
inline |
HepBoost & CLHEP::HepBoost::set | ( | double | betaX, |
double | betaY, | ||
double | betaZ | ||
) |
Boost.cc 파일의 21 번째 라인에서 정의되었습니다.
다음을 참조함 : rep_, CLHEP::HepRep4x4Symmetric::tt_, CLHEP::HepRep4x4Symmetric::xt_, CLHEP::HepRep4x4Symmetric::xx_, CLHEP::HepRep4x4Symmetric::xy_, CLHEP::HepRep4x4Symmetric::xz_, CLHEP::HepRep4x4Symmetric::yt_, CLHEP::HepRep4x4Symmetric::yy_, CLHEP::HepRep4x4Symmetric::yz_, CLHEP::HepRep4x4Symmetric::zt_, CLHEP::HepRep4x4Symmetric::zz_.
다음에 의해서 참조됨 : CLHEP::HepRotationY::decompose(), CLHEP::HepRotationZ::decompose(), CLHEP::HepRotationX::decompose(), CLHEP::HepLorentzRotation::decompose(), rectify(), set().
HepBoost & CLHEP::HepBoost::set | ( | const HepRep4x4Symmetric & | m | ) |
HepBoost & CLHEP::HepBoost::set | ( | Hep3Vector | direction, |
double | beta | ||
) |
Boost.cc 파일의 47 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::Hep3Vector::mag(), set(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
HepBoost & CLHEP::HepBoost::set | ( | const Hep3Vector & | boost | ) |
Boost.cc 파일의 61 번째 라인에서 정의되었습니다.
다음을 참조함 : set(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), CLHEP::Hep3Vector::z().
|
inlineprotected |
|
inlinestatic |
|
inline |
다음에 의해서 참조됨 : rectify().
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
다음에 의해서 참조됨 : rectify().
|
inline |
|
inline |
|
inline |
|
inline |
다음에 의해서 참조됨 : rectify().
|
inline |
|
inline |
|
inline |
|
inline |
다음에 의해서 참조됨 : rectify().
|
inline |
|
inline |
|
inline |
|
protected |