Project
Loading...
Searching...
No Matches
o2::gpu::GPUTPCClusterFinder Class Reference

#include <GPUTPCClusterFinder.h>

Inherits o2::gpu::GPUProcessor.

Classes

struct  Memory
 
struct  MinMaxCN
 
struct  ZSOffset
 

Public Member Functions

 ~GPUTPCClusterFinder ()
 
void InitializeProcessor ()
 
void RegisterMemoryAllocation ()
 
void SetMaxData (const GPUTrackingInOutPointers &io)
 
voidSetPointersInput (void *mem)
 
voidSetPointersOutput (void *mem)
 
voidSetPointersScratch (void *mem)
 
voidSetPointersMemory (void *mem)
 
voidSetPointersZS (void *mem)
 
voidSetPointersZSOffset (void *mem)
 
uint32_t getNSteps (size_t items) const
 
void SetNMaxDigits (size_t nDigits, size_t nPages, size_t nDigitsFragment, size_t nDigitsEndpointMax)
 
void PrepareMC ()
 
void clearMCMemory ()
 
 GPUdi () int32_t *GetScanBuffer(int32_t iBuf) const
 
void DumpDigits (std::ostream &out)
 
void DumpChargeMap (std::ostream &out, std::string_view)
 
void DumpPeakMap (std::ostream &out, std::string_view)
 
void DumpPeaks (std::ostream &out)
 
void DumpPeaksCompacted (std::ostream &out)
 
void DumpSuppressedPeaks (std::ostream &out)
 
void DumpSuppressedPeaksCompacted (std::ostream &out)
 
void DumpClusters (std::ostream &out)
 
- Public Member Functions inherited from o2::gpu::GPUProcessor
 GPUProcessor ()
 
 ~GPUProcessor ()
 
 GPUProcessor (const GPUProcessor &)=delete
 
GPUProcessoroperator= (const GPUProcessor &)=delete
 
 GPUd () GPUconstantref() const GPUConstantMem *GetConstantMem() const
 
 GPUd () GPUconstantref() const GPUParam &Param() const
 
 GPUd () void raiseError(uint32_t code
 
const GPUReconstructionGetRec () const
 
void InitGPUProcessor (GPUReconstruction *rec, ProcessorType type=PROCESSOR_TYPE_CPU, GPUProcessor *slaveProcessor=nullptr)
 
void Clear ()
 
template<class T >
T & HostProcessor (T *)
 

Public Attributes

uint8_t * mPzs = nullptr
 
ZSOffsetmPzsOffsets = nullptr
 
MinMaxCNmMinMaxCN = nullptr
 
uint8_t * mPpadIsNoisy = nullptr
 
tpc::DigitmPdigits = nullptr
 
ChargePosmPpositions = nullptr
 
ChargePosmPpeakPositions = nullptr
 
ChargePosmPfilteredPeakPositions = nullptr
 
uint8_t * mPisPeak = nullptr
 
uint32_t * mPclusterPosInRow = nullptr
 
uint16_t * mPchargeMap = nullptr
 
uint8_t * mPpeakMap = nullptr
 
uint32_t * mPindexMap = nullptr
 
uint32_t * mPclusterInRow = nullptr
 
tpc::ClusterNativemPclusterByRow = nullptr
 
GPUTPCClusterMCInterimArraymPlabelsByRow = nullptr
 
int32_t * mPbuf = nullptr
 
MemorymPmemory = nullptr
 
o2::dataformats::ConstMCTruthContainerView< o2::MCCompLabel > const * mPinputLabels = nullptr
 
uint32_t * mPlabelsInRow = nullptr
 
uint32_t mPlabelsHeaderGlobalOffset = 0
 
uint32_t mPlabelsDataGlobalOffset = 0
 
int32_t mISector = 0
 
uint32_t mNMaxClusterPerRow = 0
 
uint32_t mNMaxClusters = 0
 
uint32_t mNMaxPages = 0
 
size_t mNMaxDigits = 0
 
size_t mNMaxDigitsFragment = 0
 
size_t mNMaxDigitsEndpoint = 0
 
size_t mNMaxPeaks = 0
 
size_t mBufSize = 0
 
uint32_t mNBufs = 0
 
int16_t mMemoryId = -1
 
int16_t mScratchId = -1
 
int16_t mZSId = -1
 
int16_t mZSOffsetId = -1
 
int16_t mOutputId = -1
 
- Public Attributes inherited from o2::gpu::GPUProcessor
uint32_t param1 = 0
 
uint32_t uint32_t param2 = 0
 
uint32_t uint32_t uint32_t param3 = 0) const
 

