![]() |
Project
|
Classes | |
struct | DataPoint |
struct | DataPointVector |
struct | Gas |
struct | HV |
struct | Temperature |
Typedefs | |
using | DataType = float |
using | TimeStampType = uint64_t |
using | RawDPsF = DataPointVector< float > |
Functions | |
template<typename T > | |
void | doSortAndClean (std::vector< dcs::DataPointVector< T > > &dataVector) |
template<typename T > | |
void | doClear (std::vector< dcs::DataPointVector< T > > &dataVector) |
template<typename T > | |
void | doAppend (std::vector< dcs::DataPointVector< T > > &a, const std::vector< dcs::DataPointVector< T > > &b) |
template<typename T > | |
const T | getAverageValueForTime (const std::vector< dcs::DataPointVector< T > > &dpVec, const TimeStampType from, const TimeStampType until, const long range) |
std::vector< o2::dcs::test::HintType > | getTPCDCSDPHints (const int maxSectors=17) |
using o2::tpc::dcs::DataType = typedef float |
using o2::tpc::dcs::RawDPsF = typedef DataPointVector<float> |
using o2::tpc::dcs::TimeStampType = typedef uint64_t |
void o2::tpc::dcs::doAppend | ( | std::vector< dcs::DataPointVector< T > > & | a, |
const std::vector< dcs::DataPointVector< T > > & | b | ||
) |
void o2::tpc::dcs::doClear | ( | std::vector< dcs::DataPointVector< T > > & | dataVector | ) |
void o2::tpc::dcs::doSortAndClean | ( | std::vector< dcs::DataPointVector< T > > & | dataVector | ) |
const T o2::tpc::dcs::getAverageValueForTime | ( | const std::vector< dcs::DataPointVector< T > > & | dpVec, |
const TimeStampType | from, | ||
const TimeStampType | until, | ||
const long | range | ||
) |
std::vector< o2::dcs::test::HintType > o2::tpc::dcs::getTPCDCSDPHints | ( | const int | maxSectors = 17 | ) |
Definition at line 20 of file DCSDPHints.cxx.