CbmRoot
|
#include <Hitfinder.h>
Public Types | |
using | block_size = xpu::block_size<kSortDigisBlockSize> |
using | sort_t = xpu::block_sort<u64, CbmStsDigi, kSortDigisBlockSize, kSortDigisItemsPerThread> |
using | shared_memory = sort_t::storage_t |
using | constants = xpu::cmem<TheHitfinder, Params> |
using | context = xpu::kernel_context<shared_memory, constants> |
Public Member Functions | |
XPU_D void | operator() (context &) |
Definition at line 62 of file Hitfinder.h.
using cbm::algo::sts::SortDigis::block_size = xpu::block_size<kSortDigisBlockSize> |
Definition at line 63 of file Hitfinder.h.
using cbm::algo::sts::SortDigis::constants = xpu::cmem<TheHitfinder, Params> |
Definition at line 66 of file Hitfinder.h.
using cbm::algo::sts::SortDigis::context = xpu::kernel_context<shared_memory, constants> |
Definition at line 67 of file Hitfinder.h.
using cbm::algo::sts::SortDigis::shared_memory = sort_t::storage_t |
Definition at line 65 of file Hitfinder.h.
using cbm::algo::sts::SortDigis::sort_t = xpu::block_sort<u64, CbmStsDigi, kSortDigisBlockSize, kSortDigisItemsPerThread> |
Definition at line 64 of file Hitfinder.h.
XPU_D void sts::SortDigis::operator() | ( | context & | ctx | ) |
Definition at line 15 of file Hitfinder.cxx.