61 std::map<const BaseFeature*, std::vector<size_t>>
assignedMS2;
79 const double& precursor_mz_tolerance,
80 const double& precursor_rt_tolerance,
Definition: FeatureMapping.h:46
static FeatureToMs2Indices assignMS2IndexToFeature(const MSExperiment &spectra, const FeatureMappingInfo &fm_info, const double &precursor_mz_tolerance, const double &precursor_rt_tolerance, bool ppm)
Allocate ms2 spectra to feature within the minimal distance.
KDTreeFeatureMaps kd_tree
Definition: FeatureMapping.h:54
std::vector< FeatureMap > feature_maps
Definition: FeatureMapping.h:53
std::map< const BaseFeature *, std::vector< size_t > > assignedMS2
Definition: FeatureMapping.h:61
std::vector< size_t > unassignedMS2
Definition: FeatureMapping.h:62
Stores information required for preprocessing.
Definition: FeatureMapping.h:51
Stores preprocessed feature mapping information.
Definition: FeatureMapping.h:59
Stores a set of features, together with a 2D tree for fast search.
Definition: KDTreeFeatureMaps.h:50
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:80
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47