ProteoWizard
|
#include "SpectrumList_PrecursorRefine.hpp"
#include "pwiz/data/msdata/MSDataFile.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "boost/filesystem/path.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include <cstring>
Go to the source code of this file.
Functions | |
void | verifyPrecursorMZ (const Spectrum &spectrum, double precursorMZ) |
void | testPrecursorRefine (const bfs::path &datadir) |
void | test (const bfs::path &datadir) |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void verifyPrecursorMZ | ( | const Spectrum & | spectrum, |
double | precursorMZ | ||
) |
Definition at line 42 of file SpectrumList_PrecursorRefineTest.cpp.
References pwiz::data::ParamContainer::cvParam(), e(), epsilon, pwiz::msdata::SpectrumIdentity::id, pwiz::msdata::SpectrumIdentity::index, MS_charge_state, MS_selected_ion_m_z, os_, pwiz::msdata::Spectrum::precursors, unit_assert, unit_assert_equal, and pwiz::data::CVParam::valueAs().
Referenced by testPrecursorRefine().
void testPrecursorRefine | ( | const bfs::path & | datadir | ) |
Definition at line 64 of file SpectrumList_PrecursorRefineTest.cpp.
References os_, pwiz::msdata::MSData::run, pwiz::msdata::Run::spectrumListPtr, unit_assert, and verifyPrecursorMZ().
Referenced by test().
void test | ( | const bfs::path & | datadir | ) |
Definition at line 89 of file SpectrumList_PrecursorRefineTest.cpp.
References testPrecursorRefine().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 95 of file SpectrumList_PrecursorRefineTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 39 of file SpectrumList_PrecursorRefineTest.cpp.