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

#include <GPUReconstructionProcessing.h>

Public Member Functions

constexpr deviceEvent ()=default
 
constexpr deviceEvent (std::nullptr_t p)
 
template<class T >
void set (T val)
 
template<class T >
T & get ()
 
template<class T >
T * getEventList ()
 
bool isSet () const
 

Detailed Description

Definition at line 29 of file GPUReconstructionProcessing.h.

Constructor & Destructor Documentation

◆ deviceEvent() [1/2]

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

◆ deviceEvent() [2/2]

constexpr o2::gpu::gpu_reconstruction_kernels::deviceEvent::deviceEvent ( std::nullptr_t  p)
inlineconstexpr

Definition at line 31 of file GPUReconstructionProcessing.h.

Member Function Documentation

◆ get()

template<class T >
T & o2::gpu::gpu_reconstruction_kernels::deviceEvent::get ( )
inline

Definition at line 38 of file GPUReconstructionProcessing.h.

◆ getEventList()

template<class T >
T * o2::gpu::gpu_reconstruction_kernels::deviceEvent::getEventList ( )
inline

Definition at line 43 of file GPUReconstructionProcessing.h.

◆ isSet()

bool o2::gpu::gpu_reconstruction_kernels::deviceEvent::isSet ( ) const
inline

Definition at line 47 of file GPUReconstructionProcessing.h.

◆ set()

template<class T >
void o2::gpu::gpu_reconstruction_kernels::deviceEvent::set ( val)
inline

Definition at line 33 of file GPUReconstructionProcessing.h.


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