![]() |
Project
|
struct containing the integrated TOF 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 ITOFC &data) |
void | insert (const unsigned int nDummyValues) |
void | resize (const unsigned int nTotal) |
resize buffer for accumulated currents | |
ClassDefNV (ITOFC, 2) | |
Public Attributes | |
std::vector< float > | mITOFCNCl |
integrated 1D TOF cluster currents | |
std::vector< float > | mITOFCQ |
integrated 1D TOF qTot currents | |
long | mTimeMS {} |
start time in ms | |
struct containing the integrated TOF currents
Definition at line 40 of file IntegratedClusterCalibrator.h.
|
inline |
check if stored currents have same number of entries
Definition at line 44 of file IntegratedClusterCalibrator.h.
o2::tof::ITOFC::ClassDefNV | ( | ITOFC | , |
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 52 of file IntegratedClusterCalibrator.h.
|
inline |
Definition at line 46 of file IntegratedClusterCalibrator.h.
nDummyValues | number of empty values which are inserted at the beginning of the accumulated integrated currents |
Definition at line 59 of file IntegratedClusterCalibrator.h.
|
inline |
check if values are empty
Definition at line 45 of file IntegratedClusterCalibrator.h.
resize buffer for accumulated currents
Definition at line 67 of file IntegratedClusterCalibrator.h.
Definition at line 47 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::tof::ITOFC::mITOFCNCl |
integrated 1D TOF cluster currents
Definition at line 41 of file IntegratedClusterCalibrator.h.
std::vector<float> o2::tof::ITOFC::mITOFCQ |
integrated 1D TOF qTot currents
Definition at line 42 of file IntegratedClusterCalibrator.h.
long o2::tof::ITOFC::mTimeMS {} |
start time in ms
Definition at line 43 of file IntegratedClusterCalibrator.h.