16#ifndef TRACKINGITSU_INCLUDE_CONSTANTS_H_
17#define TRACKINGITSU_INCLUDE_CONSTANTS_H_
19#ifndef GPUCA_GPUCODE_DEVICE
38constexpr float MB = 1024.f * 1024.f;
39constexpr float GB = 1024.f * 1024.f * 1024.f;
45constexpr float Pi{3.14159265359f};
57GPUhdi() constexpr
o2::gpu::gpustd::
array<
float, 3> VertexerHistogramVolume()
71 constexpr double s = 1.;
85 constexpr auto zSize = LayersZCoordinate();
87 0.5f *
ZBins / (zSize[3]), 0.5f *
ZBins / (zSize[4]), 0.5f *
ZBins / (zSize[5]),
88 0.5f *
ZBins / (zSize[6])};
91GPUhdi() constexpr
float getInverseZCoordinate(const
int layerIndex)
93 return 0.5f *
ZBins / LayersZCoordinate()[layerIndex];
98 return (
zCoordinate + LayersZCoordinate()[layerIndex]) *
99 InverseZBinSize()[layerIndex];
102GPUhdi()
int getPhiBinIndex(const
float currentPhi)
109 return o2::gpu::GPUCommonMath::Min(
phiIndex *
ZBins + zIndex,
113GPUhdi() constexpr
int4 getEmptyBinsRect() {
return int4{0, 0, 0, 0}; }
122#ifndef GPUCA_GPUCODE_DEVICE
constexpr float InversePhiBinSize
constexpr int TrackletsPerRoad
constexpr int CellsPerRoad
constexpr int LayersNumber
constexpr int LayersNumberVertexer
constexpr int ClustersPerCell
constexpr int UnusedIndex
constexpr float Resolution
constexpr float FloatMinThreshold
constexpr bool DoTimeBenchmarks
constexpr bool SaveTimeBenchmarks
std::vector< std::vector< int > > index_table_t
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...