![]() |
Project
|
#include <TPCScaler.h>
Public Member Functions | |
float | getWeight (float deltaTime) const |
bool | isValid () const |
float | getDurationMS () const |
ClassDefNV (TPCScalerWeights, 1) | |
Public Attributes | |
float | mSamplingTimeMS = -1 |
sampling of the stored weights | |
float | mFirstTimeStampMS = 0 |
first timestamp | |
std::vector< float > | mWeights |
stored weights | |
Definition at line 30 of file TPCScaler.h.
o2::tpc::TPCScalerWeights::ClassDefNV | ( | TPCScalerWeights | , |
1 | |||
) |
|
inline |
Definition at line 33 of file TPCScaler.h.
float TPCScalerWeights::getWeight | ( | float | deltaTime | ) | const |
Definition at line 149 of file TPCScaler.cxx.
|
inline |
Definition at line 32 of file TPCScaler.h.
float o2::tpc::TPCScalerWeights::mFirstTimeStampMS = 0 |
first timestamp
Definition at line 35 of file TPCScaler.h.
float o2::tpc::TPCScalerWeights::mSamplingTimeMS = -1 |
sampling of the stored weights
Definition at line 34 of file TPCScaler.h.
std::vector<float> o2::tpc::TPCScalerWeights::mWeights |
stored weights
Definition at line 36 of file TPCScaler.h.