![]() |
Project
|
#include <cmath>
#include <limits>
#include <cstdint>
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::mch |
namespace | o2::mch::contour |
namespace | o2::mch::contour::impl |
Functions | |
template<typename T , typename U > | |
bool | o2::mch::contour::impl::CanTypeFitValue (const U value) |
bool | o2::mch::contour::impl::areEqual (double a, double b) |
bool | o2::mch::contour::impl::areEqual (int a, int b) |
bool | o2::mch::contour::impl::isStrictlyBelow (double a, double b) |
bool | o2::mch::contour::impl::isStrictlyBelow (int a, int b) |