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 static const String getProductName()
returns the name of this module 
Definition: SimplePairFinder.h:102
 
A more convenient string class. 
Definition: String.h:57
 
A container for consensus elements. 
Definition: ConsensusMap.h:75
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:46
 
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
 
BaseGroupFinder Base
Base class. 
Definition: SimplePairFinder.h:86
 
static BaseGroupFinder * create()
returns an instance of this class 
Definition: SimplePairFinder.h:96
 
~SimplePairFinder() override
Destructor. 
Definition: SimplePairFinder.h:91
 
A consensus feature spanning multiple LC-MS/MS experiments. 
Definition: ConsensusFeature.h:69
 
double pair_min_quality_
Minimal pair quality. 
Definition: SimplePairFinder.h:129