ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::data::pepxml::Q3RatioResult Struct Reference

#include <MinimumPepXML.hpp>

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

§ Q3RatioResult()

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

Member Function Documentation

§ write()

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

Referenced by testQ3RatioResult().

§ read()

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

Referenced by testQ3RatioResult().

§ operator==()

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

§ operator!=()

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

Member Data Documentation

§ lightFirstScan

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

Definition at line 135 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

§ lightLastScan

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

Definition at line 136 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

§ lightMass

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

Definition at line 137 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

§ heavyFirstScan

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

Definition at line 138 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

§ heavyLastScan

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

Definition at line 139 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

§ heavyMass

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

Definition at line 140 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

§ lightArea

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

Definition at line 141 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

§ heavyArea

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

Definition at line 142 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

§ q2LightArea

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

Definition at line 143 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

§ q2HeavyArea

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

Definition at line 144 of file MinimumPepXML.hpp.

Referenced by makeQ3RatioResult().

§ decimalRatio

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: