CLHEP 2.0.4.7 Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

CLHEP::HepBoostY Class Reference

#include <BoostY.h>

List of all members.

Public Member Functions

 HepBoostY ()
 HepBoostY (const HepBoostY &b)
HepBoostYoperator= (const HepBoostY &m)
HepBoostYset (double beta)
 HepBoostY (double beta)
double beta () const
double gamma () const
Hep3Vector boostVector () const
Hep3Vector getDirection () const
double xx () const
double xy () const
double xz () const
double xt () const
double yx () const
double yy () const
double yz () const
double yt () const
double zx () const
double zy () const
double zz () const
double zt () const
double tx () const
double ty () const
double tz () const
double tt () const
HepLorentzVector col1 () const
HepLorentzVector col2 () const
HepLorentzVector col3 () const
HepLorentzVector col4 () const
HepLorentzVector row1 () const
HepLorentzVector row2 () const
HepLorentzVector row3 () const
HepLorentzVector row4 () const
HepRep4x4 rep4x4 () const
HepRep4x4Symmetric rep4x4Symmetric () const
void decompose (HepRotation &rotation, HepBoost &boost) const
void decompose (HepAxisAngle &rotation, Hep3Vector &boost) const
void decompose (HepBoost &boost, HepRotation &rotation) const
void decompose (Hep3Vector &boost, HepAxisAngle &rotation) const
int compare (const HepBoostY &b) const
bool operator== (const HepBoostY &b) const
bool operator!= (const HepBoostY &b) const
bool operator<= (const HepBoostY &b) const
bool operator>= (const HepBoostY &b) const
bool operator< (const HepBoostY &b) const
bool operator> (const HepBoostY &b) const
bool isIdentity () const
double distance2 (const HepBoostY &b) const
double distance2 (const HepBoost &b) const
double distance2 (const HepRotation &r) const
double distance2 (const HepLorentzRotation &lt) const
double howNear (const HepBoostY &b) const
double howNear (const HepBoost &b) const
double howNear (const HepRotation &r) const
double howNear (const HepLorentzRotation &lt) const
bool isNear (const HepBoostY &b, double epsilon=Hep4RotationInterface::tolerance) const
bool isNear (const HepBoost &b, double epsilon=Hep4RotationInterface::tolerance) const
bool isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const
bool isNear (const HepLorentzRotation &lt, double epsilon=Hep4RotationInterface::tolerance) const
double norm2 () const
void rectify ()
HepLorentzVector operator() (const HepLorentzVector &w) const
HepLorentzVector operator * (const HepLorentzVector &w) const
HepBoostY operator * (const HepBoostY &b) const
HepLorentzRotation operator * (const HepBoost &b) const
HepLorentzRotation operator * (const HepRotation &r) const
HepLorentzRotation operator * (const HepLorentzRotation &lt) const
HepBoostY inverse () const
HepBoostYinvert ()
std::ostream & print (std::ostream &os) const

Static Public Member Functions

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

Protected Member Functions

HepLorentzVector vectorMultiplication (const HepLorentzVector &w) const
HepLorentzRotation matrixMultiplication (const HepRep4x4 &m) const
HepLorentzRotation matrixMultiplication (const HepRep4x4Symmetric &m) const
 HepBoostY (double beta, double gamma)

Protected Attributes

double beta_
double gamma_

Friends

HepBoostY inverseOf (const HepBoostY &b)


Detailed Description

Author:

Definition at line 42 of file BoostY.h.


Constructor & Destructor Documentation

CLHEP::HepBoostY::HepBoostY (  )  [inline]

Referenced by operator *().

CLHEP::HepBoostY::HepBoostY ( const HepBoostY b  )  [inline]

CLHEP::HepBoostY::HepBoostY ( double  beta  )  [inline]

CLHEP::HepBoostY::HepBoostY ( double  beta,
double  gamma 
) [inline, protected]


Member Function Documentation

double CLHEP::HepBoostY::beta (  )  const [inline]

Referenced by decompose(), and operator *().

Hep3Vector CLHEP::HepBoostY::boostVector (  )  const [inline]

Referenced by decompose().

HepLorentzVector CLHEP::HepBoostY::col1 (  )  const [inline]

HepLorentzVector CLHEP::HepBoostY::col2 (  )  const [inline]

HepLorentzVector CLHEP::HepBoostY::col3 (  )  const [inline]

HepLorentzVector CLHEP::HepBoostY::col4 (  )  const [inline]

int CLHEP::HepBoostY::compare ( const HepBoostY b  )  const [inline]

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

Definition at line 77 of file BoostY.cc.

References boostVector().

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

Definition at line 70 of file BoostY.cc.

References beta(), and boostVector().

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

Definition at line 65 of file BoostY.cc.

References boostVector().

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

Definition at line 58 of file BoostY.cc.

References beta(), and boostVector().

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

Definition at line 94 of file BoostY.cc.

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

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

Definition at line 88 of file BoostY.cc.

References CLHEP::HepRotation::norm2(), and norm2().

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

Definition at line 84 of file BoostY.cc.

References CLHEP::HepBoost::distance2().

double CLHEP::HepBoostY::distance2 ( const HepBoostY b  )  const [inline]

Referenced by distance2(), and isNear().

double CLHEP::HepBoostY::gamma (  )  const [inline]

Hep3Vector CLHEP::HepBoostY::getDirection (  )  const [inline]

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

double CLHEP::HepBoostY::howNear ( const HepLorentzRotation lt  )  const [inline]

double CLHEP::HepBoostY::howNear ( const HepRotation r  )  const [inline]

double CLHEP::HepBoostY::howNear ( const HepBoost b  )  const [inline]

double CLHEP::HepBoostY::howNear ( const HepBoostY b  )  const [inline]

HepBoostY CLHEP::HepBoostY::inverse (  )  const [inline]

HepBoostY& CLHEP::HepBoostY::invert (  )  [inline]

bool CLHEP::HepBoostY::isIdentity (  )  const [inline]

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

Definition at line 110 of file BoostY.cc.

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

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

Definition at line 103 of file BoostY.cc.

References CLHEP::HepRotation::norm2(), and norm2().

bool CLHEP::HepBoostY::isNear ( const HepBoost b,
double  epsilon = Hep4RotationInterface::tolerance 
) const [inline]

bool CLHEP::HepBoostY::isNear ( const HepBoostY b,
double  epsilon = Hep4RotationInterface::tolerance 
) const [inline]

HepLorentzRotation CLHEP::HepBoostY::matrixMultiplication ( const HepRep4x4Symmetric m  )  const [protected]

HepLorentzRotation CLHEP::HepBoostY::matrixMultiplication ( const HepRep4x4 m  )  const [protected]

double CLHEP::HepBoostY::norm2 (  )  const [inline]

Referenced by distance2(), and isNear().

HepLorentzRotation CLHEP::HepBoostY::operator * ( const HepLorentzRotation lt  )  const

Definition at line 151 of file BoostY.cc.

HepLorentzRotation CLHEP::HepBoostY::operator * ( const HepRotation r  )  const

Definition at line 147 of file BoostY.cc.

HepLorentzRotation CLHEP::HepBoostY::operator * ( const HepBoost b  )  const

Definition at line 143 of file BoostY.cc.

HepBoostY CLHEP::HepBoostY::operator * ( const HepBoostY b  )  const

Definition at line 140 of file BoostY.cc.

References beta(), and HepBoostY().

HepLorentzVector CLHEP::HepBoostY::operator * ( const HepLorentzVector w  )  const [inline]

bool CLHEP::HepBoostY::operator!= ( const HepBoostY b  )  const [inline]

HepLorentzVector CLHEP::HepBoostY::operator() ( const HepLorentzVector w  )  const [inline]

bool CLHEP::HepBoostY::operator< ( const HepBoostY b  )  const [inline]

bool CLHEP::HepBoostY::operator<= ( const HepBoostY b  )  const [inline]

HepBoostY& CLHEP::HepBoostY::operator= ( const HepBoostY m  )  [inline]

bool CLHEP::HepBoostY::operator== ( const HepBoostY b  )  const [inline]

bool CLHEP::HepBoostY::operator> ( const HepBoostY b  )  const [inline]

bool CLHEP::HepBoostY::operator>= ( const HepBoostY b  )  const [inline]

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

Definition at line 158 of file BoostY.cc.

References beta_, and gamma_.

void CLHEP::HepBoostY::rectify (  ) 

Definition at line 123 of file BoostY.cc.

References beta_, and gamma_.

HepRep4x4 CLHEP::HepBoostY::rep4x4 (  )  const

Definition at line 40 of file BoostY.cc.

References beta_, and gamma_.

HepRep4x4Symmetric CLHEP::HepBoostY::rep4x4Symmetric (  )  const

Definition at line 48 of file BoostY.cc.

References beta_, and gamma_.

HepLorentzVector CLHEP::HepBoostY::row1 (  )  const [inline]

HepLorentzVector CLHEP::HepBoostY::row2 (  )  const [inline]

HepLorentzVector CLHEP::HepBoostY::row3 (  )  const [inline]

HepLorentzVector CLHEP::HepBoostY::row4 (  )  const [inline]

HepBoostY & CLHEP::HepBoostY::set ( double  beta  ) 

Definition at line 24 of file BoostY.cc.

References beta_, gamma_, and ZMthrowA.

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

double CLHEP::HepBoostY::tt (  )  const [inline]

double CLHEP::HepBoostY::tx (  )  const [inline]

double CLHEP::HepBoostY::ty (  )  const [inline]

double CLHEP::HepBoostY::tz (  )  const [inline]

HepLorentzVector CLHEP::HepBoostY::vectorMultiplication ( const HepLorentzVector w  )  const [inline, protected]

double CLHEP::HepBoostY::xt (  )  const [inline]

double CLHEP::HepBoostY::xx (  )  const [inline]

double CLHEP::HepBoostY::xy (  )  const [inline]

double CLHEP::HepBoostY::xz (  )  const [inline]

double CLHEP::HepBoostY::yt (  )  const [inline]

double CLHEP::HepBoostY::yx (  )  const [inline]

double CLHEP::HepBoostY::yy (  )  const [inline]

double CLHEP::HepBoostY::yz (  )  const [inline]

double CLHEP::HepBoostY::zt (  )  const [inline]

double CLHEP::HepBoostY::zx (  )  const [inline]

double CLHEP::HepBoostY::zy (  )  const [inline]

double CLHEP::HepBoostY::zz (  )  const [inline]


Friends And Related Function Documentation

HepBoostY inverseOf ( const HepBoostY b  )  [friend]


Member Data Documentation

double CLHEP::HepBoostY::beta_ [protected]

Definition at line 210 of file BoostY.h.

Referenced by print(), rectify(), rep4x4(), rep4x4Symmetric(), and set().

double CLHEP::HepBoostY::gamma_ [protected]

Definition at line 211 of file BoostY.h.

Referenced by print(), rectify(), rep4x4(), rep4x4Symmetric(), and set().


The documentation for this class was generated from the following files:
Generated on Thu Jul 1 22:02:32 2010 for CLHEP by  doxygen 1.4.7