CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Friends
CLHEP::HepLorentzRotation Class Reference

#include <LorentzRotation.h>

Inheritance diagram for CLHEP::HepLorentzRotation:
Rot4

List of all members.

Classes

class  HepLorentzRotation_row

Public Member Functions

 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
 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
 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
 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
 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

Static Public Member Functions

static double getTolerance ()
static double setTolerance (double tol)
static double getTolerance ()
static double setTolerance (double tol)
static double getTolerance ()
static double setTolerance (double tol)
static double getTolerance ()
static double setTolerance (double tol)
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)
 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)
 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)
 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)
 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 &lt)
HepLorentzRotation inverseOf (const HepLorentzRotation &lt)
HepLorentzRotation inverseOf (const HepLorentzRotation &lt)
HepLorentzRotation inverseOf (const HepLorentzRotation &lt)
HepLorentzRotation inverseOf (const HepLorentzRotation &lt)

Detailed Description

Author:

Definition at line 54 of file Geometry/CLHEP/Vector/LorentzRotation.h.


Constructor & Destructor Documentation

Referenced by matrixMultiplication(), and set().

CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostX b) [inline, explicit]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostY b) [inline, explicit]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostZ b) [inline, explicit]
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 
)

Definition at line 201 of file LorentzRotationC.cc.

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 
) [inline, protected]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostX b) [inline, explicit]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostY b) [inline, explicit]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostZ b) [inline, explicit]
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 
)
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 
) [inline, protected]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostX b) [inline, explicit]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostY b) [inline, explicit]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostZ b) [inline, explicit]
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 
)
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 
) [inline, protected]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostX b) [inline, explicit]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostY b) [inline, explicit]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostZ b) [inline, explicit]
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 
)
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 
) [inline, protected]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostX b) [inline, explicit]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostY b) [inline, explicit]
CLHEP::HepLorentzRotation::HepLorentzRotation ( const HepBoostZ b) [inline, explicit]
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 
)
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 
) [inline, protected]

Member Function Documentation

Definition at line 100 of file LorentzRotation.cc.

References mtt, mtx, mty, mtz, mxt, mxx, mxy, mxz, myt, myx, myy, myz, mzt, mzx, mzy, and mzz.

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

Definition at line 90 of file LorentzRotationD.cc.

References decompose(), CLHEP::HepBoost::distance2(), and CLHEP::HepRotation::norm2().

Referenced by howNear().

static double CLHEP::HepLorentzRotation::getTolerance ( ) [inline, static]
static double CLHEP::HepLorentzRotation::getTolerance ( ) [inline, static]
static double CLHEP::HepLorentzRotation::getTolerance ( ) [inline, static]
static double CLHEP::HepLorentzRotation::getTolerance ( ) [inline, static]
static double CLHEP::HepLorentzRotation::getTolerance ( ) [inline, static]

Definition at line 121 of file LorentzRotationD.cc.

References distance2().

Definition at line 124 of file LorentzRotationD.cc.

References distance2().

Definition at line 127 of file LorentzRotationD.cc.

References distance2().

Referenced by main().

Referenced by main().

bool CLHEP::HepLorentzRotation::isIdentity ( ) const [inline]
bool CLHEP::HepLorentzRotation::isIdentity ( ) const [inline]
bool CLHEP::HepLorentzRotation::isIdentity ( ) const [inline]
bool CLHEP::HepLorentzRotation::isIdentity ( ) const [inline]
bool CLHEP::HepLorentzRotation::isIdentity ( ) const [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]
bool CLHEP::HepLorentzRotation::operator!= ( const HepLorentzRotation ) const [inline]
bool CLHEP::HepLorentzRotation::operator!= ( const HepLorentzRotation ) const [inline]
double CLHEP::HepLorentzRotation::operator() ( int  ,
int   
) const
double CLHEP::HepLorentzRotation::operator() ( int  ,
int   
) const
double CLHEP::HepLorentzRotation::operator() ( int  i,
int  j 
) const

