34 #ifndef OPENMS_ANALYSIS_ID_IDRIPPER_H 
   35 #define OPENMS_ANALYSIS_ID_IDRIPPER_H 
   74     void rip(std::map<
String, std::pair<std::vector<ProteinIdentification>, std::vector<PeptideIdentification> > > & ripped, std::vector<ProteinIdentification> & proteins, std::vector<PeptideIdentification> & peptides);
 
   87     void getProteinHits_(std::vector<ProteinHit> & result, 
const std::vector<ProteinHit> & protein_hits, 
const std::vector<String> & protein_accessions);
 
   89     void getProteinAccessions_(std::vector<String> & result, 
const std::vector<PeptideHit> & peptide_hits);
 
   96 #endif // OPENMS_ANALYSIS_ID_IDRIPPER_H 
Representation of a protein identification run. 
Definition: ProteinIdentification.h:61
A more convenient string class. 
Definition: String.h:56
A base class for all classes handling default parameters. 
Definition: DefaultParamHandler.h:90
Ripping protein/peptide identification according their file origin. 
Definition: IDRipper.h:53
Represents the peptide hits for a spectrum. 
Definition: PeptideIdentification.h:63