![]() |
Project
|
#include <array>#include <utility>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::its |
| namespace | o2::its::constants |
| namespace | o2::its::constants::helpers |
Functions | |
| template<typename T , std::size_t N, T Value> | |
| constexpr std::array< T, N > | o2::its::constants::helpers::initArray () |
Variables | |
| constexpr float | o2::its::constants::KB = 1024.f |
| constexpr float | o2::its::constants::MB = KB * KB |
| constexpr float | o2::its::constants::GB = MB * KB |
| constexpr bool | o2::its::constants::DoTimeBenchmarks = true |
| constexpr bool | o2::its::constants::SaveTimeBenchmarks = false |
| constexpr float | o2::its::constants::Tolerance = 1e-12 |
| constexpr int | o2::its::constants::ClustersPerCell = 3 |
| constexpr int | o2::its::constants::UnusedIndex = -1 |
| constexpr float | o2::its::constants::UnsetValue = -999.f |
| constexpr float | o2::its::constants::Radl = 9.36f |
| constexpr float | o2::its::constants::Rho = 2.33f |
| constexpr int | o2::its::constants::MaxIter = 4 |
| constexpr int | o2::its::constants::MaxSelectedTrackletsPerCluster = 100 |