17#ifndef MS_DISTILLER_MASTER_SEARCH_HPP
18#define MS_DISTILLER_MASTER_SEARCH_HPP
25namespace msparser_internal
31namespace matrix_science
50 bool extractXml(msparser_internal::ms_XMLHelper & helper, msparser_internal::ms_XMLElement & element);
53 virtual int getId()
const;
55 virtual std::string getCacheFilename()
const;
58 virtual int getNumSubsearches()
const;
63 virtual std::string getCombinedPeptideSummaryCacheStreamName()
const;
67 std::string cacheFilename;
68 std::vector<ms_distiller_subsearch> subsearches;
The details of a Distiller multifile search.
Definition: ms_distiller_master_search.hpp:44
The details of a Distiller multifile subsearch.
Definition: ms_distiller_subsearch.hpp:43