![]() |
Project
|
struct containing the integrated FT0 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 IFT0C &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 (IFT0C, 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 FT0 currents
Definition at line 511 of file IntegratedClusterCalibrator.h.
|
inline |
check if stored currents have same number of entries
Definition at line 517 of file IntegratedClusterCalibrator.h.
o2::fit::IFT0C::ClassDefNV | ( | IFT0C | , |
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 525 of file IntegratedClusterCalibrator.h.
|
inline |
Definition at line 519 of file IntegratedClusterCalibrator.h.
nDummyValues | number of empty values which are inserted at the beginning of the accumulated integrated currents |
Definition at line 534 of file IntegratedClusterCalibrator.h.
|
inline |
check if values are empty
Definition at line 518 of file IntegratedClusterCalibrator.h.
|
inline |
normalize currents
Definition at line 562 of file IntegratedClusterCalibrator.h.
|
inline |
reset buffered currents
Definition at line 553 of file IntegratedClusterCalibrator.h.
resize buffer for accumulated currents
Definition at line 544 of file IntegratedClusterCalibrator.h.
Definition at line 520 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::fit::IFT0C::mIAmplA |
integrated 1D FIT currents for Ampl A
Definition at line 514 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::fit::IFT0C::mIAmplC |
integrated 1D FIT currents for Ampl C
Definition at line 515 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::fit::IFT0C::mINChanA |
integrated 1D FIT currents for NChan A
Definition at line 512 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::fit::IFT0C::mINChanC |
integrated 1D FIT currents for NChan C
Definition at line 513 of file IntegratedClusterCalibrator.h.
long o2::fit::IFT0C::mTimeMS {} |
start time in ms
Definition at line 516 of file IntegratedClusterCalibrator.h.