Test classes in StatsFilter.hpp
Definition in file StatsFilter_T.cpp.
#include <vector>
#include "FirstDiffFilter.hpp"
#include "FDiffFilter.hpp"
#include "WindowFilter.hpp"
#include "logstream.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int | testFDiff (const vector< double > &xdata, const vector< double > &data, const double &ratlimit, const string &label, const bool &verbose, vector< FilterHit< double > > &hit) |
int | testFirstDiff (const vector< double > &xdata, const vector< double > &data, const double &ratlimit, const string &label, const bool &verbose, vector< FilterHit< double > > &hit) |
int | testWindow (const vector< double > &xdata, const vector< double > &data, const bool &useTSS, const double &window, const double &steplimit, const double &ratlimit, const string &label, const bool &verbose, vector< FilterHit< double > > &hit) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 277 of file StatsFilter_T.cpp.
int testFDiff | ( | const vector< double > & | xdata, |
const vector< double > & | data, | ||
const double & | ratlimit, | ||
const string & | label, | ||
const bool & | verbose, | ||
vector< FilterHit< double > > & | hit | ||
) |
Definition at line 203 of file StatsFilter_T.cpp.
int testFirstDiff | ( | const vector< double > & | xdata, |
const vector< double > & | data, | ||
const double & | ratlimit, | ||
const string & | label, | ||
const bool & | verbose, | ||
vector< FilterHit< double > > & | hit | ||
) |
Definition at line 54 of file StatsFilter_T.cpp.
int testWindow | ( | const vector< double > & | xdata, |
const vector< double > & | data, | ||
const bool & | useTSS, | ||
const double & | window, | ||
const double & | steplimit, | ||
const double & | ratlimit, | ||
const string & | label, | ||
const bool & | verbose, | ||
vector< FilterHit< double > > & | hit | ||
) |
Definition at line 142 of file StatsFilter_T.cpp.