library: libMathCore
#include "Boost.h"

ROOT::Math::Boost


class description - header file
viewCVS header

class ROOT::Math::Boost

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
~Boost()
ROOT::Math::Boost::XYZVectorBetaVector() const
ROOT::Math::BoostBoost()
ROOT::Math::BoostBoost(ROOT::Math::BoostX const& bx)
ROOT::Math::BoostBoost(ROOT::Math::BoostY const& by)
ROOT::Math::BoostBoost(ROOT::Math::BoostZ const& bz)
ROOT::Math::BoostBoost(const ROOT::Math::Boost&)
ROOT::Math::BoostBoost(double* begin, double* end)
ROOT::Math::BoostBoost(ROOT::Math::Boost::Scalar beta_x, ROOT::Math::Boost::Scalar beta_y, ROOT::Math::Boost::Scalar beta_z)
voidGetComponents(double* begin) const
voidGetComponents(ROOT::Math::Boost::Scalar& beta_x, ROOT::Math::Boost::Scalar& beta_y, ROOT::Math::Boost::Scalar& beta_z) const
voidGetLorentzRotation(ROOT::Math::Boost::Scalar* r) const
ROOT::Math::BoostInverse() const
voidInvert()
booloperator!=(const ROOT::Math::Boost& rhs) const
ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> >operator()(const ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> >& v) const
ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> >operator*(const ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> >& v) const
ROOT::Math::Boost&operator=(ROOT::Math::BoostX const& bx)
ROOT::Math::Boost&operator=(ROOT::Math::BoostY const& by)
ROOT::Math::Boost&operator=(ROOT::Math::BoostZ const& bz)
ROOT::Math::Boost&operator=(const ROOT::Math::Boost&)
booloperator==(const ROOT::Math::Boost& rhs) const
voidRectify()
voidSetComponents(const ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>& beta)
voidSetComponents(double* begin, double* end)
voidSetComponents(ROOT::Math::Boost::Scalar beta_x, ROOT::Math::Boost::Scalar beta_y, ROOT::Math::Boost::Scalar beta_z)
protected:
voidSetIdentity()

Data Members

public:
enum ELorentzRotationMatrixIndex { kLXX
kLXY
kLXZ
kLXT
kLYX
kLYY
kLYZ
kLYT
kLZX
kLZY
kLZZ
kLZT
kLTX
kLTY
kLTZ
kLTT
};
enum EBoostMatrixIndex { kXX
kXY
kXZ
kXT
kYY
kYZ
kYT
kZZ
kZT
kTT
};
private:
ROOT::Math::Boost::ScalarfM[10]

Class Description

Boost()
{ SetIdentity(); }
Boost(Scalar beta_x, Scalar beta_y, Scalar beta_z)
{ SetComponents(beta_x, beta_y, beta_z); }
Boost(const Avector & beta)
{ SetComponents(beta); }
Boost(IT begin, IT end)
{ SetComponents(begin,end); }
explicit Boost( BoostX const & bx )
{SetComponents(bx.BetaVector());}
explicit Boost( BoostY const & by )
{SetComponents(by.BetaVector());}
explicit Boost( BoostZ const & bz )
{SetComponents(bz.BetaVector());}
operator=( BoostX const & bx )
{ return operator=(Boost(bx)); }
operator=( BoostY const & by )
{ return operator=(Boost(by)); }
operator=( BoostZ const & bz )
{ return operator=(Boost(bz)); }
void Rectify()
void SetComponents(IT begin, IT end)
void GetComponents(IT begin, IT end)
void GetComponents(IT begin )
XYZVector BetaVector()
LorentzVector< PxPyPzE4D<double> > r_xyzt = operator()(xyzt)
void Invert()
Boost Inverse()
return ! operator==(rhs)
void SetIdentity()

Last update: Fri Dec 1 16:37:48 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.