library: libMathCore
#include "BoostY.h"

ROOT::Math::BoostY


class description - header file
viewCVS header

class ROOT::Math::BoostY

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

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

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

Class Description

BoostY()
explicit BoostY(Scalar beta_y)
{ SetComponents(beta_y); }
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()
BoostY Inverse()
return ! operator==(rhs)

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