35 #ifndef OPENMS_COMPARISON_SPECTRA_PEAKALIGNMENT_H 
   36 #define OPENMS_COMPARISON_SPECTRA_PEAKALIGNMENT_H 
   87       return "PeakAlignment";
 
   91     std::vector<std::pair<Size, Size> > getAlignmentTraceback(
const PeakSpectrum & spec1, 
const PeakSpectrum & spec2) 
const;
 
   96     double peakPairScore_(
double & pos1, 
double & intens1, 
double & pos2, 
double & intens2, 
const double & sigma) 
const;
 
  102 #endif //OPENMS_COMPARISON_SPECTRA_PEAKALIGNMENT_H 
A more convenient string class. 
Definition: String.h:56
static const String getProductName()
get the identifier for this DefaultParamHandler 
Definition: PeakAlignment.h:85
make a PeakAlignment of two PeakSpectra 
Definition: PeakAlignment.h:54
Base class for compare functors of spectra, that return a similiarity value for two spectra...
Definition: PeakSpectrumCompareFunctor.h:53
static PeakSpectrumCompareFunctor * create()
Definition: PeakAlignment.h:82