#include <cstdint>
#include <limits>
Go to the source code of this file.
Namespaces | |
gpuClustering | |
Functions | |
constexpr uint32_t | gpuClustering::maxHitsInIter () |
Variables | |
constexpr uint16_t | gpuClustering::clusterThresholdLayerOne = 2000 |
constexpr uint16_t | gpuClustering::clusterThresholdOtherLayers = 4000 |
constexpr int | gpuClustering::invalidClusterId = -9999 |
constexpr uint16_t | gpuClustering::invalidModuleId = std::numeric_limits<uint16_t>::max() - 1 |
constexpr uint32_t | gpuClustering::maxNumDigis = 3 * 256 * 1024 |
constexpr uint16_t | gpuClustering::maxNumModules = 4000 |