CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
CLHEP::HepRotationY Class Reference

#include <CLHEP/Vector/RotationY.h>

Public Member Functions

 HepRotationY ()
 HepRotationY (double delta)
 HepRotationY (const HepRotationY &orig)
 HepRotationY (HepRotationY &&orig)=default
HepRotationYoperator= (const HepRotationY &r)
HepRotationYoperator= (HepRotationY &&r)=default
HepRotationYset (double delta)
 ~HepRotationY ()
Hep3Vector colX () const
Hep3Vector colY () const
Hep3Vector colZ () const
Hep3Vector rowX () const
Hep3Vector rowY () const
Hep3Vector rowZ () const
double xx () const
double xy () const
double xz () const
double yx () const
double yy () const
double yz () const
double zx () const
double zy () const
double zz () const
HepRep3x3 rep3x3 () const
double getPhi () const
double getTheta () const
double getPsi () const
double phi () const
double theta () const
double psi () const
HepEulerAngles eulerAngles () const
double getDelta () const
Hep3Vector getAxis () const
double delta () const
Hep3Vector axis () const
HepAxisAngle axisAngle () const
void getAngleAxis (double &delta, Hep3Vector &axis) const
double phiX () const
double phiY () const
double phiZ () const
double thetaX () const
double thetaY () const
double thetaZ () const
HepLorentzVector col1 () const
HepLorentzVector col2 () const
HepLorentzVector col3 () const
HepLorentzVector col4 () const
HepLorentzVector row1 () const
HepLorentzVector row2 () const
HepLorentzVector row3 () const
HepLorentzVector row4 () const
double xt () const
double yt () const
double zt () const
double tx () const
double ty () const
double tz () const
double tt () const
HepRep4x4 rep4x4 () const
void setDelta (double delta)
void decompose (HepAxisAngle &rotation, Hep3Vector &boost) const
void decompose (Hep3Vector &boost, HepAxisAngle &rotation) const
void decompose (HepRotation &rotation, HepBoost &boost) const
void decompose (HepBoost &boost, HepRotation &rotation) const
bool isIdentity () const
int compare (const HepRotationY &r) const
bool operator== (const HepRotationY &r) const
bool operator!= (const HepRotationY &r) const
bool operator< (const HepRotationY &r) const
bool operator> (const HepRotationY &r) const
bool operator<= (const HepRotationY &r) const
bool operator>= (const HepRotationY &r) const
double distance2 (const HepRotationY &r) const
double distance2 (const HepRotation &r) const
double howNear (const HepRotationY &r) const
double howNear (const HepRotation &r) const
bool isNear (const HepRotationY &r, double epsilon=Hep4RotationInterface::tolerance) const
bool isNear (const HepRotation &r, double epsilon=Hep4RotationInterface::tolerance) const
double distance2 (const HepBoost &lt) const
double distance2 (const HepLorentzRotation &lt) const
double howNear (const HepBoost &lt) const
double howNear (const HepLorentzRotation &lt) const
bool isNear (const HepBoost &lt, double epsilon=Hep4RotationInterface::tolerance) const
bool isNear (const HepLorentzRotation &lt, double epsilon=Hep4RotationInterface::tolerance) const
double norm2 () const
void rectify ()
Hep3Vector operator() (const Hep3Vector &p) const
Hep3Vector operator* (const Hep3Vector &p) const
HepLorentzVector operator() (const HepLorentzVector &w) const
HepLorentzVector operator* (const HepLorentzVector &w) const
HepRotationY operator* (const HepRotationY &ry) const
HepRotationYoperator*= (const HepRotationY &r)
HepRotationYtransform (const HepRotationY &r)
HepRotationY inverse () const
HepRotationYinvert ()
std::ostream & print (std::ostream &os) const

Static Public Member Functions

static double getTolerance ()
static double setTolerance (double tol)

Protected Member Functions

 HepRotationY (double dd, double ss, double cc)

Static Protected Member Functions

static double proper (double delta)

Protected Attributes

double its_d
double its_s
double its_c

Friends

HepRotationY inverseOf (const HepRotationY &r)

Detailed Description

Author

