|
| typedef DisplacementVector3D< Polar3D< double >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::Polar3DVector |
| | 3D Vector based on the polar coordinates rho, theta, phi in double precision.
|
| |
| typedef Polar3DVector | ROOT::ROOT_MATH_ARCH::Polar3DVectorD |
| |
| typedef DisplacementVector3D< Polar3D< float >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::Polar3DVectorF |
| | 3D Vector based on the polar coordinates rho, theta, phi in single precision.
|
| |
| typedef DisplacementVector3D< CylindricalEta3D< double >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::RhoEtaPhiVector |
| | 3D Vector based on the eta based cylindrical coordinates rho, eta, phi in double precision.
|
| |
| typedef RhoEtaPhiVector | ROOT::ROOT_MATH_ARCH::RhoEtaPhiVectorD |
| |
| typedef DisplacementVector3D< CylindricalEta3D< float >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::RhoEtaPhiVectorF |
| | 3D Vector based on the eta based cylindrical coordinates rho, eta, phi in single precision.
|
| |
| typedef DisplacementVector3D< Cylindrical3D< double >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::RhoZPhiVector |
| | 3D Vector based on the cylindrical coordinates rho, z, phi in double precision.
|
| |
| typedef RhoZPhiVector | ROOT::ROOT_MATH_ARCH::RhoZPhiVectorD |
| |
| typedef DisplacementVector3D< Cylindrical3D< float >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::RhoZPhiVectorF |
| | 3D Vector based on the cylindrical coordinates rho, z, phi in single precision.
|
| |
| typedef DisplacementVector3D< Cartesian3D< double >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::XYZVector |
| | 3D Vector based on the cartesian coordinates x,y,z in double precision
|
| |
| typedef XYZVector | ROOT::ROOT_MATH_ARCH::XYZVectorD |
| |
| typedef DisplacementVector3D< Cartesian3D< float >, DefaultCoordinateSystemTag > | ROOT::ROOT_MATH_ARCH::XYZVectorF |
| | 3D Vector based on the cartesian coordinates x,y,z in single precision
|
| |