A container for consensus elements.
Definition: ConsensusMap.h:88
Caap evaluation algorithm to obtain a precision value.
Definition: MapAlignmentEvaluationAlgorithmPrecision.h:50
~MapAlignmentEvaluationAlgorithmPrecision() override
Destructor.
MapAlignmentEvaluationAlgorithmPrecision(const MapAlignmentEvaluationAlgorithmPrecision &)
Copy constructor intentionally not implemented -> private.
static String getProductName()
Returns the product name (for the Factory)
Definition: MapAlignmentEvaluationAlgorithmPrecision.h:70
void evaluate(const ConsensusMap &consensus_map_in, const ConsensusMap &consensus_map_gt, const double &rt_dev, const double &mz_dev, const Peak2D::IntensityType &int_dev, const bool use_charge, double &out) override
Applies the algorithm.
static MapAlignmentEvaluationAlgorithm * create()
Creates a new instance of this class (for Factory)
Definition: MapAlignmentEvaluationAlgorithmPrecision.h:64
MapAlignmentEvaluationAlgorithmPrecision()
Default constructor.
MapAlignmentEvaluationAlgorithmPrecision & operator=(const MapAlignmentEvaluationAlgorithmPrecision &)
Assignment operator intentionally not implemented -> private.
Base class for all Caap evaluation algorithms.
Definition: MapAlignmentEvaluationAlgorithm.h:48
float IntensityType
Intensity type.
Definition: Peak2D.h:62
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47