ProteoWizard
Public Member Functions | Public Attributes
pwiz::data::pepxml::Q3RatioResult Struct Reference

#include <MinimumPepXML.hpp>

List of all members.

Public Member Functions

 Q3RatioResult ()
void write (XMLWriter &writer) const
void read (std::istream &is)
bool operator== (const Q3RatioResult &that) const
bool operator!= (const Q3RatioResult &that) const

Public Attributes

int lightFirstScan
int lightLastScan
double lightMass
int heavyFirstScan
int heavyLastScan
double heavyMass
double lightArea
double heavyArea
double q2LightArea
double q2HeavyArea
double decimalRatio

Detailed Description

Definition at line 131 of file MinimumPepXML.hpp.


Constructor & Destructor Documentation

pwiz::data::pepxml::Q3RatioResult::Q3RatioResult ( )
inline

Member Function Documentation

void pwiz::data::pepxml::Q3RatioResult::write ( XMLWriter writer) const

Referenced by testQ3RatioResult().

void pwiz::data::pepxml::Q3RatioResult::read ( std::istream &  is)

Referenced by testQ3RatioResult().

bool pwiz::data::pepxml::Q3RatioResult::operator== ( const Q3RatioResult that) const
bool pwiz::data::pepxml::Q3RatioResult::operator!= ( const Q3RatioResult that) const

Member Data Documentation

int pwiz::data::pepxml::Q3RatioResult::lightFirstScan

Definition at line 135 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

int pwiz::data::pepxml::Q3RatioResult::lightLastScan

Definition at line 136 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

double pwiz::data::pepxml::Q3RatioResult::lightMass

Definition at line 137 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

int pwiz::data::pepxml::Q3RatioResult::heavyFirstScan

Definition at line 138 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

int pwiz::data::pepxml::Q3RatioResult::heavyLastScan

Definition at line 139 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

double pwiz::data::pepxml::Q3RatioResult::heavyMass

Definition at line 140 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

double pwiz::data::pepxml::Q3RatioResult::lightArea

Definition at line 141 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

double pwiz::data::pepxml::Q3RatioResult::heavyArea

Definition at line 142 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

double pwiz::data::pepxml::Q3RatioResult::q2LightArea

Definition at line 143 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

double pwiz::data::pepxml::Q3RatioResult::q2HeavyArea

Definition at line 144 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

double pwiz::data::pepxml::Q3RatioResult::decimalRatio

Definition at line 145 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().


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