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