ProteoWizard
|
#include "PeakFitter.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 | testParabola () |
void | testMultiplePeaks () |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void testParabola | ( | ) |
Definition at line 39 of file PeakFitterTest.cpp.
References pwiz::analysis::Peak::area, e(), epsilon, pwiz::analysis::PeakFitter_Parabola::fitPeak(), os_, unit_assert, unit_assert_equal, and pwiz::analysis::PeakFitter_Parabola::Config::windowRadius.
Referenced by test().
void testMultiplePeaks | ( | ) |
Definition at line 75 of file PeakFitterTest.cpp.
References e(), epsilon, pwiz::analysis::PeakFitter::fitPeaks(), pwiz::chemistry::Ion::mz(), os_, unit_assert, and unit_assert_equal.
Referenced by test().
void test | ( | ) |
Definition at line 118 of file PeakFitterTest.cpp.
References testMultiplePeaks(), and testParabola().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 125 of file PeakFitterTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 36 of file PeakFitterTest.cpp.