CbmRoot
|
#include <Hitfinder.h>
Public Types | |
using | block_size = xpu::block_size<kFindClusterBlockSize> |
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 71 of file Hitfinder.h.
using cbm::algo::sts::FindClusters::block_size = xpu::block_size<kFindClusterBlockSize> |
Definition at line 72 of file Hitfinder.h.
using cbm::algo::sts::FindClusters::constants = xpu::cmem<TheHitfinder, Params> |
Definition at line 73 of file Hitfinder.h.
using cbm::algo::sts::FindClusters::context = xpu::kernel_context<shared_memory, constants> |
Definition at line 74 of file Hitfinder.h.
XPU_D void sts::FindClusters::operator() | ( | context & | ctx | ) |
Definition at line 18 of file Hitfinder.cxx.