79 void getIdentifications(std::vector<PeptideIdentification> & ids,
const PeakMap & exp)
override;
94 void getDecompositionsDAC_(std::set<String> & sequences,
Size left,
Size right,
double peptide_weight,
const PeakSpectrum & CID_orig_spec, std::map<double, IonScore> & CID_nodes);
99 void updateMembers_()
override;
double precursor_mass_tolerance_
Definition: CompNovoIdentificationCID.h:101
CompNovoIdentificationBase::Permut Permut
Definition: CompNovoIdentificationCID.h:89
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
static String suffix(const String &this_s, size_t length)
Definition: StringUtilsSimple.h:156
The representation of a 1D spectrum.
Definition: MSSpectrum.h:66
static String prefix(const String &this_s, size_t length)
Definition: StringUtilsSimple.h:147
CompNovoIonScoringBase::IonScore IonScore
Definition: CompNovoIdentificationCID.h:88
run with CompNovoIdentificationCID
Definition: CompNovoIdentificationCID.h:54
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
run with CompNovoIdentificationBase
Definition: CompNovoIdentificationBase.h:57
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
IsotopeType
Definition: CompNovoIonScoringBase.h:60
CompNovoIonScoringBase::IsotopeType IsotopeType
Definition: CompNovoIdentificationCID.h:87
Simple class to store permutations and a score.
Definition: CompNovoIdentificationBase.h:186
Definition: CompNovoIonScoringBase.h:67
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:63