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 virtual void run(
const std::vector<ConsensusMap> & input_maps,
ConsensusMap & result_map);
120 virtual void updateMembers_();
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:72
virtual ~SimplePairFinder()
Destructor.
Definition: SimplePairFinder.h:91
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
The base class of all element group finding algorithms.
Definition: BaseGroupFinder.h:62
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
A 2-dimensional consensus feature.
Definition: ConsensusFeature.h:65
double pair_min_quality_
Minimal pair quality.
Definition: SimplePairFinder.h:129