class ROOT::Math::Cylindrical3D<double>
Function Members (Methods)
Data Members
private:
double | fPhi | |
double | fRho | |
double | fZ | |
Class Charts
Function documentation
Scalar pi()
{ return M_PI; }
Scalar R() const
{ return std::sqrt( Mag2()); }
Scalar Eta() const
pseudorapidity - use same implementation as in Cartesian3D
void SetRho(double rho)
setters (only for data members)
set the rho coordinate value keeping z and phi constant
void SetZ(double zz)
set the z coordinate value keeping rho and phi constant
void SetPhi(double phi)
set the phi coordinate value keeping rho and z constant
void Scale(double a)
scale by a scalar quantity a --
for cylindrical coords only rho and z change
T x() const
============= Compatibility section ==================
The following make this coordinate system look enough like a CLHEP
vector that an assignment member template can work with either
void SetX(ROOT::Math::Cylindrical3D<double>::Scalar xx)
============= Specializations for improved speed ==================
(none)
====== Set member functions for coordinates in other systems =======