CbmRoot
Loading...
Searching...
No Matches
cbm::algo::sts::SortDigis Struct Reference

#include <Hitfinder.h>

Inheritance diagram for cbm::algo::sts::SortDigis:
[legend]
Collaboration diagram for cbm::algo::sts::SortDigis:
[legend]

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 &)
 

Detailed Description

Definition at line 62 of file Hitfinder.h.

Member Typedef Documentation

◆ block_size

Definition at line 63 of file Hitfinder.h.

◆ constants

Definition at line 66 of file Hitfinder.h.

◆ context

Definition at line 67 of file Hitfinder.h.

◆ shared_memory

using cbm::algo::sts::SortDigis::shared_memory = sort_t::storage_t

Definition at line 65 of file Hitfinder.h.

◆ sort_t

Member Function Documentation

◆ operator()()

XPU_D void sts::SortDigis::operator() ( context & ctx)

Definition at line 15 of file Hitfinder.cxx.


The documentation for this struct was generated from the following files: