23 #ifndef HEP_LORENTZROTATION_H
24 #define HEP_LORENTZROTATION_H
39 inline HepLorentzRotation
inverseOf (
const HepLorentzRotation & lt );
40 HepLorentzRotation
operator * (
const HepRotation & r,
41 const HepLorentzRotation & lt);
42 HepLorentzRotation
operator * (
const HepRotationX & r,
43 const HepLorentzRotation & lt);
44 HepLorentzRotation
operator * (
const HepRotationY & r,
45 const HepLorentzRotation & lt);
46 HepLorentzRotation
operator * (
const HepRotationZ & r,
47 const HepLorentzRotation & lt);
144 inline double xx()
const;
145 inline double xy()
const;
146 inline double xz()
const;
147 inline double xt()
const;
148 inline double yx()
const;
149 inline double yy()
const;
150 inline double yz()
const;
151 inline double yt()
const;
152 inline double zx()
const;
153 inline double zy()
const;
154 inline double zz()
const;
155 inline double zt()
const;
156 inline double tx()
const;
157 inline double ty()
const;
158 inline double tz()
const;
159 inline double tt()
const;
239 double norm2()
const;
316 std::ostream &
print( std::ostream & os )
const;
336 inline void setBoost(
double,
double,
double);
347 inline std::ostream &
operator<<
349 {
return lt.print(os);}
379 #include "CLHEP/Vector/LorentzRotation.icc"
HepLorentzRotation & boost(double, double, double)
HepLorentzRotation & setRows(const HepLorentzVector &row1, const HepLorentzVector &row2, const HepLorentzVector &row3, const HepLorentzVector &row4)
HepLorentzRotation & rotate(double delta, const Hep3Vector &axis)
bool operator>(const HepRotation &r, const HepLorentzRotation <)
const HepLorentzRotation_row operator[](int) const
bool operator<=(const HepLorentzRotation &) const
HepLorentzVector vectorMultiplication(const HepLorentzVector &) const
HepLorentzVector col3() const
bool operator<(const HepRotation &r, const HepLorentzRotation <)
HepLorentzVector col1() const
HepLorentzRotation matrixMultiplication(const HepRep4x4 &m) const
bool operator>(const HepLorentzRotation &) const
bool operator>=(const HepLorentzRotation &) const
bool operator>=(const HepRotation &r, const HepLorentzRotation <)
double operator()(int, int) const
bool operator<=(const HepRotation &r, const HepLorentzRotation <)
HepLorentzRotation operator*(const HepRotation &r, const HepLorentzRotation <)
HepLorentzRotation & operator*=(const HepBoost &b)
double operator[](int) const
HepLorentzRotation & boostX(double beta)
bool isNear(const HepBoost &b, double epsilon=Hep4RotationInterface::tolerance) const
HepLorentzRotation & rotateZ(double delta)
HepLorentzVector row4() const
HepLorentzVector col4() const
bool operator<(const HepLorentzRotation &) const
HepLorentzRotation inverse() const
friend HepLorentzRotation inverseOf(const HepLorentzRotation <)
HepBoost inverseOf(const HepBoost <)
double distance2(const HepBoost &b) const
void setBoost(double, double, double)
HepLorentzVector row2() const
int compare(const HepLorentzRotation &m) const
static constexpr double m
double epsilon(double density, double temperature)
static double setTolerance(double tol)
static double getTolerance()
bool operator!=(const HepRotation &r, const HepLorentzRotation <)
HepLorentzRotation & operator=(const HepLorentzRotation &m)
HepLorentzRotation & boostY(double beta)
HepLorentzVector row3() const
double howNear(const HepBoost &b) const
void decompose(Hep3Vector &boost, HepAxisAngle &rotation) const
static DLL_API const HepLorentzRotation IDENTITY
HepLorentzRotation & set(double bx, double by, double bz)
HepLorentzVector operator*(const HepLorentzVector &p) const
HepLorentzRotation & boostZ(double beta)
bool operator!=(const HepLorentzRotation &) const
HepLorentzVector col2() const
HepLorentzVector row1() const
HepLorentzRotation & rotateY(double delta)
std::ostream & print(std::ostream &os) const
double B(double temperature)
bool operator==(const HepLorentzRotation &) const
HepLorentzRotation & rotateX(double delta)
bool operator==(const HepRotation &r, const HepLorentzRotation <)
HepLorentzRotation & transform(const HepBoost &b)
HepLorentzRotation & invert()
const HepLorentzRotation & rr
static DLL_API double tolerance
HepLorentzRotation_row(const HepLorentzRotation &, int)