![]() |
Project
|
#include <ClusterNativeHelper.h>
Inherits o2::tpc::ClusterGroupAttribute.
Public Types | |
using | attribute_type = ClusterGroupAttribute |
using | value_type = ClusterNative |
Public Member Functions | |
size_t | getFlatSize () const |
const value_type * | data () const |
value_type * | data () |
![]() | |
void | set (uint32_t subSpecification) |
uint32_t | getSubSpecification () const |
Public Attributes | |
std::vector< ClusterNative > | clusters |
![]() | |
uint8_t | sector |
uint8_t | globalPadRow |
A container class for a collection of ClusterNative object belonging to a row. The struct inherits the sector and globalPadRow members of ClusterGroupAttribute.
Not for permanent storage.
Definition at line 47 of file ClusterNativeHelper.h.
Definition at line 48 of file ClusterNativeHelper.h.
Definition at line 49 of file ClusterNativeHelper.h.
|
inline |
Definition at line 55 of file ClusterNativeHelper.h.
|
inline |
Definition at line 53 of file ClusterNativeHelper.h.
|
inline |
Definition at line 51 of file ClusterNativeHelper.h.
std::vector<ClusterNative> o2::tpc::ClusterNativeContainer::clusters |
Definition at line 57 of file ClusterNativeHelper.h.