|
OpenMS
2.5.0
|
Go to the documentation of this file.
78 double operator()(
const PeakSpectrum & spec)
const override;
86 return "PeakAlignment";
90 std::vector<std::pair<Size, Size> > getAlignmentTraceback(
const PeakSpectrum & spec1,
const PeakSpectrum & spec2)
const;
95 double peakPairScore_(
double & pos1,
double & intens1,
double & pos2,
double & intens2,
const double & sigma)
const;
A more convenient string class.
Definition: String.h:58
Base class for compare functors of spectra, that return a similarity value for two spectra.
Definition: PeakSpectrumCompareFunctor.h:52
static const String getProductName()
get the identifier for this DefaultParamHandler
Definition: PeakAlignment.h:84
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
make a PeakAlignment of two PeakSpectra
Definition: PeakAlignment.h:53
static PeakSpectrumCompareFunctor * create()
Definition: PeakAlignment.h:81
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67