#include "GaudiKernel/Point3DTypes.h"
#include "GaudiKernel/Vector3DTypes.h"
#include "LHCbMath/Line.h"
Include dependency graph for LineTypes.h:
Go to the source code of this file.
Namespaces | |
namespace | Gaudi |
namespace | Gaudi::Math |
Defines | |
#define | LHCBMATH_LINETYPES_H 1 |
Typedefs | |
typedef Line< XYZPoint, XYZVector > | Gaudi::Math::XYZLine |
3D cartesian line (double) | |
typedef Line< Polar3DPoint, Polar3DVector > | Gaudi::Math::Polar3DLine |
3D ploar line (double) | |
typedef Line< RhoEtaPhiPoint, RhoEtaPhiVector > | Gaudi::Math::RhoEtaPhiLine |
3D RhoEtaPhi line (double) | |
typedef Line< RhoZPhiPoint, RhoZPhiVector > | Gaudi::Math::RhoZPhiLine |
3D RhoZPhi line (double) | |
typedef Line< XYZPointF, XYZVectorF > | Gaudi::Math::XYZLineF |
3D cartesian line (float) | |
typedef Line< Polar3DPointF, Polar3DVectorF > | Gaudi::Math::Polar3DLineF |
3D ploar line (float) | |
typedef Line< RhoEtaPhiPointF, RhoEtaPhiVectorF > | Gaudi::Math::RhoEtaPhiLineF |
3D RhoEtaPhi line (float) | |
typedef Line< RhoZPhiPointF, RhoZPhiVectorF > | Gaudi::Math::RhoZPhiLineF |
3D RhoZPhi line (float) |
Definition in file LineTypes.h.
#define LHCBMATH_LINETYPES_H 1 |
Definition at line 3 of file LineTypes.h.