36 inline HepBoost
inverseOf (
const HepBoost & lt );
57 HepBoost &
set (
double betaX,
double betaY,
double betaZ);
58 inline HepBoost (
double betaX,
double betaY,
double betaZ);
82 inline double beta()
const;
83 inline double gamma()
const;
88 inline double xx()
const;
89 inline double xy()
const;
90 inline double xz()
const;
91 inline double xt()
const;
92 inline double yx()
const;
93 inline double yy()
const;
94 inline double yz()
const;
95 inline double yt()
const;
96 inline double zx()
const;
97 inline double zy()
const;
98 inline double zz()
const;
99 inline double zt()
const;
100 inline double tx()
const;
101 inline double ty()
const;
102 inline double tz()
const;
103 inline double tt()
const;
175 double norm2()
const;
208 std::ostream &
print( std::ostream & os )
const;
226 (
double xx,
double xy,
double xz,
double xt,
227 double yy,
double yz,
double yt,
228 double zz,
double zt,
233 inline void setBoost(
double bx,
double by,
double bz);
240 std::ostream &
operator <<
241 ( std::ostream & os,
const HepBoost& b ) {
return b.print(os);}
245 #include "CLHEP/Vector/Boost.icc"
static constexpr double m
bool operator>=(const HepBoost &b) const
HepLorentzVector col1() const
static double setTolerance(double tol)
double howNear(const HepBoost &b) const
static DLL_API double tolerance
bool operator<(const HepBoost &b) const
std::ostream & print(std::ostream &os) const
double distance2(const HepBoost &b) const
HepLorentzVector row2() const
Hep3Vector boostVector() const
HepBoost & operator=(const HepBoost &m)
HepBoost inverseOf(const HepBoost <)
bool operator<=(const HepBoost &b) const
HepLorentzVector col2() const
static double getTolerance()
void decompose(HepRotation &rotation, HepBoost &boost) const
Hep3Vector getDirection() const
HepLorentzVector col4() const
bool operator>(const HepBoost &b) const
void setBoost(double bx, double by, double bz)
int compare(const HepBoost &b) const
bool isNear(const HepBoost &b, double epsilon=Hep4RotationInterface::tolerance) const
HepLorentzVector row1() const
HepLorentzVector operator()(const HepLorentzVector &p) const
HepRep4x4Symmetric rep4x4Symmetric() const
friend HepBoost inverseOf(const HepBoost <)
HepLorentzVector row3() const
bool operator==(const HepBoost &b) const
HepBoost & set(double betaX, double betaY, double betaZ)
Hep3Vector direction() const
HepLorentzVector row4() const
HepLorentzVector operator*(const HepLorentzVector &p) const
HepLorentzVector vectorMultiplication(const HepLorentzVector &w) const
double epsilon(double density, double temperature)
HepLorentzVector col3() const
bool operator!=(const HepBoost &b) const
HepLorentzRotation matrixMultiplication(const HepRep4x4 &m) const