Definition at line 39 of file RotationY.h.

Constructor & Destructor Documentation

◆ HepRotationY() [1/5]

◆ HepRotationY() [2/5]

CLHEP::HepRotationY::HepRotationY ( double delta)

References delta(), and HepRotationY().

◆ HepRotationY() [3/5]

CLHEP::HepRotationY::HepRotationY ( const HepRotationY & orig)
inline

Definition at line 34 of file RotationY.icc.

References HepRotationY(), its_c, its_d, and its_s.

◆ HepRotationY() [4/5]

CLHEP::HepRotationY::HepRotationY ( HepRotationY && orig)
inlinedefault

References HepRotationY().

◆ ~HepRotationY()

CLHEP::HepRotationY::~HepRotationY ( )
inline

Definition at line 49 of file RotationY.icc.

◆ HepRotationY() [5/5]

CLHEP::HepRotationY::HepRotationY ( double dd,
double ss,
double cc )
inlineprotected

Definition at line 38 of file RotationY.icc.

References its_c, its_d, and its_s.

Member Function Documentation

◆ axis()

Hep3Vector CLHEP::HepRotationY::axis ( ) const
inline

Definition at line 72 of file RotationY.icc.

Referenced by axisAngle(), eulerAngles(), and getAxis().

◆ axisAngle()

HepAxisAngle CLHEP::HepRotationY::axisAngle ( ) const
inline

Definition at line 74 of file RotationY.icc.

References axis(), and delta().

◆ col1()

HepLorentzVector CLHEP::HepRotationY::col1 ( ) const
inline

Definition at line 171 of file RotationY.icc.

References colX().

◆ col2()

HepLorentzVector CLHEP::HepRotationY::col2 ( ) const
inline

Definition at line 173 of file RotationY.icc.

References colY().

◆ col3()

HepLorentzVector CLHEP::HepRotationY::col3 ( ) const
inline

Definition at line 175 of file RotationY.icc.

References colZ().

◆ col4()

HepLorentzVector CLHEP::HepRotationY::col4 ( ) const
inline

Definition at line 177 of file RotationY.icc.

◆ colX()

Hep3Vector CLHEP::HepRotationY::colX ( ) const
inline

Definition at line 51 of file RotationY.icc.

References its_c, and its_s.

Referenced by col1().

◆ colY()

Hep3Vector CLHEP::HepRotationY::colY ( ) const
inline

Definition at line 53 of file RotationY.icc.

Referenced by col2().

◆ colZ()

Hep3Vector CLHEP::HepRotationY::colZ ( ) const
inline

Definition at line 55 of file RotationY.icc.

References its_c, and its_s.

Referenced by col3().

◆ compare()

int CLHEP::HepRotationY::compare ( const HepRotationY & r) const
inline

Definition at line 88 of file RotationY.icc.

References HepRotationY(), and its_d.

◆ decompose() [1/4]

void CLHEP::HepRotationY::decompose ( Hep3Vector & boost,
HepAxisAngle & rotation ) const

◆ decompose() [2/4]

void CLHEP::HepRotationY::decompose ( HepAxisAngle & rotation,
Hep3Vector & boost ) const

◆ decompose() [3/4]

void CLHEP::HepRotationY::decompose ( HepBoost & boost,
HepRotation & rotation ) const

References HepRotationY().

◆ decompose() [4/4]

void CLHEP::HepRotationY::decompose ( HepRotation & rotation,
HepBoost & boost ) const

◆ delta()

double CLHEP::HepRotationY::delta ( ) const
inline

Definition at line 71 of file RotationY.icc.

References its_d.

Referenced by axisAngle(), eulerAngles(), HepRotationY(), set(), and setDelta().

◆ distance2() [1/4]

double CLHEP::HepRotationY::distance2 ( const HepBoost & lt) const

◆ distance2() [2/4]

double CLHEP::HepRotationY::distance2 ( const HepLorentzRotation & lt) const

◆ distance2() [3/4]

double CLHEP::HepRotationY::distance2 ( const HepRotation & r) const

◆ distance2() [4/4]

double CLHEP::HepRotationY::distance2 ( const HepRotationY & r) const

