| ~Cylindrical3D<Double32_t>() | |
| ROOT::Math::Cylindrical3D<Double32_t> | Cylindrical3D<Double32_t>() |
| ROOT::Math::Cylindrical3D<Double32_t> | Cylindrical3D<Double32_t>(const ROOT::Math::Cylindrical3D<Double32_t>& v) |
| ROOT::Math::Cylindrical3D<Double32_t> | Cylindrical3D<Double32_t>(ROOT::Math::Cylindrical3D<Double32_t>::Scalar rho, ROOT::Math::Cylindrical3D<Double32_t>::Scalar z, ROOT::Math::Cylindrical3D<Double32_t>::Scalar phi) |
| ROOT::Math::Cylindrical3D<Double32_t>::Scalar | Eta() const |
| void | GetCoordinates(ROOT::Math::Cylindrical3D<Double32_t>::Scalar* dest) const |
| void | GetCoordinates(ROOT::Math::Cylindrical3D<Double32_t>::Scalar& rho, ROOT::Math::Cylindrical3D<Double32_t>::Scalar& z, ROOT::Math::Cylindrical3D<Double32_t>::Scalar& phi) const |
| ROOT::Math::Cylindrical3D<Double32_t>::Scalar | Mag2() const |
| void | Negate() |
| bool | operator!=(const ROOT::Math::Cylindrical3D<Double32_t>& rhs) const |
| ROOT::Math::Cylindrical3D<Double32_t>& | operator=(const ROOT::Math::Cylindrical3D<Double32_t>& v) |
| bool | operator==(const ROOT::Math::Cylindrical3D<Double32_t>& rhs) const |
| ROOT::Math::Cylindrical3D<Double32_t>::Scalar | Perp2() const |
| ROOT::Math::Cylindrical3D<Double32_t>::Scalar | Phi() const |
| ROOT::Math::Cylindrical3D<Double32_t>::Scalar | R() const |
| ROOT::Math::Cylindrical3D<Double32_t>::Scalar | Rho() const |
| void | Scale(Double32_t a) |
| void | SetCoordinates(const ROOT::Math::Cylindrical3D<Double32_t>::Scalar* src) |
| void | SetCoordinates(ROOT::Math::Cylindrical3D<Double32_t>::Scalar rho, ROOT::Math::Cylindrical3D<Double32_t>::Scalar z, ROOT::Math::Cylindrical3D<Double32_t>::Scalar phi) |
| void | SetEta(ROOT::Math::Cylindrical3D<Double32_t>::Scalar eta) |
| void | SetPhi(Double32_t phi) |
| void | SetR(ROOT::Math::Cylindrical3D<Double32_t>::Scalar r) |
| void | SetRho(Double32_t rho) |
| void | SetTheta(ROOT::Math::Cylindrical3D<Double32_t>::Scalar theta) |
| void | SetX(ROOT::Math::Cylindrical3D<Double32_t>::Scalar x) |
| void | SetXYZ(ROOT::Math::Cylindrical3D<Double32_t>::Scalar x, ROOT::Math::Cylindrical3D<Double32_t>::Scalar y, ROOT::Math::Cylindrical3D<Double32_t>::Scalar z) |
| void | SetY(ROOT::Math::Cylindrical3D<Double32_t>::Scalar y) |
| void | SetZ(Double32_t z) |
| ROOT::Math::Cylindrical3D<Double32_t>::Scalar | Theta() const |
| ROOT::Math::Cylindrical3D<Double32_t>::Scalar | X() const |
| Double32_t | x() const |
| ROOT::Math::Cylindrical3D<Double32_t>::Scalar | Y() const |
| Double32_t | y() const |
| ROOT::Math::Cylindrical3D<Double32_t>::Scalar | Z() const |
| Double32_t | z() const |
| Double32_t | fPhi | |
| Double32_t | fRho | |
| Double32_t | fZ |

Set internal data based on an array of 3 Scalar numbers ( rho, z , phi)
get internal data into an array of 3 Scalar numbers ( rho, z , phi)
Set internal data based on 3 Scalar numbers ( rho, z , phi)
get internal data into 3 Scalar numbers ( rho, z , phi)
setters (only for data members) set the rho coordinate value keeping z and phi constant
all values using cartesian coordina
scale by a scalar quantity a -- for cylindrical coords only rho and z change
Exact component-by-component equality
{return !(operator==(rhs));}============= Compatibility section ================== The following make this coordinate system look enough like a CLHEP vector that an assignment member template can work with either
{ return X();}============= Specializations for improved speed ================== (none) ====== Set member functions for coordinates in other systems =======