61 std::map<const BaseFeature*, std::vector<size_t>>
assignedMS2;
79 const double& precursor_mz_tolerance,
80 const double& precursor_rt_tolerance,
std::vector< FeatureMap > feature_maps
Definition: FeatureMapping.h:53
std::map< const BaseFeature *, std::vector< size_t > > assignedMS2
Definition: FeatureMapping.h:61
Stores a set of features, together with a 2D tree for fast search.
Definition: KDTreeFeatureMaps.h:49
std::vector< size_t > unassignedMS2
Definition: FeatureMapping.h:62
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Stores information required for preprocessing.
Definition: FeatureMapping.h:50
KDTreeFeatureMaps kd_tree
Definition: FeatureMapping.h:54
Stores preprocessed feature mapping information.
Definition: FeatureMapping.h:58
Definition: FeatureMapping.h:45
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70