![]() |
Project
|
#include <IDCContainer.h>
Public Member Functions | |
IDCOne ()=default | |
default constructor | |
IDCOne (const unsigned int nIDC) | |
IDCOne (const unsigned int nIDC, const float val) | |
void | setValueIDCOne (const float idcOne, const unsigned int index) |
float | getValueIDCOne (const unsigned int index) const |
auto | getNIDCs () const |
void | clear () |
clearing the IDCOne values | |
void | resize (const unsigned int size) |
resize vector | |
void | append (const IDCOne &idcone) |
append an IDCOne vector | |
IDCOne & | operator*= (const float value) |
multiply IDCOne values by a factor | |
Public Attributes | |
std::vector< float > | mIDCOne {} |
I_1(t) = <I(r,\phi,t) / I_0(r,\phi)>_{r,\phi}. | |
std::vector< float > | mIDCOneMedian {} |
median of IDCs | |
std::vector< float > | mIDCOneRMS {} |
RMS of IDCs. | |
Definition at line 211 of file IDCContainer.h.
|
default |
default constructor
|
inline |
constructor for initializing member with default value (this is used in the IDCFourierTransform class to perform calculation of the fourier coefficients for the first aggregation interval)
nIDC | number of IDCs which will be initialized |
Definition at line 218 of file IDCContainer.h.
|
inline |
nIDC | number of IDCs which will be initialized |
val | initialized values of the IDCs |
Definition at line 222 of file IDCContainer.h.
append an IDCOne vector
Definition at line 243 of file IDCContainer.h.
|
inline |
clearing the IDCOne values
Definition at line 237 of file IDCContainer.h.
|
inline |
Definition at line 234 of file IDCContainer.h.
|
inline |
index | index in the storage |
Definition at line 231 of file IDCContainer.h.
|
inline |
multiply IDCOne values by a factor
Definition at line 246 of file IDCContainer.h.
resize vector
Definition at line 240 of file IDCContainer.h.
set IDC one for given index
idcOne | Delta IDC value which will be set |
index | index in the storage |
Definition at line 227 of file IDCContainer.h.
std::vector<float> o2::tpc::IDCOne::mIDCOne {} |
I_1(t) = <I(r,\phi,t) / I_0(r,\phi)>_{r,\phi}.
Definition at line 252 of file IDCContainer.h.
std::vector<float> o2::tpc::IDCOne::mIDCOneMedian {} |
median of IDCs
Definition at line 253 of file IDCContainer.h.
std::vector<float> o2::tpc::IDCOne::mIDCOneRMS {} |
RMS of IDCs.
Definition at line 254 of file IDCContainer.h.