+
class ROOT::Math::BoostX
-
library: libMathCore
#include "BoostX.h"
Display options:
Show inherited
Show non-public

class ROOT::Math::BoostX

Function Members (Methods)

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 Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

BoostX()
{}
void SetComponents(ROOT::Math::BoostX::Scalar beta_x)
 set component
void GetComponents(ROOT::Math::BoostX::Scalar& beta_x) const
 get component
BetaVector()
 return beta vector
void GetLorentzRotation(ROOT::Math::BoostX::Scalar* r) const
 get corresponding LorentzRotation
void Rectify()
 Assuming the representation of this is close to a true Lorentz Rotation,
 but may have drifted due to round-off error from many operations,
 this forms an "exact" orthosymplectic matrix for the Lorentz Rotation
 again.
operator()(const ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> >& v) const
 apply boost to a LV
void Invert()
 invert
BoostX Inverse()
 return an inverse boostX
BoostX()
 ========== Constructors and Assignment =====================

Default constructor (identity transformation)

explicit BoostX(Scalar beta_x)
Construct given a Scalar beta_x

{ SetComponents(beta_x); }
Scalar Beta()
Retrieve the beta of the Boost

{ return fBeta; }
Scalar Gamma()
Retrieve the gamma of the Boost

{ return fGamma; }
void SetBeta(ROOT::Math::BoostX::Scalar beta)
Set the given beta of the Boost

{ SetComponents(beta); }
A4Vector operator*(const ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> >& v) const
Overload operator * for operation on a vector

return ! operator==(const ROOT::Math::BoostX& rhs) const

Last update: root/mathcore:$Name: $:$Id: BoostX.cxx,v 1.8 2006/11/07 16:24:11 moneta Exp $
Copyright (c) 2005 , LCG ROOT FNAL MathLib Team *

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.