35 #ifndef OPENMS_COMPARISON_SPECTRA_ZHANGSIMILARITYSCORE_H 
   36 #define OPENMS_COMPARISON_SPECTRA_ZHANGSIMILARITYSCORE_H 
   91       return "ZhangSimilarityScore";
 
   99     double getFactor_(
double mz_tolerance, 
double mz_difference, 
bool is_gaussian = 
false) 
const;
 
  105 #endif //OPENMS_COMPARISON_SPECTRA_ZHANGSIMILARTIYSCORE_H 
A more convenient string class. 
Definition: String.h:56
static const String getProductName()
Definition: ZhangSimilarityScore.h:89
Similarity score of Zhang. 
Definition: ZhangSimilarityScore.h:55
static PeakSpectrumCompareFunctor * create()
Definition: ZhangSimilarityScore.h:86
Base class for compare functors of spectra, that return a similiarity value for two spectra...
Definition: PeakSpectrumCompareFunctor.h:53