35 #ifndef OPENMS_METADATA_SPECTRUMIDENTIFICATION_H 
   36 #define OPENMS_METADATA_SPECTRUMIDENTIFICATION_H 
   73     void setHits(
const std::vector<IdentificationHit> & hits);
 
   80     const std::vector<IdentificationHit> & getHits() 
const;
 
   86     std::vector<IdentificationHit> 
hits_;               
 
   90 #endif // OPENMS_METADATA_SPECTRUMIDENTIFICATION_H 
A more convenient string class. 
Definition: String.h:56
Represents a object which can store the information of an analysisXML instance. 
Definition: SpectrumIdentification.h:50
Represents a object which can store the information of an analysisXML instance. 
Definition: IdentificationHit.h:49
String id_
Identifier. 
Definition: SpectrumIdentification.h:85
std::vector< IdentificationHit > hits_
Single peptide hits. 
Definition: SpectrumIdentification.h:86