|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   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;
 
  
SpectrumCheapDPCorr calculates an optimal alignment on stick spectra.
Definition: SpectrumCheapDPCorr.h:60
A more convenient string class.
Definition: String.h:59
static PeakSpectrumCompareFunctor * create()
Definition: SpectrumCheapDPCorr.h:90
Base class for compare functors of spectra, that return a similarity value for two spectra.
Definition: PeakSpectrumCompareFunctor.h:52
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
static const String info_
Definition: SpectrumCheapDPCorr.h:116
PeakSpectrum lastconsensus_
consensus spectrum of the last comparison
Definition: SpectrumCheapDPCorr.h:119
double factor_
weighting factor for the next consensus spectrum
Definition: SpectrumCheapDPCorr.h:125
Map< UInt, UInt > peak_map_
last peak map
Definition: SpectrumCheapDPCorr.h:128
static const String getProductName()
Definition: SpectrumCheapDPCorr.h:93
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
bool keeppeaks_
should peaks with no alignment partner be kept in the consensus?
Definition: SpectrumCheapDPCorr.h:122