Classes | |
struct | ClusterChargeCut |
Functions | |
constexpr uint32_t | maxHitsInIter () |
constexpr uint32_t | maxHitsInModule () |
Variables | |
constexpr uint16_t | clusterThresholdLayerOne = 2000 |
constexpr uint16_t | clusterThresholdOtherLayers = 4000 |
constexpr uint16_t | clusterThresholdPhase2LayerOne = 4000 |
constexpr uint16_t | clusterThresholdPhase2OtherLayers = 4000 |
constexpr int | invalidClusterId = -9999 |
constexpr uint16_t | invalidModuleId = std::numeric_limits<uint16_t>::max() - 1 |
constexpr int32_t | maxNumClustersPerModules = maxHitsInModule() |
constexpr uint32_t | maxNumDigis = 3 * 256 * 1024 |
constexpr uint16_t | maxNumModules = 4000 |
constexpr uint32_t pixelClustering::maxHitsInIter | ( | ) |
Definition at line 15 of file ClusteringConstants.h.
constexpr uint32_t pixelClustering::maxHitsInModule | ( | ) |
Definition at line 17 of file ClusteringConstants.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::FillHitsModuleStart< TrackerTraits >::operator()(), SiPixelRecHitFromSoAAlpaka< TrackerTraits >::produce(), SiPixelRecHitFromCUDAT< TrackerTraits >::produce(), and SiPixelRecHitSoAFromLegacyT< TrackerTraits >::produce().
constexpr uint16_t pixelClustering::clusterThresholdLayerOne = 2000 |
Definition at line 19 of file ClusteringConstants.h.
Referenced by SiPixelDigisClustersFromSoAAlpaka< TrackerTraits >::fillDescriptions(), and ALPAKA_ACCELERATOR_NAMESPACE::SiPixelRawToCluster< TrackerTraits >::fillDescriptions().
constexpr uint16_t pixelClustering::clusterThresholdOtherLayers = 4000 |
Definition at line 20 of file ClusteringConstants.h.
Referenced by SiPixelDigisClustersFromSoAAlpaka< TrackerTraits >::fillDescriptions(), and ALPAKA_ACCELERATOR_NAMESPACE::SiPixelRawToCluster< TrackerTraits >::fillDescriptions().
constexpr uint16_t pixelClustering::clusterThresholdPhase2LayerOne = 4000 |
Definition at line 22 of file ClusteringConstants.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::SiPixelPhase2DigiToCluster::fillDescriptions().
constexpr uint16_t pixelClustering::clusterThresholdPhase2OtherLayers = 4000 |
Definition at line 23 of file ClusteringConstants.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::SiPixelPhase2DigiToCluster::fillDescriptions().
constexpr int pixelClustering::invalidClusterId = -9999 |
Definition at line 30 of file ClusteringConstants.h.
Referenced by SiPixelDigisClustersFromSoAAlpaka< TrackerTraits >::produce().
constexpr uint16_t pixelClustering::invalidModuleId = std::numeric_limits<uint16_t>::max() - 1 |
Definition at line 29 of file ClusteringConstants.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::getErrRawID(), pixelClustering::ClusterChargeCut< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::pixelRecHits::GetHits< TrackerTraits >::operator()(), calibPixel::CalibDigisPhase2::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::pixelClustering::CountModules< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::pixelClustering::FindClus< TrackerTraits >::operator()(), SiPixelDigisClustersFromSoAAlpaka< TrackerTraits >::produce(), and ALPAKA_ACCELERATOR_NAMESPACE::SiPixelCablingSoAESProducer::produce().
constexpr int32_t pixelClustering::maxNumClustersPerModules = maxHitsInModule() |
Definition at line 28 of file ClusteringConstants.h.
Referenced by gpuClustering::for(), pixelClustering::ClusterChargeCut< TrackerTraits >::operator()(), SiPixelDigisClustersFromSoAT< TrackerTraits >::produce(), SiPixelDigisClustersFromSoAAlpaka< TrackerTraits >::produce(), and SiPixelRecHitSoAFromLegacyT< TrackerTraits >::produce().
constexpr uint32_t pixelClustering::maxNumDigis = 3 * 256 * 1024 |
Definition at line 25 of file ClusteringConstants.h.
constexpr uint16_t pixelClustering::maxNumModules = 4000 |
Definition at line 26 of file ClusteringConstants.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets::for(), pixelClustering::ClusterChargeCut< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::pixelClustering::CountModules< TrackerTraits >::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::pixelClustering::FindClus< TrackerTraits >::operator()().