83 double getScore(
const String & score_name);
95 void addScore(
const String & score_name,
double score);
101 const std::vector<Feature> & getFeatures()
const;
104 void getFeatureIDs(std::vector<String> & result)
const;
107 void addPrecursorFeature(
const Feature & feature,
const String& key);
110 void getPrecursorFeatureIDs(std::vector<String> & result)
const;
A more convenient string class.
Definition: String.h:57
std::map< String, double > PGScoresType
Peak group score type.
Definition: MRMFeature.h:59
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::map< String, int > precursor_feature_map_
map native ids to the precursor features
Definition: MRMFeature.h:133
FeatureListType precursor_features_
Definition: MRMFeature.h:124
An LC-MS feature.
Definition: Feature.h:70
FeatureListType features_
Definition: MRMFeature.h:122
std::map< String, int > feature_map_
map native ids to the features
Definition: MRMFeature.h:130
A multi-chromatogram MRM feature.
Definition: MRMFeature.h:49
std::vector< Feature > FeatureListType
Type definitions.
Definition: MRMFeature.h:57
PGScoresType pg_scores_
peak group scores
Definition: MRMFeature.h:127