84 double operator()(
const PeakSpectrum & a)
const override;
95 return "SpectrumCheapDPCorr";
105 void setFactor(
double f);
114 double comparepeaks_(
double posa,
double posb,
double inta,
double intb)
const;
A more convenient string class.
Definition: String.h:57
static const String getProductName()
Definition: SpectrumCheapDPCorr.h:93
bool keeppeaks_
should peaks with no alignment partner be kept in the consensus?
Definition: SpectrumCheapDPCorr.h:122
static const String info_
Definition: SpectrumCheapDPCorr.h:116
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
static PeakSpectrumCompareFunctor * create()
Definition: SpectrumCheapDPCorr.h:90
The representation of a 1D spectrum.
Definition: MSSpectrum.h:66
PeakSpectrum lastconsensus_
consensus spectrum of the last comparison
Definition: SpectrumCheapDPCorr.h:119
Base class for compare functors of spectra, that return a similarity value for two spectra...
Definition: PeakSpectrumCompareFunctor.h:52
Map< UInt, UInt > peak_map_
last peak map
Definition: SpectrumCheapDPCorr.h:128
double factor_
weighting factor for the next consensus spectrum
Definition: SpectrumCheapDPCorr.h:125
SpectrumCheapDPCorr calculates an optimal alignment on stick spectra.
Definition: SpectrumCheapDPCorr.h:60