|
CLHEP 2.4.7.2
C++ Class Library for High Energy Physics
|
#include <CLHEP/Vector/LorentzRotation.h>
Classes | |
| class | HepLorentzRotation_row |
Static Public Member Functions | |
| static double | getTolerance () |
| static double | setTolerance (double tol) |
Static Public Attributes | |
| static const HepLorentzRotation | IDENTITY |
Protected Member Functions | |
| 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 Attributes | |
| 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 <) |
Definition at line 49 of file LorentzRotation.h.
|
inline |
Definition at line 15 of file LorentzRotation.icc.
References mtt, mtx, mty, mtz, mxt, mxx, mxy, mxz, myt, myx, myy, myz, mzt, mzx, mzy, and mzz.
Referenced by boost(), boost(), boostX(), boostY(), boostZ(), compare(), distance2(), HepLorentzRotation(), HepLorentzRotation(), CLHEP::HepLorentzRotation::HepLorentzRotation_row::HepLorentzRotation_row(), howNear(), inverse(), inverseOf, invert(), isNear(), matrixMultiplication(), operator!=(), CLHEP::operator!=(), CLHEP::operator!=(), operator*(), operator*=(), operator<(), operator<=(), operator=(), operator=(), operator==(), CLHEP::operator==(), CLHEP::operator==(), operator>(), operator>=(), print(), rotateX(), rotateY(), rotateZ(), set(), set(), set(), set(), set(), set(), set(), set(), set(), set(), set(), set(), set(), set(), setRows(), transform(), transform(), and transform().
|
inline |
|
inlinedefault |
References HepLorentzRotation().
|
inline |
Definition at line 27 of file LorentzRotation.icc.
References CLHEP::HepRotation::rep4x4(), and set().
|
inlineexplicit |
Definition at line 30 of file LorentzRotation.icc.
References CLHEP::HepRotationX::rep4x4(), and set().
|
inlineexplicit |
Definition at line 33 of file LorentzRotation.icc.
References CLHEP::HepRotationY::rep4x4(), and set().
|
inlineexplicit |
Definition at line 36 of file LorentzRotation.icc.
References CLHEP::HepRotationZ::rep4x4(), and set().
|
inline |
Definition at line 40 of file LorentzRotation.icc.
References CLHEP::HepBoost::rep4x4(), and set().
|
inlineexplicit |
Definition at line 43 of file LorentzRotation.icc.
References CLHEP::HepBoostX::rep4x4(), and set().
|
inlineexplicit |
Definition at line 46 of file LorentzRotation.icc.
References CLHEP::HepBoostY::rep4x4(), and set().
|
inlineexplicit |
Definition at line 49 of file LorentzRotation.icc.
References CLHEP::HepBoostZ::rep4x4(), and set().
|
inline |
Definition at line 102 of file LorentzRotation.icc.
References set().
|
inline |
Definition at line 109 of file LorentzRotation.icc.
References set(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
|
inline |
Definition at line 114 of file LorentzRotation.icc.
References set().
|
inline |
Definition at line 120 of file LorentzRotation.icc.
References set().
| CLHEP::HepLorentzRotation::HepLorentzRotation | ( | const HepLorentzVector & | col1, |
| const HepLorentzVector & | col2, | ||
| const HepLorentzVector & | col3, | ||
| const HepLorentzVector & | col4 ) |
|
inline |
|
inlineprotected |
|
inline |
Definition at line 349 of file LorentzRotation.icc.
References HepLorentzRotation(), and transform().
|
inline |
Definition at line 344 of file LorentzRotation.icc.
References HepLorentzRotation(), and transform().
Referenced by boostZ(), decompose(), decompose(), decompose(), decompose(), and set().
| HepLorentzRotation & CLHEP::HepLorentzRotation::boostX | ( | double | beta | ) |
References HepLorentzRotation().
| HepLorentzRotation & CLHEP::HepLorentzRotation::boostY | ( | double | beta | ) |
References HepLorentzRotation().
| HepLorentzRotation & CLHEP::HepLorentzRotation::boostZ | ( | double | beta | ) |
References boost(), HepLorentzRotation(), inverse(), and invert().
|
inline |
Definition at line 176 of file LorentzRotation.icc.
References CLHEP::HepLorentzVector::HepLorentzVector(), mtx, mxx, myx, and mzx.
Referenced by HepLorentzRotation(), set(), and setRows().
|
inline |
Definition at line 179 of file LorentzRotation.icc.
References CLHEP::HepLorentzVector::HepLorentzVector(), mty, mxy, myy, and mzy.
Referenced by HepLorentzRotation(), set(), and setRows().
|
inline |
Definition at line 182 of file LorentzRotation.icc.
References CLHEP::HepLorentzVector::HepLorentzVector(), mtz, mxz, myz, and mzz.
Referenced by HepLorentzRotation(), set(), and setRows().
|
inline |
Definition at line 185 of file LorentzRotation.icc.
References CLHEP::HepLorentzVector::HepLorentzVector(), mtt, mxt, myt, and mzt.
Referenced by HepLorentzRotation(), set(), and setRows().
| int CLHEP::HepLorentzRotation::compare | ( | const HepLorentzRotation & | m | ) | const |
References HepLorentzRotation(), and isIdentity().
Referenced by operator<(), operator<=(), operator>(), and operator>=().
| void CLHEP::HepLorentzRotation::decompose | ( | Hep3Vector & | boost, |
| HepAxisAngle & | rotation ) const |
References boost().
| void CLHEP::HepLorentzRotation::decompose | ( | HepAxisAngle & | rotation, |
| Hep3Vector & | boost ) const |
References boost().
| void CLHEP::HepLorentzRotation::decompose | ( | HepBoost & | boost, |
| HepRotation & | rotation ) const |
References boost().
| void CLHEP::HepLorentzRotation::decompose | ( | HepRotation & | rotation, |
| HepBoost & | boost ) const |
References boost().
| double CLHEP::HepLorentzRotation::distance2 | ( | const HepBoost & | b | ) | const |
| double CLHEP::HepLorentzRotation::distance2 | ( | const HepLorentzRotation & | lt | ) | const |
References HepLorentzRotation().
| double CLHEP::HepLorentzRotation::distance2 | ( | const HepRotation & | r | ) | const |
|
inlinestatic |
Definition at line 373 of file LorentzRotation.icc.
References CLHEP::Hep4RotationInterface::tolerance.
Referenced by print().
| double CLHEP::HepLorentzRotation::howNear | ( | const HepBoost & | b | ) | const |
| double CLHEP::HepLorentzRotation::howNear | ( | const HepLorentzRotation & | lt | ) | const |
References HepLorentzRotation().
| double CLHEP::HepLorentzRotation::howNear | ( | const HepRotation & | r | ) | const |
|
inline |
|
inline |
Definition at line 360 of file LorentzRotation.icc.
References HepLorentzRotation(), and inverse().
Referenced by boostZ().
|
inline |
| bool CLHEP::HepLorentzRotation::isNear | ( | const HepBoost & | b, |
| double | epsilon = Hep4RotationInterface::tolerance ) const |
References CLHEP::Hep4RotationInterface::tolerance.
| bool CLHEP::HepLorentzRotation::isNear | ( | const HepLorentzRotation & | lt, |
| double | epsilon = Hep4RotationInterface::tolerance ) const |
References HepLorentzRotation(), and CLHEP::Hep4RotationInterface::tolerance.
| bool CLHEP::HepLorentzRotation::isNear | ( | const HepRotation & | r, |
| double | epsilon = Hep4RotationInterface::tolerance ) const |
References CLHEP::Hep4RotationInterface::tolerance.
| HepLorentzRotation CLHEP::HepLorentzRotation::matrixMultiplication | ( | const HepRep4x4 & | m | ) | const |
References HepLorentzRotation(), and transform().
Referenced by operator*(), operator*(), operator*(), operator*=(), operator*=(), operator*=(), transform(), transform(), and transform().
| double CLHEP::HepLorentzRotation::norm2 | ( | ) | const |
|
inline |
Definition at line 236 of file LorentzRotation.icc.
References HepLorentzRotation(), and operator==().
|
inline |
Definition at line 278 of file LorentzRotation.icc.
References vectorMultiplication().
| double CLHEP::HepLorentzRotation::operator() | ( | int | , |
| int | ) const |
Referenced by rectify().
|
inline |
Definition at line 290 of file LorentzRotation.icc.
References matrixMultiplication(), and CLHEP::HepBoost::rep4x4().
|
inline |
Definition at line 298 of file LorentzRotation.icc.
References HepLorentzRotation(), matrixMultiplication(), and rep4x4().
|
inline |
Definition at line 283 of file LorentzRotation.icc.
References vectorMultiplication().
|
inline |
Definition at line 294 of file LorentzRotation.icc.
References matrixMultiplication(), and CLHEP::HepRotation::rep4x4().
|
inline |
Definition at line 303 of file LorentzRotation.icc.
References matrixMultiplication(), and CLHEP::HepBoost::rep4x4().
|
inline |
Definition at line 311 of file LorentzRotation.icc.
References HepLorentzRotation(), matrixMultiplication(), and rep4x4().
|
inline |
Definition at line 307 of file LorentzRotation.icc.
References matrixMultiplication(), and CLHEP::HepRotation::rep4x4().
|
inline |
Definition at line 240 of file LorentzRotation.icc.
References compare(), and HepLorentzRotation().
|
inline |
Definition at line 243 of file LorentzRotation.icc.
References compare(), and HepLorentzRotation().
|
inline |
Definition at line 68 of file LorentzRotation.icc.
References CLHEP::HepBoost::rep4x4(), and set().
|
inline |
|
inline |
Definition at line 63 of file LorentzRotation.icc.
References CLHEP::HepRotation::rep4x4(), and set().
|
inlinedefault |
References HepLorentzRotation().
|
inline |
|
inline |
Definition at line 251 of file LorentzRotation.icc.
References compare(), and HepLorentzRotation().
|
inline |
Definition at line 248 of file LorentzRotation.icc.
References compare(), and HepLorentzRotation().
|
inline |
Definition at line 221 of file LorentzRotation.icc.
References CLHEP::HepLorentzRotation::HepLorentzRotation_row::HepLorentzRotation_row().
| std::ostream & CLHEP::HepLorentzRotation::print | ( | std::ostream & | os | ) | const |
| void CLHEP::HepLorentzRotation::rectify | ( | ) |
References operator()(), and vectorMultiplication().
|
inline |
Definition at line 202 of file LorentzRotation.icc.
References CLHEP::HepRep4x4::HepRep4x4(), mtt, mtx, mty, mtz, mxt, mxx, mxy, mxz, myt, myx, myy, myz, mzt, mzx, mzy, and mzz.
Referenced by operator*(), operator*=(), setRows(), transform(), transform(), and transform().
|
inline |
Definition at line 334 of file LorentzRotation.icc.
References CLHEP::HepRotation::HepRotation(), rotate(), and transform().
|
inline |
Definition at line 339 of file LorentzRotation.icc.
References CLHEP::HepRotation::HepRotation(), rotate(), and transform().
| HepLorentzRotation & CLHEP::HepLorentzRotation::rotateX | ( | double | delta | ) |
References HepLorentzRotation().
| HepLorentzRotation & CLHEP::HepLorentzRotation::rotateY | ( | double | delta | ) |
References HepLorentzRotation().
| HepLorentzRotation & CLHEP::HepLorentzRotation::rotateZ | ( | double | delta | ) |
References HepLorentzRotation(), and rotate().
|
inline |
Definition at line 189 of file LorentzRotation.icc.
References CLHEP::HepLorentzVector::HepLorentzVector(), mxt, mxx, mxy, and mxz.
Referenced by setRows().
|
inline |
Definition at line 192 of file LorentzRotation.icc.
References CLHEP::HepLorentzVector::HepLorentzVector(), myt, myx, myy, and myz.
Referenced by setRows().
|
inline |
Definition at line 195 of file LorentzRotation.icc.
References CLHEP::HepLorentzVector::HepLorentzVector(), mzt, mzx, mzy, and mzz.
Referenced by setRows().
|
inline |
Definition at line 198 of file LorentzRotation.icc.
References CLHEP::HepLorentzVector::HepLorentzVector(), mtt, mtx, mty, and mtz.
Referenced by setRows().
|
inline |
Definition at line 72 of file LorentzRotation.icc.
References HepLorentzRotation(), set(), CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
| HepLorentzRotation & CLHEP::HepLorentzRotation::set | ( | const HepBoost & | B, |
| const HepRotation & | R ) |
References HepLorentzRotation().
|
inline |
Definition at line 89 of file LorentzRotation.icc.
References HepLorentzRotation(), CLHEP::HepBoost::rep4x4(), and set().
|
inline |
Definition at line 92 of file LorentzRotation.icc.
References HepLorentzRotation(), CLHEP::HepBoostX::rep4x4(), and set().
|
inline |
Definition at line 95 of file LorentzRotation.icc.
References HepLorentzRotation(), CLHEP::HepBoostY::rep4x4(), and set().
|
inline |
Definition at line 98 of file LorentzRotation.icc.
References HepLorentzRotation(), CLHEP::HepBoostZ::rep4x4(), and set().
| HepLorentzRotation & CLHEP::HepLorentzRotation::set | ( | const HepLorentzVector & | col1, |
| const HepLorentzVector & | col2, | ||
| const HepLorentzVector & | col3, | ||
| const HepLorentzVector & | col4 ) |
References col1(), col2(), col3(), col4(), and HepLorentzRotation().
|
inline |
Definition at line 126 of file LorentzRotation.icc.
References HepLorentzRotation(), mtt, mtx, mty, mtz, mxt, mxx, mxy, mxz, myt, myx, myy, myz, mzt, mzx, mzy, mzz, CLHEP::HepRep4x4::tt_, CLHEP::HepRep4x4::tx_, CLHEP::HepRep4x4::ty_, CLHEP::HepRep4x4::tz_, CLHEP::HepRep4x4::xt_, CLHEP::HepRep4x4::xx_, CLHEP::HepRep4x4::xy_, CLHEP::HepRep4x4::xz_, CLHEP::HepRep4x4::yt_, CLHEP::HepRep4x4::yx_, CLHEP::HepRep4x4::yy_, CLHEP::HepRep4x4::yz_, CLHEP::HepRep4x4::zt_, CLHEP::HepRep4x4::zx_, CLHEP::HepRep4x4::zy_, and CLHEP::HepRep4x4::zz_.
|
inline |
Definition at line 76 of file LorentzRotation.icc.
References HepLorentzRotation(), CLHEP::HepRotation::rep4x4(), and set().
| HepLorentzRotation & CLHEP::HepLorentzRotation::set | ( | const HepRotation & | R, |
| const HepBoost & | B ) |
References HepLorentzRotation().
|
inline |
Definition at line 79 of file LorentzRotation.icc.
References HepLorentzRotation(), CLHEP::HepRotationX::rep4x4(), and set().
|
inline |
Definition at line 82 of file LorentzRotation.icc.
References HepLorentzRotation(), CLHEP::HepRotationY::rep4x4(), and set().
|
inline |
Definition at line 85 of file LorentzRotation.icc.
References HepLorentzRotation(), CLHEP::HepRotationZ::rep4x4(), and set().
Referenced by set().
| HepLorentzRotation & CLHEP::HepLorentzRotation::set | ( | double | bx, |
| double | by, | ||
| double | bz ) |
References boost(), HepLorentzRotation(), and set().
Referenced by HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), operator=(), operator=(), set(), set(), set(), set(), set(), set(), set(), set(), set(), setBoost(), and setRows().
|
inlineprotected |
| HepLorentzRotation & CLHEP::HepLorentzRotation::setRows | ( | const HepLorentzVector & | row1, |
| const HepLorentzVector & | row2, | ||
| const HepLorentzVector & | row3, | ||
| const HepLorentzVector & | row4 ) |
|
inlinestatic |
Definition at line 376 of file LorentzRotation.icc.
References CLHEP::Hep4RotationInterface::setTolerance().
Referenced by print().
|
inline |
Definition at line 316 of file LorentzRotation.icc.
References HepLorentzRotation(), matrixMultiplication(), and rep4x4().
Referenced by boost(), boost(), matrixMultiplication(), rotate(), and rotate().
|
inline |
Definition at line 324 of file LorentzRotation.icc.
References HepLorentzRotation(), matrixMultiplication(), and rep4x4().
|
inline |
Definition at line 320 of file LorentzRotation.icc.
References HepLorentzRotation(), matrixMultiplication(), and rep4x4().
|
inline |
Definition at line 174 of file LorentzRotation.icc.
References mtt.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 171 of file LorentzRotation.icc.
References mtx.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 172 of file LorentzRotation.icc.
References mty.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 173 of file LorentzRotation.icc.
References mtz.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 266 of file LorentzRotation.icc.
References CLHEP::HepLorentzVector::HepLorentzVector(), mtt, mtx, mty, mtz, mxt, mxx, mxy, mxz, myt, myx, myy, myz, mzt, mzx, mzy, mzz, CLHEP::HepLorentzVector::t(), CLHEP::HepLorentzVector::x(), CLHEP::HepLorentzVector::y(), and CLHEP::HepLorentzVector::z().
Referenced by operator()(), operator*(), and rectify().
|
inline |
Definition at line 162 of file LorentzRotation.icc.
References mxt.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 159 of file LorentzRotation.icc.
References mxx.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 160 of file LorentzRotation.icc.
References mxy.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 161 of file LorentzRotation.icc.
References mxz.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 166 of file LorentzRotation.icc.
References myt.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 163 of file LorentzRotation.icc.
References myx.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 164 of file LorentzRotation.icc.
References myy.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 165 of file LorentzRotation.icc.
References myz.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 170 of file LorentzRotation.icc.
References mzt.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 167 of file LorentzRotation.icc.
References mzx.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 168 of file LorentzRotation.icc.
References mzy.
Referenced by operator==(), and setRows().
|
inline |
Definition at line 169 of file LorentzRotation.icc.
References mzz.
Referenced by operator==(), and setRows().
|
friend |
|
static |
Definition at line 54 of file LorentzRotation.h.
|
protected |
Definition at line 340 of file LorentzRotation.h.
Referenced by col4(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row4(), set(), tt(), and vectorMultiplication().
|
protected |
Definition at line 340 of file LorentzRotation.h.
Referenced by col1(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row4(), set(), tx(), and vectorMultiplication().
|
protected |
Definition at line 340 of file LorentzRotation.h.
Referenced by col2(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row4(), set(), ty(), and vectorMultiplication().
|
protected |
Definition at line 340 of file LorentzRotation.h.
Referenced by col3(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row4(), set(), tz(), and vectorMultiplication().
|
protected |
Definition at line 337 of file LorentzRotation.h.
Referenced by col4(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row1(), set(), vectorMultiplication(), and xt().
|
protected |
Definition at line 337 of file LorentzRotation.h.
Referenced by col1(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row1(), set(), vectorMultiplication(), and xx().
|
protected |
Definition at line 337 of file LorentzRotation.h.
Referenced by col2(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row1(), set(), vectorMultiplication(), and xy().
|
protected |
Definition at line 337 of file LorentzRotation.h.
Referenced by col3(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row1(), set(), vectorMultiplication(), and xz().
|
protected |
Definition at line 338 of file LorentzRotation.h.
Referenced by col4(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row2(), set(), vectorMultiplication(), and yt().
|
protected |
Definition at line 338 of file LorentzRotation.h.
Referenced by col1(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row2(), set(), vectorMultiplication(), and yx().
|
protected |
Definition at line 338 of file LorentzRotation.h.
Referenced by col2(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row2(), set(), vectorMultiplication(), and yy().
|
protected |
Definition at line 338 of file LorentzRotation.h.
Referenced by col3(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row2(), set(), vectorMultiplication(), and yz().
|
protected |
Definition at line 339 of file LorentzRotation.h.
Referenced by col4(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row3(), set(), vectorMultiplication(), and zt().
|
protected |
Definition at line 339 of file LorentzRotation.h.
Referenced by col1(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row3(), set(), vectorMultiplication(), and zx().
|
protected |
Definition at line 339 of file LorentzRotation.h.
Referenced by col2(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row3(), set(), vectorMultiplication(), and zy().
|
protected |
Definition at line 339 of file LorentzRotation.h.
Referenced by col3(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), HepLorentzRotation(), inverse(), inverseOf, isIdentity(), operator=(), operator==(), print(), rep4x4(), row3(), set(), vectorMultiplication(), and zz().