Class describing a cylindrical coordinate system based on rho, z and phi.
Class describing a 3D Cylindrical Eta coordinate system (rho, z, phi coordinates)
The base coordinates are rho (transverse component) , z and phi Phi is restricted to be in the range [-PI,PI)
Definition at line 42 of file Cylindrical3D.h.
Public Types | |
| typedef T | Scalar | 
Public Member Functions | |
| Cylindrical3D () | |
| Default constructor with rho=z=phi=0.   | |
| template<class CoordSystem > | |
| constexpr | Cylindrical3D (const CoordSystem &v) | 
| Construct from any Vector or coordinate system implementing Rho(), Z() and Phi()   | |
| Cylindrical3D (const Cylindrical3D &v) | |
| copy constructor   | |
| Cylindrical3D (Scalar rho, Scalar zz, Scalar phi) | |
| Construct from rho eta and phi values.   | |
| Scalar | Eta () const | 
| void | GetCoordinates (Scalar &rho, Scalar &zz, Scalar &phi) const | 
| get internal data into 3 Scalar numbers ( rho, z , phi)   | |
| void | GetCoordinates (Scalar dest[]) const | 
| get internal data into an array of 3 Scalar numbers ( rho, z , phi)   | |
| Scalar | Mag2 () const | 
| void | Negate () | 
| negate the vector   | |
| bool | operator!= (const Cylindrical3D &rhs) const | 
| template<class CoordSystem > | |
| Cylindrical3D & | operator= (const CoordSystem &c) | 
| generic assignment operator from any coordinate system implementing Rho(), Z() and Phi()   | |
| Cylindrical3D & | operator= (const Cylindrical3D &v) | 
| assignment operator   | |
| bool | operator== (const Cylindrical3D &rhs) const | 
| Exact component-by-component equality.   | |
| Scalar | Perp2 () const | 
| Scalar | Phi () const | 
| Scalar | R () const | 
| Scalar | Rho () const | 
| void | Scale (T a) | 
| scale by a scalar quantity a – for cylindrical coords only rho and z change   | |
| void | SetCoordinates (const Scalar src[]) | 
| Set internal data based on an array of 3 Scalar numbers ( rho, z , phi)   | |
| void | SetCoordinates (Scalar rho, Scalar zz, Scalar phi) | 
| Set internal data based on 3 Scalar numbers ( rho, z , phi)   | |
| void | SetPhi (T phi) | 
| set the phi coordinate value keeping rho and z constant   | |
| void | SetRho (T rho) | 
| set the rho coordinate value keeping z and phi constant   | |
| void | SetXYZ (Scalar x, Scalar y, Scalar z) | 
| set all values using cartesian coordinates   | |
| void | SetZ (T zz) | 
| set the z coordinate value keeping rho and phi constant   | |
| Scalar | Theta () const | 
| Scalar | X () const | 
| T | x () const | 
| Scalar | Y () const | 
| T | y () const | 
| Scalar | Z () const | 
| T | z () const | 
Static Public Attributes | |
| static constexpr unsigned int | Dimension = 3U | 
Private Member Functions | |
| void | Restrict () | 
Static Private Member Functions | |
| static Scalar | pi () | 
Private Attributes | |
| T | fPhi | 
| T | fRho | 
| T | fZ | 
#include <Math/GenVector/Cylindrical3D.h>
| typedef T ROOT::Math::Cylindrical3D< T >::Scalar | 
Definition at line 46 of file Cylindrical3D.h.
      
  | 
  inline | 
Default constructor with rho=z=phi=0.
Definition at line 52 of file Cylindrical3D.h.
      
  | 
  inline | 
Construct from rho eta and phi values.
Definition at line 57 of file Cylindrical3D.h.
      
  | 
  inlineexplicitconstexpr | 
Construct from any Vector or coordinate system implementing Rho(), Z() and Phi()
Definition at line 65 of file Cylindrical3D.h.
      
  | 
  inline | 
copy constructor
Definition at line 74 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 134 of file Cylindrical3D.h.
      
  | 
  inline | 
get internal data into 3 Scalar numbers ( rho, z , phi)
Definition at line 108 of file Cylindrical3D.h.
      
  | 
  inline | 
get internal data into an array of 3 Scalar numbers ( rho, z , phi)
Definition at line 96 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 128 of file Cylindrical3D.h.
      
  | 
  inline | 
negate the vector
Definition at line 184 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 207 of file Cylindrical3D.h.
      
  | 
  inline | 
generic assignment operator from any coordinate system implementing Rho(), Z() and Phi()
Definition at line 194 of file Cylindrical3D.h.
      
  | 
  inline | 
assignment operator
Definition at line 80 of file Cylindrical3D.h.
      
  | 
  inline | 
Exact component-by-component equality.
Definition at line 204 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 130 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 124 of file Cylindrical3D.h.
      
  | 
  inlinestaticprivate | 
Definition at line 112 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 129 of file Cylindrical3D.h.
      
  | 
  inlineprivate | 
Definition at line 113 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 122 of file Cylindrical3D.h.
      
  | 
  inline | 
scale by a scalar quantity a – for cylindrical coords only rho and z change
Definition at line 172 of file Cylindrical3D.h.
      
  | 
  inline | 
Set internal data based on an array of 3 Scalar numbers ( rho, z , phi)
Definition at line 90 of file Cylindrical3D.h.
      
  | 
  inline | 
Set internal data based on 3 Scalar numbers ( rho, z , phi)
Definition at line 102 of file Cylindrical3D.h.
      
  | 
  inline | 
set the phi coordinate value keeping rho and z constant
Definition at line 158 of file Cylindrical3D.h.
      
  | 
  inline | 
set the rho coordinate value keeping z and phi constant
Definition at line 144 of file Cylindrical3D.h.
| void ROOT::Math::Cylindrical3D< T >::SetXYZ | ( | Scalar | x, | 
| Scalar | y, | ||
| Scalar | z ) | 
set all values using cartesian coordinates
Definition at line 267 of file Cylindrical3D.h.
      
  | 
  inline | 
set the z coordinate value keeping rho and phi constant
Definition at line 151 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 131 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 125 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 215 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 126 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 216 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 123 of file Cylindrical3D.h.
      
  | 
  inline | 
Definition at line 217 of file Cylindrical3D.h.
      
  | 
  staticconstexpr | 
Definition at line 47 of file Cylindrical3D.h.
      
  | 
  private | 
Definition at line 244 of file Cylindrical3D.h.
      
  | 
  private | 
Definition at line 242 of file Cylindrical3D.h.
      
  | 
  private | 
Definition at line 243 of file Cylindrical3D.h.