ROOT  6.06/09
Reference Guide
Classes | Namespaces | Typedefs
Point3Dfwd.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ROOT::Math::PositionVector3D< CoordSystem, Tag >
 Class describing a generic position vector (point) in 3 dimensions. More...
 
class  ROOT::Math::Cartesian3D< T >
 Class describing a 3D cartesian coordinate system (x, y, z coordinates) More...
 
class  ROOT::Math::Cylindrical3D< T >
 Class describing a cylindrical coordinate system based on rho, z and phi. More...
 
class  ROOT::Math::CylindricalEta3D< T >
 Class describing a cylindrical coordinate system based on eta (pseudorapidity) instead of z. More...
 
class  ROOT::Math::Polar3D< T >
 Class describing a polar coordinate system based on r, theta and phi Phi is restricted to be in the range [-PI,PI) More...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math
 

Typedefs

typedef PositionVector3D< Cartesian3D< double >, DefaultCoordinateSystemTag > ROOT::Math::XYZPoint
 3D Point based on the cartesian coordinates x,y,z in double precision More...
 
typedef PositionVector3D< Cartesian3D< float >, DefaultCoordinateSystemTag > ROOT::Math::XYZPointF
 3D Point based on the cartesian corrdinates x,y,z in single precision More...
 
typedef XYZPoint ROOT::Math::XYZPointD
 
typedef PositionVector3D< CylindricalEta3D< double >, DefaultCoordinateSystemTag > ROOT::Math::RhoEtaPhiPoint
 3D Point based on the eta based cylindrical coordinates rho, eta, phi in double precision. More...
 
typedef PositionVector3D< CylindricalEta3D< float >, DefaultCoordinateSystemTag > ROOT::Math::RhoEtaPhiPointF
 3D Point based on the eta based cylindrical coordinates rho, eta, phi in single precision. More...
 
typedef RhoEtaPhiPoint ROOT::Math::RhoEtaPhiPointD
 
typedef PositionVector3D< Polar3D< double >, DefaultCoordinateSystemTag > ROOT::Math::Polar3DPoint
 3D Point based on the polar coordinates rho, theta, phi in double precision. More...
 
typedef PositionVector3D< Polar3D< float >, DefaultCoordinateSystemTag > ROOT::Math::Polar3DPointF
 3D Point based on the polar coordinates rho, theta, phi in single precision. More...
 
typedef Polar3DPoint ROOT::Math::Polar3DPointD
 
typedef PositionVector3D< Cylindrical3D< double >, DefaultCoordinateSystemTag > ROOT::Math::RhoZPhiPoint
 3D Point based on the cylindrical coordinates rho, z, phi in double precision. More...
 
typedef PositionVector3D< Cylindrical3D< float >, DefaultCoordinateSystemTag > ROOT::Math::RhoZPhiPointF
 3D Point based on the cylindrical coordinates rho, z, phi in single precision. More...
 
typedef RhoZPhiPoint ROOT::Math::RhoZPhiPointD