#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakPicker.h>
PeakPicker Parameters are explained on a separate page.
Public Member Functions | |
PeakPicker () | |
Constructor. | |
virtual | ~PeakPicker () |
Destructor. | |
Protected Member Functions | |
void | updateMembers_ () |
This method is used to update extra member variables at the end of the setParam() method. | |
Protected Attributes | |
float | peak_bound_ |
Threshold for the peak height in the MS 1 level. | |
float | peak_bound_ms2_level_ |
Threshold for the peak height in the MS 2 level. | |
float | signal_to_noise_ |
Signal to noise threshold. | |
float | fwhm_bound_ |
The minimal full width at half maximum. |
PeakPicker | ( | ) |
Constructor.
virtual ~PeakPicker | ( | ) | [inline, virtual] |
Destructor.
void updateMembers_ | ( | ) | [protected, virtual] |
This method is used to update extra member variables at the end of the setParam() method.
Also call it at the end of the derived classes' copy constructor and assignment operator.
The default implementation is empty.
Reimplemented from DefaultParamHandler.
Reimplemented in PeakPickerCWT.
float peak_bound_ [protected] |
Threshold for the peak height in the MS 1 level.
float peak_bound_ms2_level_ [protected] |
Threshold for the peak height in the MS 2 level.
float signal_to_noise_ [protected] |
Signal to noise threshold.
float fwhm_bound_ [protected] |
The minimal full width at half maximum.
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |