35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_CONSENSUSMAPNORMALIZERALGORITHMTHRESHOLD_H 
   36 #define OPENMS_ANALYSIS_MAPMATCHING_CONSENSUSMAPNORMALIZERALGORITHMTHRESHOLD_H 
   68     static std::vector<double> computeCorrelation(
const ConsensusMap & map, 
const double & ratio_threshold);
 
   75     static void normalizeMaps(
ConsensusMap & map, 
const std::vector<double> & ratios);
 
   80 #endif // OPENMS_ANALYSIS_MAPMATCHING_CONSENSUSMAPNORMALIZERALGORITHMTHRESHOLD_H 
A container for consensus elements. 
Definition: ConsensusMap.h:60
Algorithms of ConsensusMapNormalizer. 
Definition: ConsensusMapNormalizerAlgorithmThreshold.h:47