Project
Loading...
Searching...
No Matches
o2::tpc::IDCDelta< float > Struct Reference

struct containing the IDC0 values More...

#include <IDCContainer.h>

Public Member Functions

void setValue (const float idcDelta, const unsigned int index)
 
float getValue (const unsigned int index) const
 
const auto & getIDCDelta () const
 
auto & getIDCDelta ()
 
auto getIDCDeltaContainer () &&
 
void setIDCDelta (const unsigned int index, const float val)
 
void resize (const unsigned int size)
 
auto getNIDCs () const
 

Public Attributes

IDCDeltaContainer< float > mIDCDelta {}
 storage for uncompressed Delta IDCs
 

Detailed Description

struct containing the IDC0 values

Definition at line 118 of file IDCContainer.h.

Member Function Documentation

◆ getIDCDelta() [1/2]

auto & o2::tpc::IDCDelta< float >::getIDCDelta ( )
inline
Returns
returns vector of Delta IDCs

Definition at line 132 of file IDCContainer.h.

◆ getIDCDelta() [2/2]

const auto & o2::tpc::IDCDelta< float >::getIDCDelta ( ) const
inline
Returns
returns vector of Delta IDCs

Definition at line 129 of file IDCContainer.h.

◆ getIDCDeltaContainer()

auto o2::tpc::IDCDelta< float >::getIDCDeltaContainer ( ) &&
inline
Returns
returns vector of Delta IDCs

Definition at line 135 of file IDCContainer.h.

◆ getNIDCs()

auto o2::tpc::IDCDelta< float >::getNIDCs ( ) const
inline
Returns
returns number of stored IDCs

Definition at line 147 of file IDCContainer.h.

◆ getValue()

float o2::tpc::IDCDelta< float >::getValue ( const unsigned int  index) const
inline
Returns
returns stored Delta IDC value
Parameters
indexindex in the storage

Definition at line 126 of file IDCContainer.h.

◆ resize()

void o2::tpc::IDCDelta< float >::resize ( const unsigned int  size)
inline

resize the container

Parameters
sizenew size of the container

Definition at line 144 of file IDCContainer.h.

◆ setIDCDelta()

void o2::tpc::IDCDelta< float >::setIDCDelta ( const unsigned int  index,
const float  val 
)
inline

set IDCDelta value

Parameters
indexindex in the storage (see: getIndexUngrouped int IDCGroupHelperSector)
valvalue of IDCDelta which will be stored

Definition at line 140 of file IDCContainer.h.

◆ setValue()

void o2::tpc::IDCDelta< float >::setValue ( const float  idcDelta,
const unsigned int  index 
)
inline

set idcDelta for given index

Parameters
idcDeltaDelta IDC value which will be set
indexindex in the storage

Definition at line 122 of file IDCContainer.h.

Member Data Documentation

◆ mIDCDelta

IDCDeltaContainer<float> o2::tpc::IDCDelta< float >::mIDCDelta {}

storage for uncompressed Delta IDCs

Definition at line 149 of file IDCContainer.h.


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