![]() |
Project
|
Declarations of 2D primitives. More...
#include "GPUCommonRtypes.h"
#include "MathUtils/detail/CircleXY.h"
#include "MathUtils/detail/IntervalXY.h"
#include "MathUtils/detail/Bracket.h"
Go to the source code of this file.
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::math_utils |
Typedefs | |
template<typename T > | |
using | o2::math_utils::CircleXY = detail::CircleXY< T > |
using | o2::math_utils::CircleXYf_t = detail::CircleXY< float > |
using | o2::math_utils::CircleXYd_t = detail::CircleXY< double > |
template<typename T > | |
using | o2::math_utils::IntervalXY = detail::IntervalXY< T > |
using | o2::math_utils::IntervalXYf_t = detail::IntervalXY< float > |
using | o2::math_utils::IntervalXYd_t = detail::IntervalXY< double > |
template<typename T > | |
using | o2::math_utils::Bracket = detail::Bracket< T > |
using | o2::math_utils::Bracketf_t = detail::Bracket< float > |
using | o2::math_utils::Bracketd_t = detail::Bracket< double > |
Declarations of 2D primitives.
Definition in file Primitive2D.h.