|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
  101     void addScore(
const String & score_name, 
double score);
 
  109     const std::vector<Feature> & getFeatures() 
const;
 
  112     void getFeatureIDs(std::vector<String> & result) 
const;
 
  115     void addPrecursorFeature(
const Feature & feature, 
const String& key);
 
  117     void addPrecursorFeature(
Feature && feature, 
const String& key);
 
  120     void getPrecursorFeatureIDs(std::vector<String> & result) 
const;
 
  
std::map< String, int > precursor_feature_map_
map native ids to the precursor features
Definition: MRMFeature.h:144
A more convenient string class.
Definition: String.h:59
Definition: OpenSwathScores.h:192
A multi-chromatogram MRM feature.
Definition: MRMFeature.h:50
FeatureListType precursor_features_
Definition: MRMFeature.h:135
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::vector< Feature > FeatureListType
Type definitions.
Definition: MRMFeature.h:58
FeatureListType features_
Definition: MRMFeature.h:133
An LC-MS feature.
Definition: Feature.h:70
std::map< String, int > feature_map_
map native ids to the features
Definition: MRMFeature.h:141
A structure to hold the different scores computed by OpenSWATH.
Definition: OpenSwathScores.h:80
OpenSwath_Scores pg_scores_
peak group scores
Definition: MRMFeature.h:138