![]() |
Project
|
struct containing the ITPC0 values (integrated TPC clusters) More...
#include <IDCContainer.h>
Public Member Functions | |
void | setValueIDCZero (const float idcZero, const unsigned int index) |
void | fillValueIDCZero (const float idcZero, const unsigned int index) |
float | getValueIDCZero (const unsigned int index) const |
void | clear () |
bool | empty () const |
returns check if the IDC0 vector is empty | |
void | resize (const unsigned int size) |
resize vector | |
auto | getNIDC0 () const |
get number of IDC0 values | |
IDCZero & | operator+= (const IDCZero &idczero) |
add IDCZero values from other object | |
IDCZero & | operator/= (const float value) |
Public Attributes | |
std::vector< float > | mIDCZero {} |
I_0(r,\phi) = <I(r,\phi,t)>_t. | |
struct containing the ITPC0 values (integrated TPC clusters)
Definition at line 154 of file IDCContainer.h.
|
inline |
clearing | IDC0 values |
Definition at line 171 of file IDCContainer.h.
|
inline |
returns check if the IDC0 vector is empty
Definition at line 174 of file IDCContainer.h.
increase IDC zero for given index
idcZero | Delta IDC value which will be set |
index | index in the storage |
Definition at line 164 of file IDCContainer.h.
|
inline |
get number of IDC0 values
Definition at line 180 of file IDCContainer.h.
|
inline |
index | index in the storage |
Definition at line 168 of file IDCContainer.h.
add IDCZero values from other object
Definition at line 183 of file IDCContainer.h.
|
inline |
Definition at line 189 of file IDCContainer.h.
resize vector
Definition at line 177 of file IDCContainer.h.
set IDC zero for given index
idcZero | Delta IDC value which will be set |
index | index in the storage |
Definition at line 159 of file IDCContainer.h.
std::vector<float> o2::tpc::IDCZero::mIDCZero {} |
I_0(r,\phi) = <I(r,\phi,t)>_t.
Definition at line 195 of file IDCContainer.h.