#include <cstdint>
#include <cuda_runtime.h>
#include "CUDADataFormats/SiPixelCluster/interface/gpuClusteringConstants.h"
#include "HeterogeneousCore/CUDAUtilities/interface/SimpleVector.h"
#include "HeterogeneousCore/CUDAUtilities/interface/VecArray.h"
#include "HeterogeneousCore/CUDAUtilities/interface/HistoContainer.h"
Go to the source code of this file.
Namespaces | |
caConstants | |
Typedefs | |
using | caConstants::CellNeighbors = cms::cuda::VecArray< uint32_t, maxCellNeighbors > |
using | caConstants::CellNeighborsVector = cms::cuda::SimpleVector< CellNeighbors > |
using | caConstants::CellTracks = cms::cuda::VecArray< tindex_type, maxCellTracks > |
using | caConstants::CellTracksVector = cms::cuda::SimpleVector< CellTracks > |
using | caConstants::hindex_type = uint32_t |
using | caConstants::HitToTuple = cms::cuda::OneToManyAssoc< tindex_type, -1, 4 *maxTuples > |
using | caConstants::OuterHitOfCell = cms::cuda::VecArray< uint32_t, maxCellsPerHit > |
using | caConstants::tindex_type = uint16_t |
using | caConstants::TupleMultiplicity = cms::cuda::OneToManyAssoc< tindex_type, 8, maxTuples > |
using | caConstants::TuplesContainer = cms::cuda::OneToManyAssoc< hindex_type, maxTuples, 5 *maxTuples > |