library: libMathCore
#include "BoostX.h"

ROOT::Math::BoostX


class description - header file
viewCVS header

class ROOT::Math::BoostX

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
~BoostX()
ROOT::Math::BoostX::ScalarBeta() const
ROOT::Math::BoostX::XYZVectorBetaVector() const
ROOT::Math::BoostXBoostX()
ROOT::Math::BoostXBoostX(ROOT::Math::BoostX::Scalar beta_x)
ROOT::Math::BoostXBoostX(const ROOT::Math::BoostX&)
ROOT::Math::BoostX::ScalarGamma() const
voidGetComponents(ROOT::Math::BoostX::Scalar& beta_x) const
voidGetLorentzRotation(ROOT::Math::BoostX::Scalar* r) const
ROOT::Math::BoostXInverse() const
voidInvert()
booloperator!=(const ROOT::Math::BoostX& 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::BoostX&operator=(const ROOT::Math::BoostX&)
booloperator==(const ROOT::Math::BoostX& rhs) const
voidRectify()
voidSetBeta(ROOT::Math::BoostX::Scalar beta)
voidSetComponents(ROOT::Math::BoostX::Scalar beta_x)

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::BoostX::ScalarfBeta
ROOT::Math::BoostX::ScalarfGamma

Class Description

BoostX()
explicit BoostX(Scalar beta_x)
{ SetComponents(beta_x); }
void Rectify()
Scalar Beta()
{ return fBeta; }
Scalar Gamma()
{ return fGamma; }
void SetBeta(Scalar beta)
{ SetComponents(beta); }
XYZVector BetaVector()
LorentzVector< PxPyPzE4D<double> > r_xyzt = operator()(xyzt)
void Invert()
BoostX Inverse()
return ! operator==(rhs)

Last update: Fri Dec 1 16:37:49 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.