library: libMathCore
#include "RotationX.h"

ROOT::Math::RotationX


class description - header file - source file - inheritance tree (.pdf)

class ROOT::Math::RotationX

Inheritance Chart:
ROOT::Math::RotationX

    public:
RotationX() RotationX(ROOT::Math::RotationX::Scalar angle) ROOT::Math::RotationX Inverse() const ROOT::Math::RotationX operator*(const ROOT::Math::RotationX& r) const RotationX(const ROOT::Math::RotationX&) ~RotationX() ROOT::Math::RotationX::Scalar Angle() const ROOT::Math::RotationX::Scalar CosAngle() const void GetAngle(ROOT::Math::RotationX::Scalar& angle) const void GetComponents(ROOT::Math::RotationX::Scalar& angle) const void Invert() bool operator!=(const ROOT::Math::RotationX& rhs) ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> > operator()(const ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> >& v) const ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag> operator()(const ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>& v) const ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag> operator()(const ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>& v) const ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag> operator*(const ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>& v) const ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag> operator*(const ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>& v) const ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> > operator*(const ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> >& v) const ROOT::Math::RotationX& operator*=(const ROOT::Math::RotationX& r) ROOT::Math::RotationX& operator=(const ROOT::Math::RotationX&) bool operator==(const ROOT::Math::RotationX& rhs) void Rectify() void SetAngle(ROOT::Math::RotationX::Scalar angle) void SetComponents(ROOT::Math::RotationX::Scalar angle) ROOT::Math::RotationX::Scalar SinAngle() const

Data Members

    private:
ROOT::Math::RotationX::Scalar fAngle ROOT::Math::RotationX::Scalar fSin ROOT::Math::RotationX::Scalar fCos

Class Description

RotationX()
explicit RotationX( Scalar angle )
void Rectify()
DisplacementVector3D< Cartesian3D<double>,U > rxyz = operator()(xyz)
xyz = operator()(xyz)
DisplacementVector3D< Cartesian3D<double> > rxyz = operator()(xyz)
void Invert()
RotationX Inverse()
return ! operator==(rhs)
os << " RotationX(" << r.Angle() << ")

Last update: Tue Jul 11 11:46:59 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.