![]() |
Project
|
#include <GPUTrackingRefit.h>
Inherits o2::gpu::GPUTrackingRefit, and o2::gpu::GPUProcessor.
Public Attributes | |
GPUTPCGMMergedTrack * | mPTracks = nullptr |
![]() | |
bool | outward = false |
bool bool | resetCov |
bool | mIgnoreErrorsOnTrackEnds = true |
![]() | |
uint32_t | param1 = 0 |
uint32_t uint32_t | param2 = 0 |
uint32_t uint32_t uint32_t | param3 = 0) const |
Additional Inherited Members | |
![]() | |
enum | ProcessorType { PROCESSOR_TYPE_CPU = 0 , PROCESSOR_TYPE_DEVICE = 1 , PROCESSOR_TYPE_SLAVE = 2 } |
![]() | |
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> | |
static size_t | getAlignmentMod (size_t addr) |
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> | |
static size_t | getAlignment (size_t addr) |
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> | |
static size_t | nextMultipleOf (size_t size) |
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> | |
static void * | alignPointer (void *ptr) |
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> | |
static size_t | getAlignmentMod (void *addr) |
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> | |
static size_t | getAlignment (void *addr) |
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT, class S > | |
static S * | getPointerWithAlignment (size_t &basePtr, size_t nEntries=1) |
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT, class S > | |
static S * | getPointerWithAlignment (void *&basePtr, size_t nEntries=1) |
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT, class T , class S > | |
static void | computePointerWithAlignment (T *&basePtr, S *&objPtr, size_t nEntries=1) |
template<class T , class S > | |
static void | computePointerWithoutAlignment (T *&basePtr, S *&objPtr, size_t nEntries=1) |
![]() | |
void | AllocateAndInitializeLate () |
GPUconstantref () const GPUConstantMem *mConstantMem | |
![]() | |
GPUReconstruction * | mRec |
ProcessorType | mGPUProcessorType |
GPUProcessor * | mLinkedProcessor |
Definition at line 107 of file GPUTrackingRefit.h.
void GPUTrackingRefitProcessor::InitializeProcessor | ( | ) |
Definition at line 52 of file GPUTrackingRefit.cxx.
void GPUTrackingRefitProcessor::RegisterMemoryAllocation | ( | ) |
Definition at line 56 of file GPUTrackingRefit.cxx.
void GPUTrackingRefitProcessor::SetMaxData | ( | const GPUTrackingInOutPointers & | io | ) |
Definition at line 61 of file GPUTrackingRefit.cxx.
GPUTPCGMMergedTrack* o2::gpu::GPUTrackingRefitProcessor::mPTracks = nullptr |
Definition at line 115 of file GPUTrackingRefit.h.