![]() |
Project
|
struct containing the integrated FV0 currents More...
#include <IntegratedClusterCalibrator.h>
Public Member Functions | |
bool | areSameSize () const |
check if stored currents have same number of entries | |
bool | isEmpty () const |
check if values are empty | |
size_t | getEntries () const |
void | setStartTime (long timeMS) |
void | fill (const unsigned int posIndex, const IFV0C &data) |
void | insert (const unsigned int nDummyValues) |
void | resize (const unsigned int nTotal) |
resize buffer for accumulated currents | |
void | reset () |
reset buffered currents | |
void | normalize (const float factor) |
normalize currents | |
ClassDefNV (IFV0C, 2) | |
Public Attributes | |
std::vector< float > | mINChanA |
integrated 1D FIT currents for NChan A | |
std::vector< float > | mIAmplA |
integrated 1D FIT currents for Ampl A | |
long | mTimeMS {} |
start time in ms | |
struct containing the integrated FV0 currents
Definition at line 574 of file IntegratedClusterCalibrator.h.
|
inline |
check if stored currents have same number of entries
Definition at line 578 of file IntegratedClusterCalibrator.h.
o2::fit::IFV0C::ClassDefNV | ( | IFV0C | , |
2 | |||
) |
acummulate integrated currents at given index
posIndex | index where data will be copied to |
data | integrated currents which will be copied |
Definition at line 586 of file IntegratedClusterCalibrator.h.
|
inline |
Definition at line 580 of file IntegratedClusterCalibrator.h.
nDummyValues | number of empty values which are inserted at the beginning of the accumulated integrated currents |
Definition at line 593 of file IntegratedClusterCalibrator.h.
|
inline |
check if values are empty
Definition at line 579 of file IntegratedClusterCalibrator.h.
|
inline |
normalize currents
Definition at line 615 of file IntegratedClusterCalibrator.h.
|
inline |
reset buffered currents
Definition at line 608 of file IntegratedClusterCalibrator.h.
resize buffer for accumulated currents
Definition at line 601 of file IntegratedClusterCalibrator.h.
Definition at line 581 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::fit::IFV0C::mIAmplA |
integrated 1D FIT currents for Ampl A
Definition at line 576 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::fit::IFV0C::mINChanA |
integrated 1D FIT currents for NChan A
Definition at line 575 of file IntegratedClusterCalibrator.h.
long o2::fit::IFV0C::mTimeMS {} |
start time in ms
Definition at line 577 of file IntegratedClusterCalibrator.h.