ProteoWizard
|
#include "SearchNeighborhoodCalculator.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/minimxml/XMLWriter.hpp"
Go to the source code of this file.
Functions | |
void | testNormalDistribution () |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void testNormalDistribution | ( | ) |
Definition at line 36 of file SearchNeighborhoodCalculatorTest.cpp.
Referenced by main().
void test | ( | ) |
Definition at line 43 of file SearchNeighborhoodCalculatorTest.cpp.
References pwiz::data::pepxml::SpectrumQuery::assumedCharge, pwiz::eharmony::SearchNeighborhoodCalculator::close(), pwiz::data::peakdata::Feature::mz, os_, pwiz::data::pepxml::SpectrumQuery::precursorNeutralMass, pwiz::data::peakdata::Feature::retentionTime, pwiz::data::pepxml::SpectrumQuery::retentionTimeSec, unit_assert, pwiz::data::peakdata::Feature::write(), and pwiz::data::pepxml::SpectrumQuery::write().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 68 of file SearchNeighborhoodCalculatorTest.cpp.
References e(), os_, test(), and testNormalDistribution().
ostream* os_ = 0 |
Definition at line 34 of file SearchNeighborhoodCalculatorTest.cpp.