Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
클래스 | Public 멤버 함수 | 정적 Public 멤버 함수 | 정적 Public 속성 | Protected 멤버 함수 | Protected 속성 | Friends | 모든 멤버 목록
CLHEP::HepLorentzRotation 클래스 참조

#include <LorentzRotation.h>

클래스

class  HepLorentzRotation_row
 

Public 멤버 함수

 HepLorentzRotation ()
 
 HepLorentzRotation (const HepLorentzRotation &r)
 
 HepLorentzRotation (const HepRotation &r)
 
 HepLorentzRotation (const HepRotationX &r)
 
 HepLorentzRotation (const HepRotationY &r)
 
 HepLorentzRotation (const HepRotationZ &r)
 
 HepLorentzRotation (const HepBoost &b)
 
 HepLorentzRotation (const HepBoostX &b)
 
 HepLorentzRotation (const HepBoostY &b)
 
 HepLorentzRotation (const HepBoostZ &b)
 
HepLorentzRotationoperator= (const HepLorentzRotation &m)
 
HepLorentzRotationoperator= (const HepRotation &m)
 
HepLorentzRotationoperator= (const HepBoost &m)
 
HepLorentzRotationset (double bx, double by, double bz)
 
HepLorentzRotationset (const Hep3Vector &p)
 
HepLorentzRotationset (const HepRotation &r)
 
HepLorentzRotationset (const HepRotationX &r)
 
HepLorentzRotationset (const HepRotationY &r)
 
HepLorentzRotationset (const HepRotationZ &r)
 
HepLorentzRotationset (const HepBoost &boost)
 
HepLorentzRotationset (const HepBoostX &boost)
 
HepLorentzRotationset (const HepBoostY &boost)
 
HepLorentzRotationset (const HepBoostZ &boost)
 
 HepLorentzRotation (double bx, double by, double bz)
 
 HepLorentzRotation (const Hep3Vector &p)
 
HepLorentzRotationset (const HepBoost &B, const HepRotation &R)
 
 HepLorentzRotation (const HepBoost &B, const HepRotation &R)
 
HepLorentzRotationset (const HepRotation &R, const HepBoost &B)
 
 HepLorentzRotation (const HepRotation &R, const HepBoost &B)
 
 HepLorentzRotation (const HepLorentzVector &col1, const HepLorentzVector &col2, const HepLorentzVector &col3, const HepLorentzVector &col4)
 
HepLorentzRotationset (const HepLorentzVector &col1, const HepLorentzVector &col2, const HepLorentzVector &col3, const HepLorentzVector &col4)
 
HepLorentzRotationsetRows (const HepLorentzVector &row1, const HepLorentzVector &row2, const HepLorentzVector &row3, const HepLorentzVector &row4)
 
HepLorentzRotationset (const HepRep4x4 &rep)
 
 HepLorentzRotation (const HepRep4x4 &rep)
 
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
 
const HepLorentzRotation_row operator[] (int) const
 
double operator() (int, int) const
 
void decompose (Hep3Vector &boost, HepAxisAngle &rotation) const
 
void decompose (HepBoost &boost, HepRotation &rotation) const
 
void decompose (HepAxisAngle &rotation, Hep3Vector &boost) const
 
void decompose (HepRotation &rotation, HepBoost &boost) const
 
int compare (const HepLorentzRotation &m) const
 
bool operator== (const HepLorentzRotation &) const
 
bool operator!= (const HepLorentzRotation &) const
 
bool operator<= (const HepLorentzRotation &) const
 
bool operator>= (const HepLorentzRotation &) const
 
bool operator< (const HepLorentzRotation &) const
 
bool operator> (const HepLorentzRotation &) const
 
bool isIdentity () const
 
double distance2 (const HepBoost &b) const
 
double distance2 (const HepRotation &r) const
 
double distance2 (const HepLorentzRotation &lt) const
 
double howNear (const HepBoost &b) const
 
double howNear (const HepRotation &r) const
 
double howNear (const HepLorentzRotation &lt) 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 &lt, double epsilon=Hep4RotationInterface::tolerance) const
 
