![]() |
Project
|
struct to access and set Delta IDCs More...
#include <IDCContainer.h>
Public Member Functions | |
void | setValue (const float idcDelta, const unsigned int index) |
void | emplace_back (const float idcDelta) |
DataT | compressValue (float idcDelta) const |
float | getValue (const unsigned int index) const |
void | setCompressionFactor (const float factorMin, const float factorMax) |
const auto & | getIDCDelta () const |
auto & | getIDCDelta () |
void | setIDCDelta (const unsigned int index, const DataT val) |
const auto & | getCompressionFactors () const |
auto | getCompressionFactor () const |
auto | getNIDCs () const |
Public Attributes | |
IDCDeltaContainer< DataT > | mIDCDelta {} |
storage for Delta IDCs | |
IDCDeltaCompressionFactors | mCompressionFactor {} |
compression factor for Delta IDCs | |
struct to access and set Delta IDCs
Definition at line 64 of file IDCContainer.h.
|
inline |
idcDelta | Delta IDC value which will be set |
Definition at line 77 of file IDCContainer.h.
|
inline |
set idcDelta ath the end of storage
idcDelta | Delta IDC value which will be set |
Definition at line 73 of file IDCContainer.h.
|
inline |
Definition at line 106 of file IDCContainer.h.
|
inline |
Definition at line 103 of file IDCContainer.h.
|
inline |
Definition at line 95 of file IDCContainer.h.
|
inline |
Definition at line 92 of file IDCContainer.h.
|
inline |
Definition at line 109 of file IDCContainer.h.
|
inline |
index | index in the storage (see: getIndexUngrouped int IDCGroupHelperSector) |
Definition at line 85 of file IDCContainer.h.
|
inline |
set compression factor
factor | factor which will be used for the compression |
Definition at line 89 of file IDCContainer.h.
|
inline |
set IDCDelta value
index | index in the storage (see: getIndexUngrouped int IDCGroupHelperSector) |
val | value of IDCDelta which will be stored |
Definition at line 100 of file IDCContainer.h.
|
inline |
set idcDelta for given index
idcDelta | Delta IDC value which will be set |
index | index in the storage |
Definition at line 69 of file IDCContainer.h.
IDCDeltaCompressionFactors o2::tpc::IDCDelta< DataT >::mCompressionFactor {} |
compression factor for Delta IDCs
Definition at line 112 of file IDCContainer.h.
IDCDeltaContainer<DataT> o2::tpc::IDCDelta< DataT >::mIDCDelta {} |
storage for Delta IDCs
Definition at line 111 of file IDCContainer.h.