|
ProteoWizard
|
#include "SpectrumList_PrecursorRecalculator.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 | verifyPrecursorInfo (const Spectrum &spectrum, double precursorMZ, int precursorCharge) |
| void | test5peptideFT (const bfs::path &datadir) |
| void | test (const bfs::path &datadir) |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| void verifyPrecursorInfo | ( | const Spectrum & | spectrum, |
| double | precursorMZ, | ||
| int | precursorCharge | ||
| ) |
Definition at line 42 of file SpectrumList_PrecursorRecalculatorTest.cpp.
References 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, and unit_assert_equal.
Referenced by test5peptideFT().
| void test5peptideFT | ( | const bfs::path & | datadir | ) |
Definition at line 64 of file SpectrumList_PrecursorRecalculatorTest.cpp.
References os_, pwiz::msdata::MSData::run, pwiz::msdata::Run::spectrumListPtr, unit_assert, and verifyPrecursorInfo().
Referenced by test().
| void test | ( | const bfs::path & | datadir | ) |
Definition at line 89 of file SpectrumList_PrecursorRecalculatorTest.cpp.
References test5peptideFT().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 95 of file SpectrumList_PrecursorRecalculatorTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 39 of file SpectrumList_PrecursorRecalculatorTest.cpp.
1.8.1.1