double norm2 () const
 
void rectify ()
 
HepLorentzVector vectorMultiplication (const HepLorentzVector &) const
 
HepLorentzVector operator() (const HepLorentzVector &w) const
 
HepLorentzVector operator* (const HepLorentzVector &p) const
 
HepLorentzRotation matrixMultiplication (const HepRep4x4 &m) const
 
HepLorentzRotation operator* (const HepBoost &b) const
 
HepLorentzRotation operator* (const HepRotation &r) const
 
HepLorentzRotation operator* (const HepLorentzRotation &lt) const
 
HepLorentzRotationoperator*= (const HepBoost &b)
 
HepLorentzRotationoperator*= (const HepRotation &r)
 
HepLorentzRotationoperator*= (const HepLorentzRotation &lt)
 
HepLorentzRotationtransform (const HepBoost &b)
 
HepLorentzRotationtransform (const HepRotation &r)
 
HepLorentzRotationtransform (const HepLorentzRotation &lt)
 
HepLorentzRotationrotateX (double delta)
 
HepLorentzRotationrotateY (double delta)
 
HepLorentzRotationrotateZ (double delta)
 
HepLorentzRotationrotate (double delta, const Hep3Vector &axis)
 
HepLorentzRotationrotate (double delta, const Hep3Vector *axis)
 
HepLorentzRotationboostX (double beta)
 
HepLorentzRotationboostY (double beta)
 
HepLorentzRotationboostZ (double beta)
 
HepLorentzRotationboost (double, double, double)
 
HepLorentzRotationboost (const Hep3Vector &)
 
HepLorentzRotation inverse () const
 
HepLorentzRotationinvert ()
 
std::ostream & print (std::ostream &os) const
 

정적 Public 멤버 함수

static double getTolerance ()
 
static double setTolerance (double tol)
 

정적 Public 속성

static DLL_API const
HepLorentzRotation 
IDENTITY
 

Protected 멤버 함수

 HepLorentzRotation (double mxx, double mxy, double mxz, double mxt, double myx, double myy, double myz, double myt, double mzx, double mzy, double mzz, double mzt, double mtx, double mty, double mtz, double mtt)
 
void setBoost (double, double, double)
 

Protected 속성

double mxx
 
double mxy
 
double mxz
 
double mxt
 
double myx
 
double myy
 
double myz
 
double myt
 
double mzx
 
double mzy
 
double mzz
 
double mzt
 
double mtx
 
double mty
 
double mtz
 
double mtt
 

Friends

HepLorentzRotation inverseOf (const HepLorentzRotation &lt)
 

상세한 설명

작성자

LorentzRotation.h 파일의 53 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

CLHEP::HepLorentzRotation::HepLorentzRotation ( )
inline

다음에 의해서 참조됨 : matrixMultiplication(), set().

CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepLorentzRotation r)
inline
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepRotation r)
inline
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepRotationX r)
inlineexplicit
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepRotationY r)
inlineexplicit
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepRotationZ r)
inlineexplicit
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoost b)
inline
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostX b)
inlineexplicit
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostY b)
inlineexplicit
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostZ b)
inlineexplicit
CLHEP::HepLorentzRotation::HepLorentzRotation ( double  bx,
double  by,
double  bz 
)
inline
CLHEP::HepLorentzRotation::HepLorentzRotation ( const Hep3Vector p)
inline
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoost B,
const HepRotation R 
)
inline
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepRotation R,
const HepBoost B 
)
inline
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepLorentzVector col1,
const HepLorentzVector col2,
const HepLorentzVector col3,
const HepLorentzVector col4 
)

LorentzRotationC.cc 파일의 198 번째 라인에서 정의되었습니다.

다음을 참조함 : set().

CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepRep4x4 rep)
inline
CLHEP::HepLorentzRotation::HepLorentzRotation ( double  mxx,
double  mxy,
double  mxz,
double  mxt,
double  myx,
double  myy,
double  myz,
double  myt,
double  mzx,
double  mzy,
double  mzz,
double  mzt,
double  mtx,
double  mty,
double  mtz,
double  mtt 
)
inlineprotected

