A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
This class can select appropriate fragment ions of an MS/MS spectrum of a peptide.
Definition: MRMFragmentSelection.h:60
MRMFragmentSelection(const MRMFragmentSelection &rhs)
copy constructor
~MRMFragmentSelection() override
destructor
void selectFragments(std::vector< Peak1D > &selected_peaks, const PeakSpectrum &spec)
selects accordingly to the parameters the best peaks of spec and writes them into selected_peaks
MRMFragmentSelection & operator=(const MRMFragmentSelection &rhs)
assignment operator
bool peakselectionIsAllowed_(const String &name, const int charge)
returns true if the selection of peak is allowed, according to the parameters set and the ion name
MRMFragmentSelection()
default constructor
The representation of a 1D spectrum.
Definition: MSSpectrum.h:71
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47