20#ifndef HEP_ROTATIONZ_H
21#define HEP_ROTATIONZ_H
78 inline double xx()
const;
79 inline double xy()
const;
80 inline double xz()
const;
81 inline double yx()
const;
82 inline double yy()
const;
83 inline double yz()
const;
84 inline double zx()
const;
85 inline double zy()
const;
86 inline double zz()
const;
137 inline double xt()
const;
138 inline double yt()
const;
139 inline double zt()
const;
140 inline double tx()
const;
141 inline double ty()
const;
142 inline double tz()
const;
145 inline double tt()
const;
207 double norm2()
const;
251 std::ostream &
print( std::ostream & os )
const;
277std::ostream &
operator <<
278 ( std::ostream & os,
const HepRotationZ & r ) {
return r.print(os);}
284#include "CLHEP/Vector/RotationZ.icc"
static DLL_API double tolerance
HepLorentzVector row4() const
double distance2(const HepRotationZ &r) const
HepRotationZ(const HepRotationZ &orig)
HepAxisAngle axisAngle() const
HepRotationZ & transform(const HepRotationZ &r)
Hep3Vector operator()(const Hep3Vector &p) const
bool operator>=(const HepRotationZ &r) const
friend HepRotationZ inverseOf(const HepRotationZ &r)
bool isNear(const HepRotationZ &r, double epsilon=Hep4RotationInterface::tolerance) const
HepLorentzVector col1() const
bool operator<(const HepRotationZ &r) const
Hep3Vector operator*(const Hep3Vector &p) const
static double proper(double delta)
HepLorentzVector row1() const
HepRotationZ & set(double delta)
HepLorentzVector col4() const
bool operator>(const HepRotationZ &r) const
Hep3Vector getAxis() const
static double setTolerance(double tol)
void setDelta(double delta)
void decompose(HepAxisAngle &rotation, Hep3Vector &boost) const
HepLorentzVector col2() const
HepRotationZ & operator*=(const HepRotationZ &r)
HepEulerAngles eulerAngles() const
bool operator==(const HepRotationZ &r) const
std::ostream & print(std::ostream &os) const
HepLorentzVector operator()(const HepLorentzVector &w) const
HepRotationZ inverse() const
HepLorentzVector row2() const
bool operator!=(const HepRotationZ &r) const
HepLorentzVector row3() const
bool operator<=(const HepRotationZ &r) const
void getAngleAxis(double &delta, Hep3Vector &axis) const
HepLorentzVector col3() const
int compare(const HepRotationZ &r) const
static double getTolerance()
HepRotationZ & operator=(const HepRotationZ &r)
double howNear(const HepRotationZ &r) const
HepRotationZ(double dd, double ss, double cc)
HepBoost inverseOf(const HepBoost <)