멤버 함수 문서화

HepLorentzRotation& CLHEP::HepLorentzRotation::boost ( double  ,
double  ,
double   
)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::boost ( const Hep3Vector )
inline
HepLorentzRotation & CLHEP::HepLorentzRotation::boostX ( double  beta)
HepLorentzRotation & CLHEP::HepLorentzRotation::boostY ( double  beta)
HepLorentzRotation & CLHEP::HepLorentzRotation::boostZ ( double  beta)
HepLorentzVector CLHEP::HepLorentzRotation::col1 ( ) const
inline
HepLorentzVector CLHEP::HepLorentzRotation::col2 ( ) const
inline
HepLorentzVector CLHEP::HepLorentzRotation::col3 ( ) const
inline
HepLorentzVector CLHEP::HepLorentzRotation::col4 ( ) const
inline
int CLHEP::HepLorentzRotation::compare ( const HepLorentzRotation m) const

LorentzRotation.cc 파일의 99 번째 라인에서 정의되었습니다.

다음을 참조함 : mtt, mtx, mty, mtz, mxt, mxx, mxy, mxz, myt, myx, myy, myz, mzt, mzx, mzy, mzz.

void CLHEP::HepLorentzRotation::decompose ( Hep3Vector boost,
HepAxisAngle rotation 
) const
void CLHEP::HepLorentzRotation::decompose ( HepBoost boost,
HepRotation rotation 
) const

LorentzRotationD.cc 파일의 20 번째 라인에서 정의되었습니다.

다음을 참조함 : B(), R, CLHEP::HepRotation::rectify(), CLHEP::HepBoost::set(), CLHEP::HepRotation::set(), xx(), xy(), xz(), yx(), yy(), yz(), zx(), zy(), zz().

void CLHEP::HepLorentzRotation::decompose ( HepAxisAngle rotation,
Hep3Vector boost 
) const

LorentzRotationD.cc 파일의 80 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::HepRotation::axisAngle(), CLHEP::HepBoost::boostVector().

void CLHEP::HepLorentzRotation::decompose ( HepRotation rotation,
HepBoost boost 
) const

LorentzRotationD.cc 파일의 57 번째 라인에서 정의되었습니다.

다음을 참조함 : B(), R, CLHEP::HepRotation::rectify(), CLHEP::HepBoost::set(), CLHEP::HepRotation::set(), xx(), xy(), xz(), yx(), yy(), yz(), zx(), zy(), zz().

double CLHEP::HepLorentzRotation::distance2 ( const HepBoost b) const

LorentzRotationD.cc 파일의 89 번째 라인에서 정의되었습니다.

다음을 참조함 : decompose(), CLHEP::HepBoost::distance2(), CLHEP::HepRotation::norm2().

다음에 의해서 참조됨 : howNear().

double CLHEP::HepLorentzRotation::distance2 ( const HepRotation r) const

LorentzRotationD.cc 파일의 98 번째 라인에서 정의되었습니다.

다음을 참조함 : decompose(), CLHEP::HepRotation::distance2(), CLHEP::HepBoost::norm2().

double CLHEP::HepLorentzRotation::distance2 ( const HepLorentzRotation lt) const

LorentzRotationD.cc 파일의 107 번째 라인에서 정의되었습니다.

다음을 참조함 : decompose(), CLHEP::HepBoost::distance2(), CLHEP::HepRotation::distance2().

static double CLHEP::HepLorentzRotation::getTolerance ( )
inlinestatic
double CLHEP::HepLorentzRotation::howNear ( const HepBoost b) const

LorentzRotationD.cc 파일의 120 번째 라인에서 정의되었습니다.

다음을 참조함 : distance2().

double CLHEP::HepLorentzRotation::howNear ( const HepRotation r) const

LorentzRotationD.cc 파일의 123 번째 라인에서 정의되었습니다.

다음을 참조함 : distance2().

double CLHEP::HepLorentzRotation::howNear ( const HepLorentzRotation lt) const

