35 #ifndef OPENMS_COMPARISON_SPECTRA_SPECTRUMCHEAPDPCORR_H 36 #define OPENMS_COMPARISON_SPECTRA_SPECTRUMCHEAPDPCORR_H 93 return "SpectrumCheapDPCorr";
103 void setFactor(
double f);
112 double comparepeaks_(
double posa,
double posb,
double inta,
double intb)
const;
130 #endif //OPENMS_COMPARISON_SPECTRA_SPECTRUMCHEAPDPCORR_H
A more convenient string class.
Definition: String.h:57
static const String getProductName()
Definition: SpectrumCheapDPCorr.h:91
bool keeppeaks_
should peaks with no alignment partner be kept in the consensus?
Definition: SpectrumCheapDPCorr.h:120
static const String info_
Definition: SpectrumCheapDPCorr.h:114
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
static PeakSpectrumCompareFunctor * create()
Definition: SpectrumCheapDPCorr.h:88
PeakSpectrum lastconsensus_
consensus spectrum of the last comparison
Definition: SpectrumCheapDPCorr.h:117
Base class for compare functors of spectra, that return a similarity value for two spectra...
Definition: PeakSpectrumCompareFunctor.h:53
Map< UInt, UInt > peak_map_
last peak map
Definition: SpectrumCheapDPCorr.h:126
double factor_
weighting factor for the next consensus spectrum
Definition: SpectrumCheapDPCorr.h:123
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:51
SpectrumCheapDPCorr calculates an optimal alignment on stick spectra.
Definition: SpectrumCheapDPCorr.h:58