80     void run(std::vector<PeptideIdentification> &pep_ids, std::vector<ProteinIdentification> &prot_ids) 
const;
 
   95       std::unordered_map<std::string, std::pair<ProteinHit*, Size>>& acc_to_protein_hitP_and_count,
 
   96       std::unordered_map<std::string, std::map<Int, PeptideHit*>>& best_pep,
 
   98       std::vector<PeptideIdentification>& pep_ids,
 
   99       Size min_peptides_per_protein) 
const;