LorentzRotationD.cc 파일의 126 번째 라인에서 정의되었습니다.

다음을 참조함 : distance2().

HepLorentzRotation CLHEP::HepLorentzRotation::inverse ( ) const
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::invert ( )
inline
bool CLHEP::HepLorentzRotation::isIdentity ( ) const
inline
bool CLHEP::HepLorentzRotation::isNear ( const HepBoost b,
double  epsilon = Hep4RotationInterface::tolerance 
) const

LorentzRotationD.cc 파일의 130 번째 라인에서 정의되었습니다.

다음을 참조함 : decompose(), CLHEP::HepBoost::distance2(), CLHEP::HepRotation::norm2().

bool CLHEP::HepLorentzRotation::isNear ( const HepRotation r,
double  epsilon = Hep4RotationInterface::tolerance 
) const

LorentzRotationD.cc 파일의 143 번째 라인에서 정의되었습니다.

다음을 참조함 : decompose(), CLHEP::HepRotation::distance2(), CLHEP::HepBoost::norm2().

bool CLHEP::HepLorentzRotation::isNear ( const HepLorentzRotation lt,
double  epsilon = Hep4RotationInterface::tolerance 
) const

LorentzRotationD.cc 파일의 156 번째 라인에서 정의되었습니다.

다음을 참조함 : decompose(), CLHEP::HepBoost::distance2(), CLHEP::HepRotation::distance2().

HepLorentzRotation CLHEP::HepLorentzRotation::matrixMultiplication ( const HepRep4x4 m) const
double CLHEP::HepLorentzRotation::norm2 ( ) const

LorentzRotationD.cc 파일의 172 번째 라인에서 정의되었습니다.

다음을 참조함 : decompose(), CLHEP::HepBoost::norm2(), CLHEP::HepRotation::norm2().

bool CLHEP::HepLorentzRotation::operator!= ( const HepLorentzRotation ) const
inline
double CLHEP::HepLorentzRotation::operator() ( int  i,
int  j 
) const

LorentzRotation.cc 파일의 67 번째 라인에서 정의되었습니다.

다음을 참조함 : tt(), tx(), ty(), tz(), xt(), xx(), xy(), xz(), yt(), yx(), yy(), yz(), zt(), zx(), zy(), zz().

HepLorentzVector CLHEP::HepLorentzRotation::operator() ( const HepLorentzVector w) const
inline
HepLorentzVector CLHEP::HepLorentzRotation::operator* ( const HepLorentzVector p) const
inline
HepLorentzRotation CLHEP::HepLorentzRotation::operator* ( const HepBoost b) const
inline
HepLorentzRotation CLHEP::HepLorentzRotation::operator* ( const HepRotation r) const
inline
HepLorentzRotation CLHEP::HepLorentzRotation::operator* ( const HepLorentzRotation lt) const
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepBoost b)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepRotation r)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepLorentzRotation lt)
inline
bool CLHEP::HepLorentzRotation::operator< ( const HepLorentzRotation ) const
inline
bool CLHEP::HepLorentzRotation::operator<= ( const HepLorentzRotation ) const
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepLorentzRotation m)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepRotation m)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepBoost m)
inline
bool CLHEP::HepLorentzRotation::operator== ( const HepLorentzRotation ) const
inline
bool CLHEP::HepLorentzRotation::operator> ( const HepLorentzRotation ) const
inline
bool CLHEP::HepLorentzRotation::operator>= ( const HepLorentzRotation ) const
inline
const HepLorentzRotation_row CLHEP::HepLorentzRotation::operator[] ( int  ) const
inline
std::ostream & CLHEP::HepLorentzRotation::print ( std::ostream &  os) const

LorentzRotation.cc 파일의 240 번째 라인에서 정의되었습니다.

다음을 참조함 : tt(), tx(), ty(), tz(), xt(), xx(), xy(), xz(), yt(), yx(), yy(), yz(), zt(), zx(), zy(), zz().

void CLHEP::HepLorentzRotation::rectify ( )

LorentzRotationD.cc 파일의 179 번째 라인에서 정의되었습니다.

