Project
Loading...
Searching...
No Matches
o2::gpu::gpu_reconstruction_kernels::krnlRunRange Struct Reference

#include <GPUReconstructionKernels.h>

Public Member Functions

constexpr krnlRunRange ()=default
 
constexpr krnlRunRange (uint32_t a)
 
constexpr krnlRunRange (uint32_t s, int32_t n)
 

Public Attributes

uint32_t start = 0
 
int32_t num = 0
 

Detailed Description

Definition at line 42 of file GPUReconstructionKernels.h.

Constructor & Destructor Documentation

◆ krnlRunRange() [1/3]

constexpr o2::gpu::gpu_reconstruction_kernels::krnlRunRange::krnlRunRange ( )
constexprdefault

◆ krnlRunRange() [2/3]

constexpr o2::gpu::gpu_reconstruction_kernels::krnlRunRange::krnlRunRange ( uint32_t  a)
inlineconstexpr

Definition at line 44 of file GPUReconstructionKernels.h.

◆ krnlRunRange() [3/3]

constexpr o2::gpu::gpu_reconstruction_kernels::krnlRunRange::krnlRunRange ( uint32_t  s,
int32_t  n 
)
inlineconstexpr

Definition at line 45 of file GPUReconstructionKernels.h.

Member Data Documentation

◆ num

int32_t o2::gpu::gpu_reconstruction_kernels::krnlRunRange::num = 0

Definition at line 48 of file GPUReconstructionKernels.h.

◆ start

uint32_t o2::gpu::gpu_reconstruction_kernels::krnlRunRange::start = 0

Definition at line 47 of file GPUReconstructionKernels.h.


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