CbmRoot
|
#include <Hitfinder.h>
Public Types | |
using | block_size = xpu::block_size<kFindHitsBlockSize> |
using | constants = xpu::cmem<TheHitfinder, Params> |
using | context = xpu::kernel_context<shared_memory, constants> |
using | openmp = xpu::openmp_settings<xpu::schedule_static, 1> |
Public Member Functions | |
XPU_D void | operator() (context &) |
Definition at line 108 of file Hitfinder.h.
using cbm::algo::sts::FindHits::block_size = xpu::block_size<kFindHitsBlockSize> |
Definition at line 109 of file Hitfinder.h.
using cbm::algo::sts::FindHits::constants = xpu::cmem<TheHitfinder, Params> |
Definition at line 110 of file Hitfinder.h.
using cbm::algo::sts::FindHits::context = xpu::kernel_context<shared_memory, constants> |
Definition at line 111 of file Hitfinder.h.
using cbm::algo::sts::FindHits::openmp = xpu::openmp_settings<xpu::schedule_static, 1> |
Definition at line 112 of file Hitfinder.h.
XPU_D void sts::FindHits::operator() | ( | context & | ctx | ) |
Definition at line 42 of file Hitfinder.cxx.