OpenMS  2.4.0
Public Attributes | List of all members
FeatureMapping::FeatureToMs2Indices Struct Reference

Allocate ms2 spectra to feature within the minimal distance. More...

#include <OpenMS/ANALYSIS/MAPMATCHING/FeatureMapping.h>

Public Attributes

std::map< const BaseFeature *, std::vector< size_t > > assignedMS2
 
std::vector< size_t > unassignedMS2
 

Detailed Description

Allocate ms2 spectra to feature within the minimal distance.

Returns
FeatureToMS2Indices
Parameters
spectraInput of PeakMap/MSExperiment with spectra information
fp_map_kdKDTree used for query and match spectra with features
precursor_mz_tolerancemz_tolerance used for query
precursor_rt_tolernacert tolerance used for query
ppmmz tolernace window calculation in ppm or Da

Member Data Documentation

◆ assignedMS2

std::map<const BaseFeature*, std::vector<size_t> > assignedMS2

◆ unassignedMS2

std::vector<size_t> unassignedMS2