References HepRotationY().

◆ eulerAngles()

HepEulerAngles CLHEP::HepRotationY::eulerAngles ( ) const

References axis(), and delta().

◆ getAngleAxis()

void CLHEP::HepRotationY::getAngleAxis ( double & delta,
Hep3Vector & axis ) const
inline

Definition at line 78 of file RotationY.icc.

References getAxis(), and its_d.

◆ getAxis()

Hep3Vector CLHEP::HepRotationY::getAxis ( ) const
inline

Definition at line 69 of file RotationY.icc.

References axis().

Referenced by getAngleAxis().

◆ getDelta()

double CLHEP::HepRotationY::getDelta ( ) const
inline

Definition at line 68 of file RotationY.icc.

References its_d.

◆ getPhi()

double CLHEP::HepRotationY::getPhi ( ) const
inline

Definition at line 65 of file RotationY.icc.

References phi().

◆ getPsi()

double CLHEP::HepRotationY::getPsi ( ) const
inline

Definition at line 67 of file RotationY.icc.

References psi().

◆ getTheta()

double CLHEP::HepRotationY::getTheta ( ) const
inline

Definition at line 66 of file RotationY.icc.

References theta().

◆ getTolerance()

double CLHEP::HepRotationY::getTolerance ( )
inlinestatic

Definition at line 202 of file RotationY.icc.

References CLHEP::Hep4RotationInterface::tolerance.

◆ howNear() [1/4]

double CLHEP::HepRotationY::howNear ( const HepBoost & lt) const

◆ howNear() [2/4]

double CLHEP::HepRotationY::howNear ( const HepLorentzRotation & lt) const

◆ howNear() [3/4]

double CLHEP::HepRotationY::howNear ( const HepRotation & r) const

◆ howNear() [4/4]

double CLHEP::HepRotationY::howNear ( const HepRotationY & r) const

References HepRotationY().

◆ inverse()

HepRotationY CLHEP::HepRotationY::inverse ( ) const
inline

Definition at line 159 of file RotationY.icc.

References HepRotationY(), its_c, its_d, its_s, and proper().

Referenced by inverseOf, and invert().

◆ invert()

HepRotationY & CLHEP::HepRotationY::invert ( )
inline

Definition at line 167 of file RotationY.icc.

References HepRotationY(), and inverse().

◆ isIdentity()

bool CLHEP::HepRotationY::isIdentity ( ) const
inline

Definition at line 84 of file RotationY.icc.

References its_d.

◆ isNear() [1/4]

