![]() |
Project
|
#include <ClusterNativeHelper.h>
Inherits o2::tpc::ClusterGroupHeader.
Public Types | |
using | attribute_type = ClusterGroupHeader |
using | value_type = ClusterNative |
Public Member Functions | |
size_t | getFlatSize () const |
const value_type * | data () const |
value_type * | data () |
![]() | |
ClusterGroupHeader (const ClusterGroupAttribute &attr, uint16_t n) | |
![]() | |
void | set (uint32_t subSpecification) |
uint32_t | getSubSpecification () const |
Public Attributes | |
value_type | clusters [0] |
![]() | |
uint16_t | nClusters |
![]() | |
uint8_t | sector |
uint8_t | globalPadRow |
Contiguous buffer for a collection of ClusterNative objects belonging to a row. The struct inherits the sector, globalPadRow, and nClusters members from the property ClusterGroupHeader.
Used for messages
Definition at line 68 of file ClusterNativeHelper.h.
Definition at line 69 of file ClusterNativeHelper.h.
Definition at line 70 of file ClusterNativeHelper.h.
|
inline |
Definition at line 76 of file ClusterNativeHelper.h.
|
inline |
Definition at line 74 of file ClusterNativeHelper.h.
|
inline |
Definition at line 72 of file ClusterNativeHelper.h.
value_type o2::tpc::ClusterNativeBuffer::clusters[0] |
Definition at line 78 of file ClusterNativeHelper.h.