37 using namespace pwiz::minimxml;
47 void read(std::istream& is);
50 Observation() : observedHydrophobicity(0), peptideProphet(0), runID(0), timeInRun(0), spectralCount(0){}
63 void read(std::istream& is);
66 ModificationStateEntry() : modifiedSequence(
""), modifiedMass(0), medianObservedHydrophobicity(0), medianPeptideProphet(0){}
79 void read(std::istream& is);
82 PeptideEntry() : peptideSequence(
""), calculatedHydrophobicity(0), medianObservedHydrophobicity(0), medianPeptideProphet(0){}
90 void read(std::istream& is);