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_();
 
  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:56
DoubleReal pair_min_quality_
Minimal pair quality. 
Definition: SimplePairFinder.h:129
A container for consensus elements. 
Definition: ConsensusMap.h:60
virtual ~SimplePairFinder()
Destructor. 
Definition: SimplePairFinder.h:91
The base class of all element group finding algorithms. 
Definition: BaseGroupFinder.h:59
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:59