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
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Base class for ion scoring implementation for de novo algorithms.
Definition: DeNovoAlgorithm.h:52
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:69
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:63