#include "MathX/GenVectorX/AccHeaders.h"
Namespaces | |
namespace | ROOT |
namespace | ROOT::ROOT_MATH_ARCH |
Typedefs | |
typedef DisplacementVector2D< Polar2D< double >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::Polar2DVector |
2D Vector based on the polar coordinates rho, phi in double precision. | |
typedef Polar2DVector | ROOT::ROOT_MATH_ARCH::Polar2DVectorD |
typedef DisplacementVector2D< Polar2D< float >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::Polar2DVectorF |
2D Vector based on the polar coordinates rho, phi in single precision. | |
typedef DisplacementVector2D< Cartesian2D< double >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::XYVector |
2D Vector based on the cartesian coordinates x,y in double precision | |
typedef XYVector | ROOT::ROOT_MATH_ARCH::XYVectorD |
typedef DisplacementVector2D< Cartesian2D< float >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::XYVectorF |
2D Vector based on the cartesian coordinates x,y,z in single precision | |