다음을 참조함 : beta, G4InuclParticleNames::gam, R, set(), tt(), tx(), ty(), tz(), xx(), xy(), xz(), yx(), yy(), yz(), zx(), zy(), zz().

HepRep4x4 CLHEP::HepLorentzRotation::rep4x4 ( ) const
inline

다음에 의해서 참조됨 : CLHEP::operator*(), CLHEP::HepBoost::operator*().

HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
)
inline
HepLorentzRotation & CLHEP::HepLorentzRotation::rotateX ( double  delta)
HepLorentzRotation & CLHEP::HepLorentzRotation::rotateY ( double  delta)
HepLorentzRotation & CLHEP::HepLorentzRotation::rotateZ ( double  delta)
HepLorentzVector CLHEP::HepLorentzRotation::row1 ( ) const
inline

다음에 의해서 참조됨 : boostX(), rotateY(), rotateZ().

HepLorentzVector CLHEP::HepLorentzRotation::row2 ( ) const
inline

다음에 의해서 참조됨 : boostY(), rotateX(), rotateZ().

HepLorentzVector CLHEP::HepLorentzRotation::row3 ( ) const
inline

다음에 의해서 참조됨 : boostZ(), rotateX(), rotateY().

HepLorentzVector CLHEP::HepLorentzRotation::row4 ( ) const
inline

다음에 의해서 참조됨 : boostX(), boostY(), boostZ().

HepLorentzRotation & CLHEP::HepLorentzRotation::set ( double  bx,
double  by,
double  bz 
)

LorentzRotation.cc 파일의 27 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4BinaryCascade::DecayVoidNucleus(), G4BinaryCascade::GetFinalNucleusMomentum(), HepLorentzRotation(), rectify().

HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const Hep3Vector p)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepRotation r)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepRotationX r)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepRotationY r)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepRotationZ r)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepBoost boost)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepBoostX boost)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepBoostY boost)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepBoostZ boost)
inline
HepLorentzRotation & CLHEP::HepLorentzRotation::set ( const HepBoost B,
const HepRotation R 
)

LorentzRotation.cc 파일의 50 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::HepBoost::rep4x4(), CLHEP::HepRotation::rep4x4().

HepLorentzRotation & CLHEP::HepLorentzRotation::set ( const HepRotation R,
const HepBoost B 
)

LorentzRotation.cc 파일의 57 번째 라인에서 정의되었습니다.

다음을 참조함 : CLHEP::HepBoost::rep4x4(), CLHEP::HepRotation::rep4x4().

HepLorentzRotation & CLHEP::HepLorentzRotation::set ( const HepLorentzVector col1,
const HepLorentzVector col2,
const HepLorentzVector col3,
const HepLorentzVector col4 
)
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepRep4x4 rep)
inline
void CLHEP::HepLorentzRotation::setBoost ( double  ,
double  ,
double   
)
inlineprotected
HepLorentzRotation & CLHEP::HepLorentzRotation::setRows ( const HepLorentzVector row1,
const HepLorentzVector row2,
const HepLorentzVector row3,
const HepLorentzVector row4 
)

LorentzRotationC.cc 파일의 181 번째 라인에서 정의되었습니다.

static double CLHEP::HepLorentzRotation::setTolerance ( double  tol)
inlinestatic
HepLorentzRotation& CLHEP::HepLorentzRotation::transform ( const HepBoost b)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::transform ( const HepRotation r)
inline
HepLorentzRotation& CLHEP::HepLorentzRotation::transform ( const HepLorentzRotation lt)
inline
double CLHEP::HepLorentzRotation::tt ( ) const
inline

다음에 의해서 참조됨 : operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::tx ( ) const
inline

다음에 의해서 참조됨 : operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::ty ( ) const
inline

다음에 의해서 참조됨 : operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::tz ( ) const
inline

다음에 의해서 참조됨 : operator()(), CLHEP::operator*(), print(), rectify().

HepLorentzVector CLHEP::HepLorentzRotation::vectorMultiplication ( const HepLorentzVector ) const
inline
double CLHEP::HepLorentzRotation::xt ( ) const
inline

