35 #ifndef OPENMS_KERNEL_MRMFEATURE_H
36 #define OPENMS_KERNEL_MRMFEATURE_H
84 double getScore(
const String & score_name);
93 void addScore(
const String & score_name,
double score);
98 const std::vector<Feature> & getFeatures()
const;
100 void getFeatureIDs(std::vector<String> & result)
const;
A more convenient string class.
Definition: String.h:56
std::map< String, double > PGScoresType
Peak group score type.
Definition: MRMFeature.h:60
An LC-MS feature.
Definition: Feature.h:66
FeatureListType features_
Definition: MRMFeature.h:105
std::map< String, int > feature_map_
map native ids to the features
Definition: MRMFeature.h:111
A multi-chromatogram MRM feature.
Definition: MRMFeature.h:50
std::vector< Feature > FeatureListType
Type definitions.
Definition: MRMFeature.h:58
PGScoresType pg_scores_
peak group scores
Definition: MRMFeature.h:108