ROOT 6.10/09 Reference Guide |
Classes | |
class | ROOT::Math::Cartesian2D< T > |
Class describing a 2D cartesian coordinate system (x, y coordinates) More... | |
class | ROOT::Math::DisplacementVector2D< CoordSystem, Tag > |
Class describing a generic displacement vector in 2 dimensions. More... | |
class | ROOT::Math::Polar2D< T > |
Class describing a polar 2D coordinate system based on r 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 DisplacementVector2D< Polar2D< double >, DefaultCoordinateSystemTag > | ROOT::Math::Polar2DVector |
2D Vector based on the polar coordinates rho, phi in double precision. More... | |
typedef Polar2DVector | ROOT::Math::Polar2DVectorD |
typedef DisplacementVector2D< Polar2D< float >, DefaultCoordinateSystemTag > | ROOT::Math::Polar2DVectorF |
2D Vector based on the polar coordinates rho, phi in single precision. More... | |
typedef DisplacementVector2D< Cartesian2D< double >, DefaultCoordinateSystemTag > | ROOT::Math::XYVector |
2D Vector based on the cartesian coordinates x,y in double precision More... | |
typedef XYVector | ROOT::Math::XYVectorD |
typedef DisplacementVector2D< Cartesian2D< float >, DefaultCoordinateSystemTag > | ROOT::Math::XYVectorF |
2D Vector based on the cartesian coordinates x,y,z in single precision More... | |