![]() |
![]() |
#include <algorithm>
#include <cmath>
#include <cstdint>
#include "HeterogeneousCore/CUDAUtilities/interface/HistoContainer.h"
#include "HeterogeneousCore/CUDAUtilities/interface/cuda_assert.h"
#include "gpuVertexFinder.h"
Go to the source code of this file.
Namespaces | |
gpuVertexFinder | |
Functions | |
__device__ | gpuVertexFinder::__attribute__ ((always_inline)) void clusterTracksByDensity(gpuVertexFinder |
gpuVertexFinder::__syncthreads () | |
gpuVertexFinder::assert (pdata) | |
gpuVertexFinder::assert (zt) | |
gpuVertexFinder::assert ((int) nt<=hist.capacity()) | |
gpuVertexFinder::assert (hist.size()==nt) | |
gpuVertexFinder::assert (foundClusters< ZVertices::MAXVTX) | |
hist | gpuVertexFinder::finalize (hws) |
gpuVertexFinder::for (auto j=threadIdx.x;j< Hist::totbins();j+=blockDim.x) | |
gpuVertexFinder::printf ("params %d %f %f %f\n", minT, eps, errmax, chi2max) | |
gpuVertexFinder::printf ("booked hist with %d bins, size %d for %d tracks\n", hist.nbins(), hist.capacity(), nt) | |
gpuVertexFinder::printf ("found %d proto vertices\n", foundClusters) | |
gpuVertexFinder::while (__syncthreads_or(more)) | |
Variables | |
bool | gpuVertexFinder::more = true |
__shared__ int | gpuVertexFinder::nloops = 0 |