|
ProteoWizard
|
#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"#include "pwiz/utility/misc/almost_equal.hpp"#include "pwiz/data/msdata/MSDataFile.hpp"#include "pwiz/data/vendor_readers/ExtendedReaderList.hpp"#include "SpectrumList_3D.hpp"#include "boost/foreach_field.hpp"Go to the source code of this file.
Functions | |
| template<typename MapT > | |
| MapT::const_iterator | find_nearest (MapT const &m, typename MapT::key_type const &query, typename MapT::key_type const &tolerance) |
| void | test (const MSDataFile &msd, double scanStartTime, const char *driftTimeRanges, const char *expectedSpectrumTable) |
| void | parseArgs (const vector< string > &args, vector< string > &rawpaths) |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| MapT::const_iterator find_nearest | ( | MapT const & | m, |
| typename MapT::key_type const & | query, | ||
| typename MapT::key_type const & | tolerance | ||
| ) |
| void test | ( | const MSDataFile & | msd, |
| double | scanStartTime, | ||
| const char * | driftTimeRanges, | ||
| const char * | expectedSpectrumTable | ||
| ) |
Definition at line 76 of file SpectrumList_3D_Test.cpp.
References find_nearest(), pwiz::chemistry::Ion::mz(), os_, pwiz::msdata::MSData::run, pwiz::analysis::SpectrumList_3D::spectrum3d(), pwiz::msdata::Run::spectrumListPtr, and unit_assert.
Referenced by main().
| void parseArgs | ( | const vector< string > & | args, |
| vector< string > & | rawpaths | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 159 of file SpectrumList_3D_Test.cpp.
References parseArgs(), test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 35 of file SpectrumList_3D_Test.cpp.
Referenced by parseArgs(), and test().