Definition at line 68 of file LorentzRotation.cc.

References tt(), tx(), ty(), tz(), xt(), xx(), xy(), xz(), yt(), yx(), yy(), yz(), zt(), zx(), zy(), and zz().

double CLHEP::HepLorentzRotation::operator() ( int  ,
int   
) const
double CLHEP::HepLorentzRotation::operator() ( int  ,
int   
) const
HepLorentzVector CLHEP::HepLorentzRotation::operator() ( const HepLorentzVector w) const [inline]
HepLorentzVector CLHEP::HepLorentzRotation::operator() ( const HepLorentzVector w) const [inline]
HepLorentzVector CLHEP::HepLorentzRotation::operator() ( const HepLorentzVector w) const [inline]
HepLorentzVector CLHEP::HepLorentzRotation::operator() ( const HepLorentzVector w) const [inline]
HepLorentzVector CLHEP::HepLorentzRotation::operator() ( const HepLorentzVector w) const [inline]
HepLorentzVector CLHEP::HepLorentzRotation::operator* ( const HepLorentzVector p) const [inline]
HepLorentzVector CLHEP::HepLorentzRotation::operator* ( const HepLorentzVector p) const [inline]
HepLorentzVector CLHEP::HepLorentzRotation::operator* ( const HepLorentzVector p) const [inline]
HepLorentzVector CLHEP::HepLorentzRotation::operator* ( const HepLorentzVector p) 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 HepBoost b) const [inline]
HepLorentzRotation CLHEP::HepLorentzRotation::operator* ( const HepBoost b) const [inline]
HepLorentzRotation CLHEP::HepLorentzRotation::operator* ( const HepBoost b) 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 HepRotation r) const [inline]
HepLorentzRotation CLHEP::HepLorentzRotation::operator* ( const HepRotation r) const [inline]
HepLorentzRotation CLHEP::HepLorentzRotation::operator* ( const HepRotation r) 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 HepLorentzRotation lt) const [inline]
HepLorentzRotation CLHEP::HepLorentzRotation::operator* ( const HepLorentzRotation lt) const [inline]
HepLorentzRotation CLHEP::HepLorentzRotation::operator* ( const HepLorentzRotation lt) const [inline]
HepLorentzRotation CLHEP::HepLorentzRotation::operator* ( const HepLorentzRotation lt) const [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepBoost b) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepBoost b) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepBoost b) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepBoost b) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepBoost b) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepRotation r) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepRotation r) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepRotation r) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepRotation r) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepRotation r) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepLorentzRotation lt) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepLorentzRotation lt) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepLorentzRotation lt) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator*= ( const HepLorentzRotation lt) [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]
bool CLHEP::HepLorentzRotation::operator< ( const HepLorentzRotation ) const [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]
bool CLHEP::HepLorentzRotation::operator<= ( const HepLorentzRotation ) const [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]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepLorentzRotation m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepLorentzRotation m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepLorentzRotation m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepLorentzRotation m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepLorentzRotation m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepRotation m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepRotation m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepRotation m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepRotation m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepRotation m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepBoost m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepBoost m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepBoost m) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::operator= ( const HepBoost 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]
bool CLHEP::HepLorentzRotation::operator== ( const HepLorentzRotation ) const [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]
bool CLHEP::HepLorentzRotation::operator> ( const HepLorentzRotation ) const [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]
bool CLHEP::HepLorentzRotation::operator>= ( const HepLorentzRotation ) const [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]
const HepLorentzRotation_row CLHEP::HepLorentzRotation::operator[] ( int  ) const [inline]
const HepLorentzRotation_row CLHEP::HepLorentzRotation::operator[] ( int  ) const [inline]
const HepLorentzRotation_row CLHEP::HepLorentzRotation::operator[] ( int  ) const [inline]
const HepLorentzRotation_row CLHEP::HepLorentzRotation::operator[] ( int  ) const [inline]
std::ostream& CLHEP::HepLorentzRotation::print ( std::ostream &  os) const
std::ostream& CLHEP::HepLorentzRotation::print ( std::ostream &  os) const
std::ostream & CLHEP::HepLorentzRotation::print ( std::ostream &  os) const

