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,
const PeakSpectrum & ETD_orig_spec, std::map<double, IonScore> & CID_nodes);
100 double estimatePrecursorWeight_(
const PeakSpectrum & ETD_spec,
Size & charge);
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
CompNovoIdentificationBase::Permut Permut
Definition: CompNovoIdentification.h:89
CompNovoIonScoringBase::IsotopeType IsotopeType
Definition: CompNovoIdentification.h:87
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::IonScore IonScore
Definition: CompNovoIdentification.h:88
run with CompNovoIdentification
Definition: CompNovoIdentification.h:54
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