![]() |
Project
|
struct containing the integrated FDD 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 IFDDC &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 (IFDDC, 2) | |
Public Attributes | |
std::vector< float > | mINChanA |
integrated 1D FIT currents for NChan A | |
std::vector< float > | mINChanC |
integrated 1D FIT currents for NChan C | |
std::vector< float > | mIAmplA |
integrated 1D FIT currents for Ampl A | |
std::vector< float > | mIAmplC |
integrated 1D FIT currents for Ampl C | |
long | mTimeMS {} |
start time in ms | |
struct containing the integrated FDD currents
Definition at line 625 of file IntegratedClusterCalibrator.h.
|
inline |
check if stored currents have same number of entries
Definition at line 631 of file IntegratedClusterCalibrator.h.
o2::fit::IFDDC::ClassDefNV | ( | IFDDC | , |
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 639 of file IntegratedClusterCalibrator.h.
|
inline |
Definition at line 633 of file IntegratedClusterCalibrator.h.
nDummyValues | number of empty values which are inserted at the beginning of the accumulated integrated currents |
Definition at line 648 of file IntegratedClusterCalibrator.h.
|
inline |
check if values are empty
Definition at line 632 of file IntegratedClusterCalibrator.h.
|
inline |
normalize currents
Definition at line 676 of file IntegratedClusterCalibrator.h.
|
inline |
reset buffered currents
Definition at line 667 of file IntegratedClusterCalibrator.h.
resize buffer for accumulated currents
Definition at line 658 of file IntegratedClusterCalibrator.h.
Definition at line 634 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::fit::IFDDC::mIAmplA |
integrated 1D FIT currents for Ampl A
Definition at line 628 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::fit::IFDDC::mIAmplC |
integrated 1D FIT currents for Ampl C
Definition at line 629 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::fit::IFDDC::mINChanA |
integrated 1D FIT currents for NChan A
Definition at line 626 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::fit::IFDDC::mINChanC |
integrated 1D FIT currents for NChan C
Definition at line 627 of file IntegratedClusterCalibrator.h.
long o2::fit::IFDDC::mTimeMS {} |
start time in ms
Definition at line 630 of file IntegratedClusterCalibrator.h.