Class describing a polar coordinate system based on r, theta and phi Phi is restricted to be in the range [-PI,PI) @ingroup GenVector
| ~Polar3D<Double32_t>() | |
| ROOT::Math::Polar3D<Double32_t>::Scalar | Eta() const |
| void | GetCoordinates(ROOT::Math::Polar3D<Double32_t>::Scalar* dest) const |
| void | GetCoordinates(ROOT::Math::Polar3D<Double32_t>::Scalar& r, ROOT::Math::Polar3D<Double32_t>::Scalar& theta, ROOT::Math::Polar3D<Double32_t>::Scalar& phi) const |
| ROOT::Math::Polar3D<Double32_t>::Scalar | Mag2() const |
| void | Negate() |
| bool | operator!=(const ROOT::Math::Polar3D<Double32_t>& rhs) const |
| ROOT::Math::Polar3D<Double32_t>& | operator=(const ROOT::Math::Polar3D<Double32_t>& v) |
| bool | operator==(const ROOT::Math::Polar3D<Double32_t>& rhs) const |
| ROOT::Math::Polar3D<Double32_t>::Scalar | Perp2() const |
| ROOT::Math::Polar3D<Double32_t>::Scalar | Phi() const |
| ROOT::Math::Polar3D<Double32_t> | Polar3D<Double32_t>() |
| ROOT::Math::Polar3D<Double32_t> | Polar3D<Double32_t>(const ROOT::Math::Polar3D<Double32_t>& v) |
| ROOT::Math::Polar3D<Double32_t> | Polar3D<Double32_t>(Double32_t r, Double32_t theta, Double32_t phi) |
| ROOT::Math::Polar3D<Double32_t>::Scalar | R() const |
| ROOT::Math::Polar3D<Double32_t>::Scalar | Rho() const |
| void | Scale(Double32_t a) |
| void | SetCoordinates(const ROOT::Math::Polar3D<Double32_t>::Scalar* src) |
| void | SetCoordinates(ROOT::Math::Polar3D<Double32_t>::Scalar r, ROOT::Math::Polar3D<Double32_t>::Scalar theta, ROOT::Math::Polar3D<Double32_t>::Scalar phi) |
| void | SetEta(ROOT::Math::Polar3D<Double32_t>::Scalar eta) |
| void | SetPhi(const Double32_t& phi) |
| void | SetR(const Double32_t& r) |
| void | SetRho(ROOT::Math::Polar3D<Double32_t>::Scalar rho) |
| void | SetTheta(const Double32_t& theta) |
| void | SetX(ROOT::Math::Polar3D<Double32_t>::Scalar x) |
| void | SetXYZ(ROOT::Math::Polar3D<Double32_t>::Scalar x, ROOT::Math::Polar3D<Double32_t>::Scalar y, ROOT::Math::Polar3D<Double32_t>::Scalar z) |
| void | SetY(ROOT::Math::Polar3D<Double32_t>::Scalar y) |
| void | SetZ(ROOT::Math::Polar3D<Double32_t>::Scalar z) |
| ROOT::Math::Polar3D<Double32_t>::Scalar | Theta() const |
| ROOT::Math::Polar3D<Double32_t>::Scalar | X() const |
| Double32_t | x() const |
| ROOT::Math::Polar3D<Double32_t>::Scalar | Y() const |
| Double32_t | y() const |
| ROOT::Math::Polar3D<Double32_t>::Scalar | Z() const |
| Double32_t | z() const |
| Double32_t | fPhi | |
| Double32_t | fR | |
| Double32_t | fTheta |

Set internal data based on an array of 3 Scalar numbers
get internal data into an array of 3 Scalar numbers
Set internal data based on 3 Scalar numbers
get internal data into 3 Scalar numbers
setters (only for data members) set the r coordinate value keeping theta and phi constant
all values using cartesian coordina
============= 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 =======