|
ProteoWizard
|
Structure for holding frequency-charge pairs. More...
#include <Calibrator.hpp>
Public Member Functions | |
| Measurement (double f=0, int c=1) | |
| bool | operator== (const Measurement &that) const |
Public Attributes | |
| double | frequency |
| int | charge |
Structure for holding frequency-charge pairs.
Definition at line 48 of file Calibrator.hpp.
|
inline |
Definition at line 52 of file Calibrator.hpp.
|
inline |
| double pwiz::calibration::Calibrator::Measurement::frequency |
Definition at line 50 of file Calibrator.hpp.
Referenced by operator==().
| int pwiz::calibration::Calibrator::Measurement::charge |
Definition at line 51 of file Calibrator.hpp.
Referenced by operator==().
1.8.1.1