ProteoWizard
Public Member Functions | Private Attributes
pwiz::eharmony::PeptideMatcher Class Reference

#include <PeptideMatcher.hpp>

List of all members.

Public Member Functions

 PeptideMatcher (const PidfPtr a=PidfPtr(new PeptideID_dataFetcher()), const PidfPtr b=PidfPtr(new PeptideID_dataFetcher()))
PeptideMatchContainer getMatches () const
void calculateDeltaRTDistribution ()
void calculateDeltaMZDistribution ()
pair< double, double > getDeltaRTParams () const
pair< double, double > getDeltaMZParams () const
bool operator== (const PeptideMatcher &that)
bool operator!= (const PeptideMatcher &that)

Private Attributes

PeptideMatchContainer _matches
double _meanDeltaRT
double _stdevDeltaRT
double _meanDeltaMZ
double _stdevDeltaMZ

Detailed Description

Definition at line 41 of file PeptideMatcher.hpp.


Constructor & Destructor Documentation

pwiz::eharmony::PeptideMatcher::PeptideMatcher ( const PidfPtr  a = PidfPtr(new PeptideID_dataFetcher()),
const PidfPtr  b = PidfPtr(new PeptideID_dataFetcher()) 
)

Member Function Documentation

PeptideMatchContainer pwiz::eharmony::PeptideMatcher::getMatches ( ) const
inline

Definition at line 48 of file PeptideMatcher.hpp.

Referenced by test().

{ return _matches;}
void pwiz::eharmony::PeptideMatcher::calculateDeltaRTDistribution ( )

Referenced by test().

void pwiz::eharmony::PeptideMatcher::calculateDeltaMZDistribution ( )

Referenced by test().

pair<double,double> pwiz::eharmony::PeptideMatcher::getDeltaRTParams ( ) const
inline

Definition at line 53 of file PeptideMatcher.hpp.

Referenced by test().

{ return make_pair(_meanDeltaRT, _stdevDeltaRT); }
pair<double,double> pwiz::eharmony::PeptideMatcher::getDeltaMZParams ( ) const
inline

Definition at line 54 of file PeptideMatcher.hpp.

Referenced by test().

{ return make_pair(_meanDeltaMZ, _stdevDeltaMZ); }
bool pwiz::eharmony::PeptideMatcher::operator== ( const PeptideMatcher that)
bool pwiz::eharmony::PeptideMatcher::operator!= ( const PeptideMatcher that)

Member Data Documentation

PeptideMatchContainer pwiz::eharmony::PeptideMatcher::_matches
private

Definition at line 61 of file PeptideMatcher.hpp.

double pwiz::eharmony::PeptideMatcher::_meanDeltaRT
private

Definition at line 63 of file PeptideMatcher.hpp.

double pwiz::eharmony::PeptideMatcher::_stdevDeltaRT
private

Definition at line 64 of file PeptideMatcher.hpp.

double pwiz::eharmony::PeptideMatcher::_meanDeltaMZ
private

Definition at line 66 of file PeptideMatcher.hpp.

double pwiz::eharmony::PeptideMatcher::_stdevDeltaMZ
private

Definition at line 67 of file PeptideMatcher.hpp.


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