ProteoWizard
Public Member Functions | Public Attributes
pwiz::calibration::Calibrator::Measurement Struct Reference

Structure for holding frequency-charge pairs. More...

#include <Calibrator.hpp>

List of all members.

Public Member Functions

 Measurement (double f=0, int c=1)
bool operator== (const Measurement &that) const

Public Attributes

double frequency
int charge

Detailed Description

Structure for holding frequency-charge pairs.

Definition at line 48 of file Calibrator.hpp.


Constructor & Destructor Documentation

pwiz::calibration::Calibrator::Measurement::Measurement ( double  f = 0,
int  c = 1 
)
inline

Definition at line 52 of file Calibrator.hpp.

: frequency(f), charge(c) {}

Member Function Documentation

bool pwiz::calibration::Calibrator::Measurement::operator== ( const Measurement that) const
inline

Definition at line 53 of file Calibrator.hpp.

References charge, and frequency.

{return frequency==that.frequency && charge==that.charge;}

Member Data Documentation

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==().


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