다음에 의해서 참조됨 : operator()(), CLHEP::operator*(), print().

double CLHEP::HepLorentzRotation::xx ( ) const
inline

다음에 의해서 참조됨 : decompose(), operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::xy ( ) const
inline

다음에 의해서 참조됨 : decompose(), operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::xz ( ) const
inline

다음에 의해서 참조됨 : decompose(), operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::yt ( ) const
inline

다음에 의해서 참조됨 : operator()(), CLHEP::operator*(), print().

double CLHEP::HepLorentzRotation::yx ( ) const
inline

다음에 의해서 참조됨 : decompose(), operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::yy ( ) const
inline

다음에 의해서 참조됨 : decompose(), operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::yz ( ) const
inline

다음에 의해서 참조됨 : decompose(), operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::zt ( ) const
inline

다음에 의해서 참조됨 : operator()(), CLHEP::operator*(), print().

double CLHEP::HepLorentzRotation::zx ( ) const
inline

다음에 의해서 참조됨 : decompose(), operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::zy ( ) const
inline

다음에 의해서 참조됨 : decompose(), operator()(), CLHEP::operator*(), print(), rectify().

double CLHEP::HepLorentzRotation::zz ( ) const
inline

다음에 의해서 참조됨 : decompose(), operator()(), CLHEP::operator*(), print(), rectify().

Friend, 그리고 관련된 함수 문서화

HepLorentzRotation inverseOf ( const HepLorentzRotation lt)
friend

멤버 데이타 문서화

const HepLorentzRotation CLHEP::HepLorentzRotation::IDENTITY
static

LorentzRotation.h 파일의 58 번째 라인에서 정의되었습니다.

double CLHEP::HepLorentzRotation::mtt
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostX(), boostY(), boostZ(), compare(), matrixMultiplication(), set().

double CLHEP::HepLorentzRotation::mtx
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostX(), boostY(), boostZ(), compare(), matrixMultiplication(), set().

double CLHEP::HepLorentzRotation::mty
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostX(), boostY(), boostZ(), compare(), matrixMultiplication(), set().

double CLHEP::HepLorentzRotation::mtz
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostX(), boostY(), boostZ(), compare(), matrixMultiplication(), set().

double CLHEP::HepLorentzRotation::mxt
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostX(), compare(), matrixMultiplication(), rotateY(), rotateZ(), set().

double CLHEP::HepLorentzRotation::mxx
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostX(), compare(), matrixMultiplication(), rotateY(), rotateZ(), set().

double CLHEP::HepLorentzRotation::mxy
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostX(), compare(), matrixMultiplication(), rotateY(), rotateZ(), set().

double CLHEP::HepLorentzRotation::mxz
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostX(), compare(), matrixMultiplication(), rotateY(), rotateZ(), set().

double CLHEP::HepLorentzRotation::myt
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostY(), compare(), matrixMultiplication(), rotateX(), rotateZ(), set().

double CLHEP::HepLorentzRotation::myx
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostY(), compare(), matrixMultiplication(), rotateX(), rotateZ(), set().

double CLHEP::HepLorentzRotation::myy
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostY(), compare(), matrixMultiplication(), rotateX(), rotateZ(), set().

double CLHEP::HepLorentzRotation::myz
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostY(), compare(), matrixMultiplication(), rotateX(), rotateZ(), set().

double CLHEP::HepLorentzRotation::mzt
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostZ(), compare(), matrixMultiplication(), rotateX(), rotateY(), set().

double CLHEP::HepLorentzRotation::mzx
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostZ(), compare(), matrixMultiplication(), rotateX(), rotateY(), set().

double CLHEP::HepLorentzRotation::mzy
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostZ(), compare(), matrixMultiplication(), rotateX(), rotateY(), set().

double CLHEP::HepLorentzRotation::mzz
protected

LorentzRotation.h 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : boostZ(), compare(), matrixMultiplication(), rotateX(), rotateY(), set().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: