36 GenVector_Throw(
"Beta Vector supplied to set BoostZ represents speed >= c");
40 fGamma = 1.0 / std::sqrt(1.0 - bp2);
75 beta /= (
beta * ( 1.0 + 1.0e-16 ) );
107 os <<
" BoostZ( beta: " <<
b.Beta() <<
", gamma: " <<
b.Gamma() <<
" ) ";
Class representing a Lorentz Boost along the Z axis, by beta.
void GetLorentzRotation(Scalar r[]) const
Get elements of internal 4x4 symmetric representation, into a data array suitable for direct use as t...
void Invert()
Invert a BoostZ in place.
XYZVector BetaVector() const
void SetComponents(Scalar beta_z)
Set components from a Scalar beta_z.
void Rectify()
Re-adjust components to eliminate small deviations from a perfect orthosyplectic matrix.
void GetComponents(Scalar &beta_z) const
Get components into a Scalar beta_z.
LorentzVector< ROOT::Math::PxPyPzE4D< double > > operator()(const LorentzVector< ROOT::Math::PxPyPzE4D< double > > &v) const
Lorentz transformation operation on a Minkowski ('Cartesian') LorentzVector.
BoostZ Inverse() const
Return inverse of a BoostZ.
BoostZ()
Default constructor (identity transformation).
Class describing a generic displacement vector in 3 dimensions.
Class describing a generic LorentzVector in the 4D space-time, using the specified coordinate system ...
Class describing a 4D cartesian coordinate system (x, y, z, t coordinates) or momentum-energy vectors...
double beta(double x, double y)
Calculates the beta function.
std::ostream & operator<<(std::ostream &os, const AxisAngle &a)
Stream Output and Input.
void GenVector_Throw(const char *)
function throwing exception, by creating internally a GenVector_exception only when needed