ProteoWizard
|
#include "SpectrumInfo.hpp"
#include "pwiz/data/msdata/examples.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 | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
const double | epsilon_ = 1e-6 |
void test | ( | ) |
Definition at line 40 of file SpectrumInfoTest.cpp.
References pwiz::msdata::SpectrumInfo::clearBinaryData(), pwiz::msdata::SpectrumInfo::data, epsilon_, pwiz::msdata::SpectrumInfo::id, pwiz::msdata::SpectrumInfo::index, pwiz::identdata::examples::initializeTiny(), pwiz::msdata::SpectrumInfo::massAnalyzerType, MS_QIT, pwiz::msdata::SpectrumInfo::msLevel, pwiz::msdata::SpectrumInfo::mzHigh, pwiz::msdata::SpectrumInfo::mzLow, os_, pwiz::msdata::SpectrumInfo::precursors, pwiz::msdata::SpectrumInfo::retentionTime, pwiz::msdata::MSData::run, pwiz::msdata::SpectrumInfo::scanNumber, pwiz::msdata::Run::spectrumListPtr, unit_assert, unit_assert_equal, and pwiz::msdata::SpectrumInfo::update().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 91 of file SpectrumInfoTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 36 of file SpectrumInfoTest.cpp.
const double epsilon_ = 1e-6 |
Definition at line 37 of file SpectrumInfoTest.cpp.