class Trend Accumulate and write trend data frames.
Accumulate and write trend data. The trend is specified with a sample interval and a number of points per frame. The Trend class averages over all data within the sample interval and produces a frame after the desired number of samples have been accumulated.
typedef TrendAcc::math_t math_t
typedef float trend_t
enum TrendType
Trend(const Trend& x)
explicit Trend(const char* Name, TrendType type=kSecond, count_t FrameL=0)
~Trend()
bool exists(const char* ChName) const
TrendChan& find(const char* ChName)
const TrendChan& find(const char* ChName) const
std::string getName(void) const
std::string getFileName(void) const
void addChannel(const char* Name)
void close(void)
void open(void)
void trendData(const char* Name, const TSeries& ts)
void trendData(const char* Name, const Time& t, math_t point)
void setFile(const char* Name)
void setFrameLen(int nSample)
void setIFO(const char* ifo)
void setName(const char* Name)
void setSample(Interval time)
void setType(TrendType type)
alphabetic index hierarchy of classes
generated by doc++