35 #ifndef OPENMS_ANALYSIS_MRM_MRMFRAGMENTSELECTION_H 
   36 #define OPENMS_ANALYSIS_MRM_MRMFRAGMENTSELECTION_H 
   82     void selectFragments(std::vector<RichPeak1D> & selected_peaks, 
const RichPeakSpectrum & spec);
 
   87     bool peakselectionIsAllowed_(
const RichPeak1D & peak);
 
This class can select appropriate fragment ions of an MS/MS spectrum of a peptide. 
Definition: MRMFragmentSelection.h:59
A 1-dimensional raw data point or peak mith meta information. 
Definition: RichPeak1D.h:52
A base class for all classes handling default parameters. 
Definition: DefaultParamHandler.h:90