Project
Loading...
Searching...
No Matches
o2::tpc::ClusterNativeContainer Struct Reference

#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_typedata () const
 
value_typedata ()
 
- Public Member Functions inherited from o2::tpc::ClusterGroupAttribute
void set (uint32_t subSpecification)
 
uint32_t getSubSpecification () const
 

Public Attributes

std::vector< ClusterNativeclusters
 
- Public Attributes inherited from o2::tpc::ClusterGroupAttribute
uint8_t sector
 
uint8_t globalPadRow
 

Detailed Description

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.

Member Typedef Documentation

◆ attribute_type

◆ value_type

Member Function Documentation

◆ data() [1/2]

value_type * o2::tpc::ClusterNativeContainer::data ( )
inline

Definition at line 55 of file ClusterNativeHelper.h.

◆ data() [2/2]

const value_type * o2::tpc::ClusterNativeContainer::data ( ) const
inline

Definition at line 53 of file ClusterNativeHelper.h.

◆ getFlatSize()

size_t o2::tpc::ClusterNativeContainer::getFlatSize ( ) const
inline

Definition at line 51 of file ClusterNativeHelper.h.

Member Data Documentation

◆ clusters

std::vector<ClusterNative> o2::tpc::ClusterNativeContainer::clusters

Definition at line 57 of file ClusterNativeHelper.h.


The documentation for this struct was generated from the following file: