this struct represents a peptide spectrum pair More...
#include <OpenMS/ANALYSIS/ID/PILISCrossValidation.h>
| Public Member Functions | |
| Peptide () | |
| Peptide (const Peptide &rhs) | |
| virtual | ~Peptide () | 
| Peptide & | operator= (const Peptide &rhs) | 
| bool | operator< (const Peptide &peptide) const | 
| Public Attributes | |
| AASequence | sequence | 
| Int | charge | 
| RichPeakSpectrum | spec | 
| std::vector< PeptideHit > | hits | 
this struct represents a peptide spectrum pair
| 
 | inline | 
| 
 | inlinevirtual | 
| 
 | inline | 
| Int charge | 
Referenced by PILISCrossValidation::Peptide::operator<(), and PILISCrossValidation::Peptide::operator=().
| std::vector<PeptideHit> hits | 
Referenced by PILISCrossValidation::Peptide::operator=().
| AASequence sequence | 
Referenced by PILISCrossValidation::Peptide::operator<(), and PILISCrossValidation::Peptide::operator=().
| RichPeakSpectrum spec | 
Referenced by PILISCrossValidation::Peptide::operator=().
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:26 using doxygen 1.8.5 |