|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   36 #ifndef OPENMS_ANALYSIS_MAPMATCHING_SIMPLEPAIRFINDER_H 
   37 #define OPENMS_ANALYSIS_MAPMATCHING_SIMPLEPAIRFINDER_H 
   41 #define V_SimplePairFinder(bla) // std::cout << bla << std::endl; 
  115     void run(
const std::vector<ConsensusMap> & input_maps, 
ConsensusMap & result_map) 
override;
 
  120     void updateMembers_() 
override;
 
  123     double diff_exponent_[2];
 
  126     double diff_intercept_[2];
 
  139 #endif  // OPENMS_ANALYSIS_MAPMATCHING_SimplePairFinder_H 
  
double pair_min_quality_
Minimal pair quality.
Definition: SimplePairFinder.h:129
A more convenient string class.
Definition: String.h:59
~SimplePairFinder() override
Destructor.
Definition: SimplePairFinder.h:91
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
BaseGroupFinder Base
Base class.
Definition: SimplePairFinder.h:86
A consensus feature spanning multiple LC-MS/MS experiments.
Definition: ConsensusFeature.h:69
static const String getProductName()
returns the name of this module
Definition: SimplePairFinder.h:102
A container for consensus elements.
Definition: ConsensusMap.h:80
static BaseGroupFinder * create()
returns an instance of this class
Definition: SimplePairFinder.h:96
The base class of all element group finding algorithms.
Definition: BaseGroupFinder.h:61
This class implements a simple point pair finding algorithm.
Definition: SimplePairFinder.h:81