42 class PeptideIdentification;
72 virtual void generateCandidates(std::vector<PeptideIdentification> & candidates,
const std::vector<std::vector<DeNovoIonScoring::IonScore> > & ion_scores,
const PeakMap & exp) = 0;
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Base class for ion scoring implementation for de novo algorithms.
Definition: DeNovoAlgorithm.h:51
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:62