20 #ifndef HEP_ROTATIONZ_H 21 #define HEP_ROTATIONZ_H 27 #include "CLHEP/Vector/defs.h" 28 #include "CLHEP/Vector/RotationInterfaces.h" 36 inline HepRotationZ
inverseOf(
const HepRotationZ & r);
79 inline double xx()
const;
80 inline double xy()
const;
81 inline double xz()
const;
82 inline double yx()
const;
83 inline double yy()
const;
84 inline double yz()
const;
85 inline double zx()
const;
86 inline double zy()
const;
87 inline double zz()
const;
94 inline double getPhi ()
const;
96 inline double getPsi ()
const;
105 inline double delta()
const;
138 inline double xt()
const;
139 inline double yt()
const;
140 inline double zt()
const;
141 inline double tx()
const;
142 inline double ty()
const;
143 inline double tz()
const;
146 inline double tt()
const;
208 double norm2()
const;
252 std::ostream &
print( std::ostream & os )
const;
269 inline HepRotationZ (
double dd,
double ss,
double cc );
272 static inline double proper (
double delta);
278 std::ostream &
operator <<
285 #include "CLHEP/Vector/RotationZ.icc" 287 #ifdef ENABLE_BACKWARDS_COMPATIBILITY 289 using namespace CLHEP;
static double setTolerance(double tol)
bool operator!=(const HepRotationZ &r) const
bool operator<(const HepRotationZ &r) const
bool operator==(const HepRotationZ &r) const
double howNear(const HepRotationZ &r) const
HepAxisAngle axisAngle() const
HepRotationZ & transform(const HepRotationZ &r)
void setDelta(double delta)
double distance2(const HepRotationZ &r) const
bool operator<=(const HepRotationZ &r) const
Hep3Vector operator()(const Hep3Vector &p) const
HepRotationZ inverse() const
void getAngleAxis(double &delta, Hep3Vector &axis) const
static double proper(double delta)
bool operator>(const HepRotationZ &r) const
std::ostream & print(std::ostream &os) const
HepRotationZ & operator=(const HepRotationZ &r)
HepRotationZ & operator*=(const HepRotationZ &r)
HepLorentzVector col2() const
Hep3Vector getAxis() const
HepLorentzVector row2() const
HepLorentzVector row3() const
HepBoost inverseOf(const HepBoost <)
HepLorentzVector row4() const
friend HepRotationZ inverseOf(const HepRotationZ &r)
void decompose(HepAxisAngle &rotation, Hep3Vector &boost) const
int compare(const HepRotationZ &r) const
HepEulerAngles eulerAngles() const
Hep3Vector operator*(const Hep3Vector &p) const
bool isNear(const HepRotationZ &r, double epsilon=Hep4RotationInterface::tolerance) const
HepLorentzVector col4() const
HepLorentzVector col3() const
HepLorentzVector row1() const
static double getTolerance()
HepLorentzVector col1() const
bool operator>=(const HepRotationZ &r) const