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;
50template <
typename T, std::
size_t N, T Value>
53 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 MinNumberOfConcurrentSeeds
constexpr int MaxNumberOfConcurrentSeeds
constexpr int MaxSelectedTrackletsPerCluster
constexpr int ClustersPerCell
constexpr int GPUThreadsTotal
constexpr float Tolerance
constexpr float UnsetValue
constexpr bool DoTimeBenchmarks
constexpr bool SaveTimeBenchmarks
constexpr float MaxTrackSeedQ2Pt
constexpr int NumberOfConcurrentSeeds