|
ProteoWizard
|
#include "MassDatabase.hpp"#include "PeptideDatabase.hpp"#include "pwiz/utility/misc/unit.hpp"#include <iostream>Go to the source code of this file.
Namespaces | |
| namespace | pwiz |
| AMTContainer.hpp. | |
| namespace | pwiz::calibration |
Functions | |
| void | test_integer () |
| void | test_pdb () |
| bool | pwiz::calibration::operator== (const MassDatabase::Entry &a, const MassDatabase::Entry &b) |
| void | test_pdb_vs_integer () |
| int | main () |
| void test_integer | ( | ) |
Definition at line 36 of file MassDatabaseTest.cpp.
References pwiz::calibration::MassDatabase::range(), pwiz::calibration::MassDatabase::size(), and unit_assert.
Referenced by main().
| void test_pdb | ( | ) |
Definition at line 46 of file MassDatabaseTest.cpp.
References pwiz::proteome::PeptideDatabaseRecord::abundance, pwiz::proteome::PeptideDatabase::append(), pwiz::calibration::MassDatabase::entry(), pwiz::calibration::MassDatabase::Entry::mass, pwiz::proteome::PeptideDatabaseRecord::mass, pwiz::calibration::MassDatabase::range(), pwiz::proteome::AminoAcid::Info::record(), pwiz::calibration::MassDatabase::size(), unit_assert, pwiz::calibration::MassDatabase::Entry::weight, and pwiz::proteome::PeptideDatabase::write().
Referenced by main().
| void test_pdb_vs_integer | ( | ) |
Definition at line 89 of file MassDatabaseTest.cpp.
References pwiz::proteome::PeptideDatabase::append(), pwiz::proteome::PeptideDatabaseRecord::mass, pwiz::calibration::MassDatabase::range(), pwiz::proteome::AminoAcid::Info::record(), pwiz::calibration::MassDatabase::size(), unit_assert, and pwiz::proteome::PeptideDatabase::write().
Referenced by main().
| int main | ( | ) |
Definition at line 113 of file MassDatabaseTest.cpp.
References e(), test_integer(), test_pdb(), and test_pdb_vs_integer().
1.8.1.1