ProteoWizard
Public Member Functions | Public Attributes
pwiz::calibration::MassDatabase::Entry Struct Reference

#include <MassDatabase.hpp>

List of all members.

Public Member Functions

 Entry (double m=0, double w=1)

Public Attributes

double mass
double weight

Detailed Description

Definition at line 45 of file MassDatabase.hpp.


Constructor & Destructor Documentation

pwiz::calibration::MassDatabase::Entry::Entry ( double  m = 0,
double  w = 1 
)
inline

Definition at line 49 of file MassDatabase.hpp.

: mass(m), weight(w) {}

Member Data Documentation

double pwiz::calibration::MassDatabase::Entry::mass

Definition at line 47 of file MassDatabase.hpp.

Referenced by pwiz::calibration::operator==(), and test_pdb().

double pwiz::calibration::MassDatabase::Entry::weight

Definition at line 48 of file MassDatabase.hpp.

Referenced by pwiz::calibration::operator==(), and test_pdb().


The documentation for this struct was generated from the following file: