library: libMathCore
#include "CylindricalEta3D.h"

ROOT::Math::CylindricalEta3D<double>


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

class ROOT::Math::CylindricalEta3D<double>

Inheritance Chart:
ROOT::Math::CylindricalEta3D<double>
    private:
static double pi() void Restrict() public:
CylindricalEta3D<double>() CylindricalEta3D<double>(ROOT::Math::CylindricalEta3D<double>::Scalar rho, ROOT::Math::CylindricalEta3D<double>::Scalar eta, ROOT::Math::CylindricalEta3D<double>::Scalar phi) CylindricalEta3D<double>(const ROOT::Math::CylindricalEta3D<double>&) ~CylindricalEta3D<double>() double Eta() const void GetCoordinates(ROOT::Math::CylindricalEta3D<double>::Scalar* dest) const void GetCoordinates(ROOT::Math::CylindricalEta3D<double>::Scalar& rho, ROOT::Math::CylindricalEta3D<double>::Scalar& eta, ROOT::Math::CylindricalEta3D<double>::Scalar& phi) const double Mag2() const void Negate() bool operator!=(const ROOT::Math::CylindricalEta3D<double>& rhs) const ROOT::Math::CylindricalEta3D<double>& operator=(const ROOT::Math::CylindricalEta3D<double>&) bool operator==(const ROOT::Math::CylindricalEta3D<double>& rhs) const double Perp2() const double Phi() const double R() const double Rho() const void Scale(double a) void SetCoordinates(const ROOT::Math::CylindricalEta3D<double>::Scalar* src) void SetCoordinates(ROOT::Math::CylindricalEta3D<double>::Scalar rho, ROOT::Math::CylindricalEta3D<double>::Scalar eta, ROOT::Math::CylindricalEta3D<double>::Scalar phi) void SetEta(double eta) void SetPhi(double phi) void SetR(ROOT::Math::CylindricalEta3D<double>::Scalar r) void SetRho(double rho) void SetTheta(ROOT::Math::CylindricalEta3D<double>::Scalar theta) void setValues(double rho, double eta, double phi) void SetX(ROOT::Math::CylindricalEta3D<double>::Scalar x) void SetY(ROOT::Math::CylindricalEta3D<double>::Scalar y) void SetZ(ROOT::Math::CylindricalEta3D<double>::Scalar z) double Theta() const double X() const double x() const double Y() const double y() const double Z() const double z() const

Data Members

    private:
double fRho double fEta double fPhi

Class Description

void SetCoordinates( const Scalar src[] )
void GetCoordinates( Scalar dest[] )
void SetCoordinates(Scalar rho, Scalar eta, Scalar phi)
void GetCoordinates(Scalar& rho, Scalar& eta, Scalar& phi)
double pi()
void Restrict()
T Rho()
T Eta()
T Phi()
T X()
T Y()
T Z()
T R()
T Mag2()
T Perp2()
T Theta()
void setValues(T rho, T eta, T phi)
void SetRho(T rho)
void SetEta(T eta)
void SetPhi(T phi)
Negate()
bool operator==(const CylindricalEta3D & rhs)
T x()
 The following make this coordinate system look enough like a CLHEP
 vector that an assignment member template can work with either
T y()
T z()
void SetX(Scalar x)
void SetY(Scalar y)
void SetZ(Scalar z)
void SetR(Scalar r)
void SetTheta(Scalar theta)

Last update: Tue Jul 11 11:46:27 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.