#include <OpenMS/ANALYSIS/MAPMATCHING/FeatureMapping.h>
◆ OpenMS::FeatureMapping::FeatureToMs2Indices
      
        
          | struct OpenMS::FeatureMapping::FeatureToMs2Indices | 
      
 
| Class Members | 
|---|
| Map< const BaseFeature *, vector< size_t > > | assignedMS2 |  | 
| vector< size_t > | unassignedMS2 |  | 
 
 
◆ assignMS2IndexToFeature()
Allocate ms2 spectra to feature within the minimal distance. 
- Returns
- FeatureToMs2Indices
- Parameters
- 
  
    | spectra | Input of PeakMap/MSExperiment with spectra information |  | fp_map_kd | KDTree used for query and match spectra with features |  | precursor_mz_tolerance | mz_tolerance used for query |  | precursor_rt_tolernace | rt tolerance used for query |  | ppm | mz tolerance window calculation in ppm or Da |