16#ifndef TRACKINGITSU_INCLUDE_CONSTANTS_H_
17#define TRACKINGITSU_INCLUDE_CONSTANTS_H_
25constexpr float KB = 1024.f;
34constexpr float Radl = 9.36f;
35constexpr float Rho = 2.33f;
43template <
typename T, std::
size_t N, T Value>
46 return []<std::size_t... Is>(std::index_sequence<Is...>) {
return std::array<T, N>{(
static_cast<void>(Is),
Value)...}; }(std::make_index_sequence<N>{});
o2::monitoring::tags::Value Value
constexpr std::array< T, N > initArray()
constexpr int UnusedIndex
constexpr int MaxSelectedTrackletsPerCluster
constexpr int ClustersPerCell
constexpr float Tolerance
constexpr float UnsetValue
constexpr bool DoTimeBenchmarks
constexpr bool SaveTimeBenchmarks