|
void | fill (const TimeStampType time, const T &value) |
|
void | fill (const DPType &dataPoint) |
|
void | sort () |
|
void | sortAndClean () |
|
void | clear () |
|
void | append (const DataPointVector< T > &other) |
|
const T & | getValueForTime (const TimeStampType timeStamp) const |
|
const T | getAverageValueForTime (const TimeStampType timeStamp, const long range) const |
| calculate average value for timeStamp , extending the range by +- range elements
|
|
const std::pair< T, long > | getSumAndPoints (const TimeStampType from, const TimeStampType until, const long range) const |
| calculate average value between from and unil , extending the range by +- range elements
|
|
const T | getAverageValueForTime (const TimeStampType from, const TimeStampType until, const long range) const |
|
| ClassDefNV (DataPointVector, 1) |
|
template<typename T>
struct o2::tpc::dcs::DataPointVector< T >
Vector of data points at different time stamps
Definition at line 64 of file DCS.h.