library: libMathCore #include "RotationZ.h" |
ROOT::Math::RotationZ
class description - header file - source file - inheritance tree (.pdf)
public:
RotationZ()
RotationZ(ROOT::Math::RotationZ::Scalar angle)
ROOT::Math::RotationZ Inverse() const
ROOT::Math::RotationZ operator*(const ROOT::Math::RotationZ& r) const
RotationZ(const ROOT::Math::RotationZ&)
~RotationZ()
ROOT::Math::RotationZ::Scalar Angle() const
ROOT::Math::RotationZ::Scalar CosAngle() const
void GetAngle(ROOT::Math::RotationZ::Scalar& angle) const
void GetComponents(ROOT::Math::RotationZ::Scalar& angle) const
void Invert()
bool operator!=(const ROOT::Math::RotationZ& 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::RotationZ& operator*=(const ROOT::Math::RotationZ& r)
ROOT::Math::RotationZ& operator=(const ROOT::Math::RotationZ&)
bool operator==(const ROOT::Math::RotationZ& rhs)
void Rectify()
void SetAngle(ROOT::Math::RotationZ::Scalar angle)
void SetComponents(ROOT::Math::RotationZ::Scalar angle)
ROOT::Math::RotationZ::Scalar SinAngle() const
private:
ROOT::Math::RotationZ::Scalar fAngle
ROOT::Math::RotationZ::Scalar fSin
ROOT::Math::RotationZ::Scalar fCos