| 58 | } |
| 59 | |
| 60 | double XQuestResultXMLFile::getMaxScore() const |
| 61 | { |
| 62 | return this->max_score_; |
| 63 | } |
| 64 | |
| 65 | void XQuestResultXMLFile::store(const String& filename, const std::vector<ProteinIdentification>& poid, const std::vector<PeptideIdentification>& peid) const |
| 66 | { |