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 85 of file Hitfinder.h.
using cbm::algo::sts::CreateDigiConnections::block_size = xpu::block_size<kFindClusterBlockSize> |
Definition at line 86 of file Hitfinder.h.
using cbm::algo::sts::CreateDigiConnections::constants = xpu::cmem<TheHitfinder, Params> |
Definition at line 87 of file Hitfinder.h.
using cbm::algo::sts::CreateDigiConnections::context = xpu::kernel_context<shared_memory, constants> |
Definition at line 88 of file Hitfinder.h.
XPU_D void sts::CreateDigiConnections::operator() | ( | context & | ctx | ) |
Definition at line 27 of file Hitfinder.cxx.