|
ProteoWizard
|
#include "PeakExtractor.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"#include <cstring>Go to the source code of this file.
Functions | |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| const double | testData_ [] |
| const size_t | testDataSize_ = sizeof(testData_)/sizeof(double) |
| void test | ( | ) |
Definition at line 170 of file PeakExtractorTest.cpp.
References epsilon, pwiz::analysis::PeakExtractor::extractPeaks(), pwiz::chemistry::Ion::mz(), os_, testData_, testDataSize_, unit_assert, unit_assert_equal, pwiz::analysis::PeakFinder_SNR::Config::windowRadius, pwiz::analysis::PeakFitter_Parabola::Config::windowRadius, and pwiz::analysis::PeakFinder_SNR::Config::zValueThreshold.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 206 of file PeakExtractorTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 36 of file PeakExtractorTest.cpp.
| const double testData_[] |
Definition at line 39 of file PeakExtractorTest.cpp.
| const size_t testDataSize_ = sizeof(testData_)/sizeof(double) |
Definition at line 167 of file PeakExtractorTest.cpp.
1.8.1.1