35 #ifndef OPENMS_ANALYSIS_DENOVO_DENOVOALGORITHM_H 
   36 #define OPENMS_ANALYSIS_DENOVO_DENOVOALGORITHM_H 
   43   class PeptideIdentification;
 
   73     virtual void generateCandidates(std::vector<PeptideIdentification> & candidates, 
const std::vector<std::vector<DeNovoIonScoring::IonScore> > & ion_scores, 
const RichPeakMap & exp) = 0;
 
   81 #endif // OPENMS_ANALYSIS_DENOVO_DENOVOALGORITHM_H 
Base class for ion scoring implementation for de novo algorithms. 
Definition: DeNovoAlgorithm.h:52
Representation of a mass spectrometry experiment. 
Definition: MSExperiment.h:68
A base class for all classes handling default parameters. 
Definition: DefaultParamHandler.h:90
Represents the peptide hits for a spectrum. 
Definition: PeptideIdentification.h:63