26 #include "CLHEP/Vector/defs.h" 27 #include "CLHEP/Vector/RotationInterfaces.h" 28 #include "CLHEP/Vector/LorentzVector.h" 34 inline HepBoostY
inverseOf (
const HepBoostY &
b );
63 inline double beta()
const;
64 inline double gamma()
const;
68 inline double xx()
const;
69 inline double xy()
const;
70 inline double xz()
const;
71 inline double xt()
const;
72 inline double yx()
const;
73 inline double yy()
const;
74 inline double yz()
const;
75 inline double yt()
const;
76 inline double zx()
const;
77 inline double zy()
const;
78 inline double zz()
const;
79 inline double zt()
const;
80 inline double tx()
const;
81 inline double ty()
const;
82 inline double tz()
const;
83 inline double tt()
const;
86 inline HepLorentzVector
col1()
const;
87 inline HepLorentzVector
col2()
const;
88 inline HepLorentzVector
col3()
const;
89 inline HepLorentzVector
col4()
const;
92 inline HepLorentzVector
row1()
const;
93 inline HepLorentzVector
row2()
const;
94 inline HepLorentzVector
row3()
const;
95 inline HepLorentzVector
row4()
const;
107 void decompose (HepRotation & rotation, HepBoost & boost)
const;
108 void decompose (HepAxisAngle & rotation, Hep3Vector & boost)
const;
111 void decompose (HepBoost & boost, HepRotation & rotation)
const;
112 void decompose (Hep3Vector & boost, HepAxisAngle & rotation)
const;
136 double distance2(
const HepRotation & r )
const;
137 double distance2(
const HepLorentzRotation & lt )
const;
141 inline double howNear(
const HepBoost &
b )
const;
142 inline double howNear(
const HepRotation & r )
const;
143 inline double howNear(
const HepLorentzRotation & lt )
const;
147 inline bool isNear(
const HepBoost &
b,
149 bool isNear(
const HepRotation & r,
151 bool isNear(
const HepLorentzRotation & lt,
156 inline double norm2()
const;
164 inline HepLorentzVector
operator()(
const HepLorentzVector & w )
const;
167 inline HepLorentzVector
operator* (
const HepLorentzVector & w )
const;
173 HepLorentzRotation
operator * (
const HepBoost &
b)
const;
174 HepLorentzRotation
operator * (
const HepRotation & r)
const;
175 HepLorentzRotation
operator * (
const HepLorentzRotation & lt)
const;
191 std::ostream &
print( std::ostream & os )
const;
202 (
const HepLorentzVector & w )
const;
216 std::ostream &
operator <<
217 ( std::ostream & os,
const HepBoostY&
b ) {
return b.print(os);}
221 #include "CLHEP/Vector/BoostY.icc" 223 #ifdef ENABLE_BACKWARDS_COMPATIBILITY 225 using namespace CLHEP;
bool operator<(const HepBoostY &b) const
bool operator>(const HepBoostY &b) const
double howNear(const HepBoostY &b) const
HepLorentzVector operator*(const HepLorentzVector &w) const
HepLorentzRotation matrixMultiplication(const HepRep4x4 &m) const
HepLorentzVector row2() const
HepRep4x4Symmetric rep4x4Symmetric() const
HepLorentzVector col1() const
HepLorentzVector row4() const
HepBoostY & operator=(const HepBoostY &m)
void decompose(HepRotation &rotation, HepBoost &boost) const
bool operator!=(const HepBoostY &b) const
HepLorentzVector operator()(const HepLorentzVector &w) const
friend HepBoostY inverseOf(const HepBoostY &b)
double distance2(const HepBoostY &b) const
Hep3Vector boostVector() const
int compare(const HepBoostY &b) const
HepBoost inverseOf(const HepBoost <)
HepLorentzVector row1() const
HepLorentzVector row3() const
HepLorentzVector col3() const
Hep3Vector getDirection() const
HepLorentzVector col2() const
bool operator>=(const HepBoostY &b) const
std::ostream & print(std::ostream &os) const
HepLorentzVector vectorMultiplication(const HepLorentzVector &w) const
bool operator==(const HepBoostY &b) const
bool isNear(const HepBoostY &b, double epsilon=Hep4RotationInterface::tolerance) const
static double setTolerance(double tol)
HepBoostY inverse() const
HepLorentzVector col4() const
bool operator<=(const HepBoostY &b) const
static double getTolerance()