Static Public Attributes

static constexpr int32_t mScanWorkGroupSize = GPUCA_THREAD_COUNT_SCAN
 

Additional Inherited Members

- Public Types inherited from o2::gpu::GPUProcessor
enum  ProcessorType { PROCESSOR_TYPE_CPU = 0 , PROCESSOR_TYPE_DEVICE = 1 , PROCESSOR_TYPE_SLAVE = 2 }
 
- Static Public Member Functions inherited from o2::gpu::GPUProcessor
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 voidalignPointer (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 SgetPointerWithAlignment (size_t &basePtr, size_t nEntries=1)
 
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT, class S >
static SgetPointerWithAlignment (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)
 
- Protected Member Functions inherited from o2::gpu::GPUProcessor
void AllocateAndInitializeLate ()
 
 GPUconstantref () const GPUConstantMem *mConstantMem
 
- Protected Attributes inherited from o2::gpu::GPUProcessor
GPUReconstructionmRec
 
ProcessorType mGPUProcessorType
 
GPUProcessormLinkedProcessor
 

Detailed Description

Definition at line 51 of file GPUTPCClusterFinder.h.

Constructor & Destructor Documentation

◆ ~GPUTPCClusterFinder()

GPUTPCClusterFinder::~GPUTPCClusterFinder ( )

Definition at line 34 of file GPUTPCClusterFinder.cxx.

Member Function Documentation

◆ clearMCMemory()

void GPUTPCClusterFinder::clearMCMemory ( )

Definition at line 167 of file GPUTPCClusterFinder.cxx.

◆ DumpChargeMap()

void GPUTPCClusterFinder::DumpChargeMap ( std::ostream &  out,
std::string_view  title 
)

Definition at line 37 of file GPUTPCClusterFinderDump.cxx.

◆ DumpClusters()

void GPUTPCClusterFinder::DumpClusters ( std::ostream &  out)

Definition at line 154 of file GPUTPCClusterFinderDump.cxx.

◆ DumpDigits()

void GPUTPCClusterFinder::DumpDigits ( std::ostream &  out)

Definition at line 23 of file GPUTPCClusterFinderDump.cxx.

◆ DumpPeakMap()

void GPUTPCClusterFinder::DumpPeakMap ( std::ostream &  out,
std::string_view  title 
)

Definition at line 70 of file GPUTPCClusterFinderDump.cxx.

◆ DumpPeaks()

void GPUTPCClusterFinder::DumpPeaks ( std::ostream &  out)

Definition at line 106 of file GPUTPCClusterFinderDump.cxx.

◆ DumpPeaksCompacted()

void GPUTPCClusterFinder::DumpPeaksCompacted ( std::ostream &  out)

Definition at line 117 of file GPUTPCClusterFinderDump.cxx.

◆ DumpSuppressedPeaks()

void GPUTPCClusterFinder::DumpSuppressedPeaks ( std::ostream &  out)

Definition at line 128 of file GPUTPCClusterFinderDump.cxx.

◆ DumpSuppressedPeaksCompacted()

void GPUTPCClusterFinder::DumpSuppressedPeaksCompacted ( std::ostream &  out)

Definition at line 142 of file GPUTPCClusterFinderDump.cxx.

◆ getNSteps()

uint32_t GPUTPCClusterFinder::getNSteps ( size_t  items) const

Definition at line 143 of file GPUTPCClusterFinder.cxx.

◆ GPUdi()

o2::gpu::GPUTPCClusterFinder::GPUdi ( ) const
inline

Definition at line 117 of file GPUTPCClusterFinder.h.

◆ InitializeProcessor()

void GPUTPCClusterFinder::InitializeProcessor ( )

Definition at line 29 of file GPUTPCClusterFinder.cxx.

◆ PrepareMC()

void GPUTPCClusterFinder::PrepareMC ( )

Definition at line 157 of file GPUTPCClusterFinder.cxx.

◆ RegisterMemoryAllocation()

void GPUTPCClusterFinder::RegisterMemoryAllocation ( )

Definition at line 97 of file GPUTPCClusterFinder.cxx.

◆ SetMaxData()

void GPUTPCClusterFinder::SetMaxData ( const GPUTrackingInOutPointers io)

Definition at line 114 of file GPUTPCClusterFinder.cxx.

◆ SetNMaxDigits()

void GPUTPCClusterFinder::SetNMaxDigits ( size_t  nDigits,
size_t  nPages,
size_t  nDigitsFragment,
size_t  nDigitsEndpointMax 
)

Definition at line 135 of file GPUTPCClusterFinder.cxx.

◆ SetPointersInput()

void * GPUTPCClusterFinder::SetPointersInput ( void mem)

Definition at line 46 of file GPUTPCClusterFinder.cxx.

◆ SetPointersMemory()

void * GPUTPCClusterFinder::SetPointersMemory ( void mem)

Definition at line 40 of file GPUTPCClusterFinder.cxx.

◆ SetPointersOutput()

void * GPUTPCClusterFinder::SetPointersOutput ( void mem)

Definition at line 71 of file GPUTPCClusterFinder.cxx.

◆ SetPointersScratch()

void * GPUTPCClusterFinder::SetPointersScratch ( void mem)

Definition at line 77 of file GPUTPCClusterFinder.cxx.

◆ SetPointersZS()

void * GPUTPCClusterFinder::SetPointersZS ( void mem)

Definition at line 63 of file GPUTPCClusterFinder.cxx.

◆ SetPointersZSOffset()

void * GPUTPCClusterFinder::SetPointersZSOffset ( void mem)

Definition at line 54 of file GPUTPCClusterFinder.cxx.

Member Data Documentation

◆ mBufSize

size_t o2::gpu::GPUTPCClusterFinder::mBufSize = 0

Definition at line 133 of file GPUTPCClusterFinder.h.

◆ mISector

int32_t o2::gpu::GPUTPCClusterFinder::mISector = 0

Definition at line 124 of file GPUTPCClusterFinder.h.

◆ mMemoryId

int16_t o2::gpu::GPUTPCClusterFinder::mMemoryId = -1

Definition at line 136 of file GPUTPCClusterFinder.h.

◆ mMinMaxCN

MinMaxCN* o2::gpu::GPUTPCClusterFinder::mMinMaxCN = nullptr

Definition at line 98 of file GPUTPCClusterFinder.h.

◆ mNBufs

uint32_t o2::gpu::GPUTPCClusterFinder::mNBufs = 0

Definition at line 134 of file GPUTPCClusterFinder.h.

◆ mNMaxClusterPerRow

uint32_t o2::gpu::GPUTPCClusterFinder::mNMaxClusterPerRow = 0

Definition at line 126 of file GPUTPCClusterFinder.h.

◆ mNMaxClusters

uint32_t o2::gpu::GPUTPCClusterFinder::mNMaxClusters = 0

Definition at line 127 of file GPUTPCClusterFinder.h.

◆ mNMaxDigits

size_t o2::gpu::GPUTPCClusterFinder::mNMaxDigits = 0

Definition at line 129 of file GPUTPCClusterFinder.h.

◆ mNMaxDigitsEndpoint

size_t o2::gpu::GPUTPCClusterFinder::mNMaxDigitsEndpoint = 0

Definition at line 131 of file GPUTPCClusterFinder.h.

◆ mNMaxDigitsFragment

size_t o2::gpu::GPUTPCClusterFinder::mNMaxDigitsFragment = 0

Definition at line 130 of file GPUTPCClusterFinder.h.

◆ mNMaxPages

uint32_t o2::gpu::GPUTPCClusterFinder::mNMaxPages = 0

Definition at line 128 of file GPUTPCClusterFinder.h.

◆ mNMaxPeaks

size_t o2::gpu::GPUTPCClusterFinder::mNMaxPeaks = 0

Definition at line 132 of file GPUTPCClusterFinder.h.

◆ mOutputId

int16_t o2::gpu::GPUTPCClusterFinder::mOutputId = -1

Definition at line 140 of file GPUTPCClusterFinder.h.

◆ mPbuf

int32_t* o2::gpu::GPUTPCClusterFinder::mPbuf = nullptr

Definition at line 114 of file GPUTPCClusterFinder.h.

◆ mPchargeMap

uint16_t* o2::gpu::GPUTPCClusterFinder::mPchargeMap = nullptr

Definition at line 108 of file GPUTPCClusterFinder.h.

◆ mPclusterByRow

tpc::ClusterNative* o2::gpu::GPUTPCClusterFinder::mPclusterByRow = nullptr

Definition at line 112 of file GPUTPCClusterFinder.h.

◆ mPclusterInRow

uint32_t* o2::gpu::GPUTPCClusterFinder::mPclusterInRow = nullptr

Definition at line 111 of file GPUTPCClusterFinder.h.

◆ mPclusterPosInRow

uint32_t* o2::gpu::GPUTPCClusterFinder::mPclusterPosInRow = nullptr

Definition at line 105 of file GPUTPCClusterFinder.h.

◆ mPdigits

tpc::Digit* o2::gpu::GPUTPCClusterFinder::mPdigits = nullptr

Definition at line 100 of file GPUTPCClusterFinder.h.

◆ mPfilteredPeakPositions

ChargePos* o2::gpu::GPUTPCClusterFinder::mPfilteredPeakPositions = nullptr

Definition at line 103 of file GPUTPCClusterFinder.h.

◆ mPindexMap

uint32_t* o2::gpu::GPUTPCClusterFinder::mPindexMap = nullptr

Definition at line 110 of file GPUTPCClusterFinder.h.

◆ mPinputLabels

o2::dataformats::ConstMCTruthContainerView<o2::MCCompLabel> const* o2::gpu::GPUTPCClusterFinder::mPinputLabels = nullptr

Definition at line 119 of file GPUTPCClusterFinder.h.

◆ mPisPeak

uint8_t* o2::gpu::GPUTPCClusterFinder::mPisPeak = nullptr

Definition at line 104 of file GPUTPCClusterFinder.h.

◆ mPlabelsByRow

GPUTPCClusterMCInterimArray* o2::gpu::GPUTPCClusterFinder::mPlabelsByRow = nullptr

Definition at line 113 of file GPUTPCClusterFinder.h.

◆ mPlabelsDataGlobalOffset

uint32_t o2::gpu::GPUTPCClusterFinder::mPlabelsDataGlobalOffset = 0

Definition at line 122 of file GPUTPCClusterFinder.h.

◆ mPlabelsHeaderGlobalOffset

uint32_t o2::gpu::GPUTPCClusterFinder::mPlabelsHeaderGlobalOffset = 0

Definition at line 121 of file GPUTPCClusterFinder.h.

◆ mPlabelsInRow

uint32_t* o2::gpu::GPUTPCClusterFinder::mPlabelsInRow = nullptr

Definition at line 120 of file GPUTPCClusterFinder.h.

◆ mPmemory

Memory* o2::gpu::GPUTPCClusterFinder::mPmemory = nullptr

Definition at line 115 of file GPUTPCClusterFinder.h.

◆ mPpadIsNoisy

uint8_t* o2::gpu::GPUTPCClusterFinder::mPpadIsNoisy = nullptr

Definition at line 99 of file GPUTPCClusterFinder.h.

◆ mPpeakMap

uint8_t* o2::gpu::GPUTPCClusterFinder::mPpeakMap = nullptr

Definition at line 109 of file GPUTPCClusterFinder.h.

◆ mPpeakPositions

ChargePos* o2::gpu::GPUTPCClusterFinder::mPpeakPositions = nullptr

Definition at line 102 of file GPUTPCClusterFinder.h.

◆ mPpositions

ChargePos* o2::gpu::GPUTPCClusterFinder::mPpositions = nullptr

Definition at line 101 of file GPUTPCClusterFinder.h.

◆ mPzs

uint8_t* o2::gpu::GPUTPCClusterFinder::mPzs = nullptr

Definition at line 96 of file GPUTPCClusterFinder.h.

◆ mPzsOffsets

ZSOffset* o2::gpu::GPUTPCClusterFinder::mPzsOffsets = nullptr

Definition at line 97 of file GPUTPCClusterFinder.h.

◆ mScanWorkGroupSize

constexpr int32_t o2::gpu::GPUTPCClusterFinder::mScanWorkGroupSize = GPUCA_THREAD_COUNT_SCAN
staticconstexpr

Definition at line 125 of file GPUTPCClusterFinder.h.

◆ mScratchId

int16_t o2::gpu::GPUTPCClusterFinder::mScratchId = -1

Definition at line 137 of file GPUTPCClusterFinder.h.

◆ mZSId

int16_t o2::gpu::GPUTPCClusterFinder::mZSId = -1

Definition at line 138 of file GPUTPCClusterFinder.h.

◆ mZSOffsetId

int16_t o2::gpu::GPUTPCClusterFinder::mZSOffsetId = -1

Definition at line 139 of file GPUTPCClusterFinder.h.


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