17 #ifndef ROOT_Math_GenVector_BoostX 18 #define ROOT_Math_GenVector_BoostX 1 136 template <
class CoordSystem>
149 template <
class Foreign4Vector>
154 return Foreign4Vector ( r_xyzt.
X(), r_xyzt.
Y(), r_xyzt.
Z(), r_xyzt.
T() );
160 template <
class A4Vector>
void SetComponents(Scalar beta_x)
Set components from a Scalar beta_x.
Class describing a generic LorentzVector in the 4D space-time, using the specified coordinate system ...
A4Vector operator*(const A4Vector &v) const
Overload operator * for operation on a vector.
XYZVector BetaVector() const
Namespace for new ROOT classes and functions.
void GetComponents(Scalar &beta_x) const
Get components into a Scalar beta_x.
Scalar Beta() const
Retrieve the beta of the Boost.
BoostX(Scalar beta_x)
Construct given a Scalar beta_x.
Class representing a Lorentz Boost along the X axis, by beta.
double beta(double x, double y)
Calculates the beta function.
std::ostream & operator<<(std::ostream &os, const AxisAngle &a)
Stream Output and Input.
BoostX Inverse() const
Return inverse of a boost.
void GetLorentzRotation(Scalar r[]) const
Get elements of internal 4x4 symmetric representation, into a data array suitable for direct use as t...
ELorentzRotationMatrixIndex
LorentzVector< ROOT::Math::PxPyPzE4D< double > > operator()(const LorentzVector< ROOT::Math::PxPyPzE4D< double > > &v) const
Lorentz transformation operation on a Minkowski ('Cartesian') LorentzVector.
bool operator==(const BoostX &rhs) const
Equality/inequality operators.
Class describing a generic displacement vector in 3 dimensions.
void SetBeta(Scalar beta)
Set the given beta of the Boost.
void Invert()
Invert a BoostX in place.
void Rectify()
Re-adjust components to eliminate small deviations from a perfect orthosyplectic matrix.
Namespace for new Math classes and functions.
BoostX()
Default constructor (identity transformation)
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
bool operator!=(const BoostX &rhs) const
DefaultCoordinateSystemTag Default tag for identifying any coordinate system.
DisplacementVector3D< Cartesian3D< double >, DefaultCoordinateSystemTag > XYZVector
The beta vector for this boost.
Scalar Gamma() const
Retrieve the gamma of the Boost.