bool CLHEP::HepRotationY::isNear ( const HepBoost & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [2/4]

bool CLHEP::HepRotationY::isNear ( const HepLorentzRotation & lt,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [3/4]

bool CLHEP::HepRotationY::isNear ( const HepRotation & r,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ isNear() [4/4]

bool CLHEP::HepRotationY::isNear ( const HepRotationY & r,
double epsilon = Hep4RotationInterface::tolerance ) const

◆ norm2()

double CLHEP::HepRotationY::norm2 ( ) const

References HepRotationY().

◆ operator!=()

bool CLHEP::HepRotationY::operator!= ( const HepRotationY & r) const
inline

Definition at line 95 of file RotationY.icc.

References HepRotationY(), and its_d.

◆ operator()() [1/2]

Hep3Vector CLHEP::HepRotationY::operator() ( const Hep3Vector & p) const
inline

Definition at line 112 of file RotationY.icc.

References its_c, its_s, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().

Referenced by operator*(), and operator*().

◆ operator()() [2/2]

HepLorentzVector CLHEP::HepRotationY::operator() ( const HepLorentzVector & w) const
inline

Definition at line 125 of file RotationY.icc.

◆ operator*() [1/3]

Hep3Vector CLHEP::HepRotationY::operator* ( const Hep3Vector & p) const
inline

Definition at line 121 of file RotationY.icc.

References operator()().

◆ operator*() [2/3]

HepLorentzVector CLHEP::HepRotationY::operator* ( const HepLorentzVector & w) const
inline

Definition at line 130 of file RotationY.icc.

References operator()().

◆ operator*() [3/3]

HepRotationY CLHEP::HepRotationY::operator* ( const HepRotationY & ry) const
inline

Definition at line 153 of file RotationY.icc.

References HepRotationY(), its_c, its_d, its_s, and proper().

◆ operator*=()

HepRotationY & CLHEP::HepRotationY::operator*= ( const HepRotationY & r)
inline

Definition at line 135 of file RotationY.icc.

References HepRotationY().

◆ operator<()

bool CLHEP::HepRotationY::operator< ( const HepRotationY & r) const
inline

Definition at line 103 of file RotationY.icc.

References HepRotationY(), and its_d.

◆ operator<=()

bool CLHEP::HepRotationY::operator<= ( const HepRotationY & r) const
inline

Definition at line 99 of file RotationY.icc.

References HepRotationY(), and its_d.

◆ operator=() [1/2]

HepRotationY & CLHEP::HepRotationY::operator= ( const HepRotationY & r)
inline

Definition at line 42 of file RotationY.icc.

References HepRotationY(), its_c, its_d, and its_s.

◆ operator=() [2/2]

HepRotationY & CLHEP::HepRotationY::operator= ( HepRotationY && r)
inlinedefault

References HepRotationY().

◆ operator==()

bool CLHEP::HepRotationY::operator== ( const HepRotationY & r) const
inline

Definition at line 93 of file RotationY.icc.

References HepRotationY(), and its_d.

◆ operator>()

bool CLHEP::HepRotationY::operator> ( const HepRotationY & r) const
inline

Definition at line 101 of file RotationY.icc.

References HepRotationY(), and its_d.

◆ operator>=()

bool CLHEP::HepRotationY::operator>= ( const HepRotationY & r) const
inline

Definition at line 97 of file RotationY.icc.

References HepRotationY(), and its_d.

◆ phi()

double CLHEP::HepRotationY::phi ( ) const

Referenced by getPhi().

◆ phiX()

double CLHEP::HepRotationY::phiX ( ) const

◆ phiY()

double CLHEP::HepRotationY::phiY ( ) const

◆ phiZ()

double CLHEP::HepRotationY::phiZ ( ) const

◆ print()

std::ostream & CLHEP::HepRotationY::print ( std::ostream & os) const

◆ proper()

double CLHEP::HepRotationY::proper ( double delta)
inlinestaticprotected

Definition at line 143 of file RotationY.icc.

Referenced by inverse(), operator*(), and rectify().

◆ psi()

double CLHEP::HepRotationY::psi ( ) const

Referenced by getPsi().

◆ rectify()

void CLHEP::HepRotationY::rectify ( )
inline

Definition at line 106 of file RotationY.icc.

References its_c, its_d, its_s, and proper().

◆ rep3x3()

HepRep3x3 CLHEP::HepRotationY::rep3x3 ( ) const
inline

Definition at line 26 of file RotationY.icc.

References its_c, and its_s.

Referenced by CLHEP::HepRotation::operator=(), and CLHEP::HepRotation::set().

◆ rep4x4()

HepRep4x4 CLHEP::HepRotationY::rep4x4 ( ) const
inline

Definition at line 195 of file RotationY.icc.

References its_c, and its_s.

Referenced by CLHEP::HepLorentzRotation::HepLorentzRotation(), and CLHEP::HepLorentzRotation::set().

◆ row1()

HepLorentzVector CLHEP::HepRotationY::row1 ( ) const
inline

Definition at line 179 of file RotationY.icc.

References rowX().

◆ row2()

HepLorentzVector CLHEP::HepRotationY::row2 ( ) const
inline

Definition at line 181 of file RotationY.icc.

References rowY().

◆ row3()

HepLorentzVector CLHEP::HepRotationY::row3 ( ) const
inline

Definition at line 183 of file RotationY.icc.

References rowZ().

◆ row4()

HepLorentzVector CLHEP::HepRotationY::row4 ( ) const
inline

Definition at line 185 of file RotationY.icc.

◆ rowX()

Hep3Vector CLHEP::HepRotationY::rowX ( ) const
inline

Definition at line 58 of file RotationY.icc.

References its_c, and its_s.

Referenced by row1().

◆ rowY()

Hep3Vector CLHEP::HepRotationY::rowY ( ) const
inline

Definition at line 60 of file RotationY.icc.

Referenced by row2().

◆ rowZ()

Hep3Vector CLHEP::HepRotationY::rowZ ( ) const
inline

Definition at line 62 of file RotationY.icc.

References its_c, and its_s.

Referenced by row3().

◆ set()

HepRotationY & CLHEP::HepRotationY::set ( double delta)

References delta(), and HepRotationY().

◆ setDelta()

void CLHEP::HepRotationY::setDelta ( double delta)

References delta().

◆ setTolerance()

double CLHEP::HepRotationY::setTolerance ( double tol)
inlinestatic

Definition at line 205 of file RotationY.icc.

References CLHEP::Hep4RotationInterface::setTolerance().

◆ theta()

double CLHEP::HepRotationY::theta ( ) const

Referenced by getTheta().

◆ thetaX()

double CLHEP::HepRotationY::thetaX ( ) const

◆ thetaY()

double CLHEP::HepRotationY::thetaY ( ) const

◆ thetaZ()

double CLHEP::HepRotationY::thetaZ ( ) const

◆ transform()

HepRotationY & CLHEP::HepRotationY::transform ( const HepRotationY & r)
inline

Definition at line 139 of file RotationY.icc.

References HepRotationY().

◆ tt()

double CLHEP::HepRotationY::tt ( ) const
inline

Definition at line 193 of file RotationY.icc.

◆ tx()

double CLHEP::HepRotationY::tx ( ) const
inline

Definition at line 190 of file RotationY.icc.

◆ ty()

double CLHEP::HepRotationY::ty ( ) const
inline

Definition at line 191 of file RotationY.icc.

◆ tz()

double CLHEP::HepRotationY::tz ( ) const
inline

Definition at line 192 of file RotationY.icc.

◆ xt()

double CLHEP::HepRotationY::xt ( ) const
inline

Definition at line 187 of file RotationY.icc.

◆ xx()

double CLHEP::HepRotationY::xx ( ) const
inline

Definition at line 15 of file RotationY.icc.

References its_c.

Referenced by CLHEP::HepRotation::operator*(), and CLHEP::HepRotation::operator*.

◆ xy()

double CLHEP::HepRotationY::xy ( ) const
inline

Definition at line 23 of file RotationY.icc.

◆ xz()

double CLHEP::HepRotationY::xz ( ) const
inline

Definition at line 16 of file RotationY.icc.

References its_s.

Referenced by CLHEP::HepRotation::operator*(), and CLHEP::HepRotation::operator*.

◆ yt()

double CLHEP::HepRotationY::yt ( ) const
inline

Definition at line 188 of file RotationY.icc.

◆ yx()

double CLHEP::HepRotationY::yx ( ) const
inline

Definition at line 21 of file RotationY.icc.

◆ yy()

double CLHEP::HepRotationY::yy ( ) const
inline

Definition at line 20 of file RotationY.icc.

◆ yz()

double CLHEP::HepRotationY::yz ( ) const
inline

Definition at line 22 of file RotationY.icc.

◆ zt()

double CLHEP::HepRotationY::zt ( ) const
inline

Definition at line 189 of file RotationY.icc.

◆ zx()

double CLHEP::HepRotationY::zx ( ) const
inline

Definition at line 17 of file RotationY.icc.

References its_s.

◆ zy()

double CLHEP::HepRotationY::zy ( ) const
inline

Definition at line 24 of file RotationY.icc.

◆ zz()

double CLHEP::HepRotationY::zz ( ) const
inline

Definition at line 18 of file RotationY.icc.

References its_c.

◆ inverseOf

HepRotationY inverseOf ( const HepRotationY & r)
friend

Definition at line 163 of file RotationY.icc.

References HepRotationY(), and inverse().

Member Data Documentation

◆ its_c

double CLHEP::HepRotationY::its_c
protected

◆ its_d

◆ its_s

double CLHEP::HepRotationY::its_s
protected

The documentation for this class was generated from the following files: