Project
Loading...
Searching...
No Matches
o2::gpu::tpccf Namespace Reference

Typedefs

using SizeT = size_t
 
using TPCTime = int32_t
 
using TPCFragmentTime = int16_t
 
using Pad = uint8_t
 
using GlobalPad = int16_t
 
using Row = uint8_t
 
using Cru = uint8_t
 
using Charge = float
 
using Delta = int16_t
 
using Delta2 = short2
 
using local_id = short2
 

Typedef Documentation

◆ Charge

using o2::gpu::tpccf::Charge = typedef float

Definition at line 68 of file clusterFinderDefs.h.

◆ Cru

using o2::gpu::tpccf::Cru = typedef uint8_t

Definition at line 66 of file clusterFinderDefs.h.

◆ Delta

using o2::gpu::tpccf::Delta = typedef int16_t

Definition at line 70 of file clusterFinderDefs.h.

◆ Delta2

using o2::gpu::tpccf::Delta2 = typedef short2

Definition at line 71 of file clusterFinderDefs.h.

◆ GlobalPad

using o2::gpu::tpccf::GlobalPad = typedef int16_t

Definition at line 64 of file clusterFinderDefs.h.

◆ local_id

Definition at line 73 of file clusterFinderDefs.h.

◆ Pad

using o2::gpu::tpccf::Pad = typedef uint8_t

Definition at line 63 of file clusterFinderDefs.h.

◆ Row

using o2::gpu::tpccf::Row = typedef uint8_t

Definition at line 65 of file clusterFinderDefs.h.

◆ SizeT

using o2::gpu::tpccf::SizeT = typedef size_t

Definition at line 60 of file clusterFinderDefs.h.

◆ TPCFragmentTime

using o2::gpu::tpccf::TPCFragmentTime = typedef int16_t

Definition at line 62 of file clusterFinderDefs.h.

◆ TPCTime

using o2::gpu::tpccf::TPCTime = typedef int32_t

Definition at line 61 of file clusterFinderDefs.h.