ProteoWizard
|
#include "FeatureDetectorSimple.hpp"
#include "PeakFamilyDetectorFT.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/data/msdata/MSDataFile.hpp"
#include "pwiz/data/msdata/Serializer_mzML.hpp"
#include "boost/iostreams/positioning.hpp"
#include "boost/filesystem/path.hpp"
#include "pwiz/utility/misc/Std.hpp"
Go to the source code of this file.
Classes | |
struct | mzrtEqual |
Functions | |
void | testFeatureDetectorSimple (const bfs::path &datadir) |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
double | mz_epsilon = .005 |
double | rt_epsilon = 10 |
void testFeatureDetectorSimple | ( | const bfs::path & | datadir | ) |
Definition at line 61 of file FeatureDetectorSimpleTest.cpp.
References pwiz::analysis::PeakFamilyDetectorFT::Config::cp, pwiz::analysis::FeatureDetectorSimple::detect(), pwiz::analysis::PeakFamilyDetectorFT::Config::log, os_, and unit_assert.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 117 of file FeatureDetectorSimpleTest.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testFeatureDetectorSimple().
ostream* os_ = 0 |
Definition at line 40 of file FeatureDetectorSimpleTest.cpp.
double mz_epsilon = .005 |
Definition at line 42 of file FeatureDetectorSimpleTest.cpp.
Referenced by mzrtEqual::operator()().
double rt_epsilon = 10 |
Definition at line 43 of file FeatureDetectorSimpleTest.cpp.
Referenced by mzrtEqual::operator()().