![]() |
Project
|
#include <GPUTPCClusterData.h>
Public Attributes | |
int32_t | id |
int16_t | row |
int16_t | flags |
float | x |
float | y |
float | z |
float | amp |
Definition at line 22 of file GPUTPCClusterData.h.
float o2::gpu::GPUTPCClusterData::amp |
Definition at line 29 of file GPUTPCClusterData.h.
int16_t o2::gpu::GPUTPCClusterData::flags |
Definition at line 25 of file GPUTPCClusterData.h.
int32_t o2::gpu::GPUTPCClusterData::id |
Definition at line 23 of file GPUTPCClusterData.h.
int16_t o2::gpu::GPUTPCClusterData::row |
Definition at line 24 of file GPUTPCClusterData.h.
float o2::gpu::GPUTPCClusterData::x |
Definition at line 26 of file GPUTPCClusterData.h.
float o2::gpu::GPUTPCClusterData::y |
Definition at line 27 of file GPUTPCClusterData.h.
float o2::gpu::GPUTPCClusterData::z |
Definition at line 28 of file GPUTPCClusterData.h.