#include <cstdint>
#include <limits>
Go to the source code of this file.
Namespaces | |
gpuClustering | |
pixelGPUConstants | |
Functions | |
constexpr uint32_t | gpuClustering::maxHitsInIter () |
constexpr uint32_t | gpuClustering::maxHitsInModule () |
Variables | |
constexpr uint16_t | gpuClustering::invalidModuleId = std::numeric_limits<uint16_t>::max() - 1 |
constexpr uint32_t | pixelGPUConstants::maxNumberOfHits = 48 * 1024 |
constexpr uint32_t | gpuClustering::maxNumClusters = pixelGPUConstants::maxNumberOfHits |
constexpr int32_t | gpuClustering::maxNumClustersPerModules = maxHitsInModule() |
constexpr uint16_t | gpuClustering::maxNumModules = 2000 |