Definition at line 238 of file LorentzRotation.cc.

References tt(), tx(), ty(), tz(), xt(), xx(), xy(), xz(), yt(), yx(), yy(), yz(), zt(), zx(), zy(), and zz().

std::ostream& CLHEP::HepLorentzRotation::print ( std::ostream &  os) const
std::ostream& CLHEP::HepLorentzRotation::print ( std::ostream &  os) const

Definition at line 180 of file LorentzRotationD.cc.

References tt(), tx(), ty(), tz(), xx(), xy(), xz(), yx(), yy(), yz(), ZMthrowA, zx(), zy(), and zz().

HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
) [inline]
HepLorentzRotation& CLHEP::HepLorentzRotation::rotate ( double  delta,
const Hep3Vector axis 
) [inline]

Referenced by boostX(), rotateY(), and rotateZ().

Referenced by boostY(), rotateX(), and rotateZ().

Referenced by boostZ(), rotateX(), and rotateY().

Referenced by boostX(), boostY(), and boostZ().

Definition at line 29 of file LorentzRotation.cc.

References ZMthrowA.

Definition at line 51 of file LorentzRotation.cc.

References CLHEP::HepBoost::rep4x4(), and CLHEP::HepRotation::rep4x4().

Definition at line 58 of file LorentzRotation.cc.

References CLHEP::HepBoost::rep4x4(), and CLHEP::HepRotation::rep4x4().

HepLorentzRotation & CLHEP::HepLorentzRotation::set ( const HepLorentzVector col1,
const HepLorentzVector col2,
const HepLorentzVector col3,
const HepLorentzVector col4 
)
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepLorentzVector col1,
const HepLorentzVector col2,
const HepLorentzVector col3,
const HepLorentzVector col4 
)
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepLorentzVector col1,
const HepLorentzVector col2,
const HepLorentzVector col3,
const HepLorentzVector col4 
)
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepLorentzVector col1,
const HepLorentzVector col2,
const HepLorentzVector col3,
const HepLorentzVector col4 
)
HepLorentzRotation& CLHEP::HepLorentzRotation::set ( const HepLorentzVector col1,
const HepLorentzVector col2,
const HepLorentzVector col3,
const HepLorentzVector col4 
)
void CLHEP::HepLorentzRotation::setBoost ( double  ,
double  ,
double   
) [inline, protected]
void CLHEP::HepLorentzRotation::setBoost ( double  ,
double  ,
double   
) [inline, protected]
void CLHEP::HepLorentzRotation::setBoost ( double  ,
double  ,
double   
) [inline, protected]
void CLHEP::HepLorentzRotation::setBoost ( double  ,
double  ,
double   
) [inline, protected]
void CLHEP::HepLorentzRotation::setBoost ( double  ,
double  ,
double   
) [inline, protected]
HepLorentzRotation & CLHEP::HepLorentzRotation::setRows ( const HepLorentzVector row1,
const HepLorentzVector row2,
const HepLorentzVector row3,
const HepLorentzVector row4 
)

Definition at line 184 of file LorentzRotationC.cc.

static double CLHEP::HepLorentzRotation::setTolerance ( double  tol) [inline, static]
static double CLHEP::HepLorentzRotation::setTolerance ( double  tol) [inline, static]
static double CLHEP::HepLorentzRotation::setTolerance ( double  tol) [inline, static]
static double CLHEP::HepLorentzRotation::setTolerance ( double  tol) [inline, static]
static double CLHEP::HepLorentzRotation::setTolerance ( double  tol) [inline, static]

Referenced by main().

Referenced by operator()(), CLHEP::operator*(), and print().

Referenced by operator()(), CLHEP::operator*(), and print().

Referenced by operator()(), CLHEP::operator*(), and print().


Friends And Related Function Documentation


Member Data Documentation

Definition at line 59 of file Geometry/CLHEP/Vector/LorentzRotation.h.


The documentation for this class was generated from the following files: