Classes | |
struct | BestCands |
Functions | |
template<typename T > | |
__device__ void | swap_values (T &a, T &b) |
Variables | |
constexpr float | chi2_sentinel = std::numeric_limits<float>::max() |
constexpr int | hitIdx_sentinel = -1 |
constexpr int | nhits_sentinel = -1 |
constexpr int | trkIdx_sentinel = -1 |
__device__ void CandsGPU::swap_values | ( | T & | a, |
T & | b | ||
) |
Definition at line 17 of file BestCands.h.
References a, b, and DummyCfis::c.
Referenced by CandsGPU::BestCands< MaxCandsPerSeed, BlockSize >::swap_nodes().
constexpr float CandsGPU::chi2_sentinel = std::numeric_limits<float>::max() |
Definition at line 14 of file BestCands.h.
Referenced by CandsGPU::BestCands< MaxCandsPerSeed, BlockSize >::reset().
constexpr int CandsGPU::hitIdx_sentinel = -1 |
Definition at line 12 of file BestCands.h.
Referenced by CandsGPU::BestCands< MaxCandsPerSeed, BlockSize >::reset().
constexpr int CandsGPU::nhits_sentinel = -1 |
Definition at line 13 of file BestCands.h.
Referenced by CandsGPU::BestCands< MaxCandsPerSeed, BlockSize >::reset().
constexpr int CandsGPU::trkIdx_sentinel = -1 |
Definition at line 11 of file BestCands.h.
Referenced by CandsGPU::BestCands< MaxCandsPerSeed, BlockSize >::count_valid_cands(), and CandsGPU::BestCands< MaxCandsPerSeed, BlockSize >::reset().