Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

PeakPicker Class Reference
[PeakPicking]

#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakPicker.h>

Inheritance diagram for PeakPicker:

DefaultParamHandler ProgressLogger PeakPickerCWT

List of all members.


Detailed Description

This class is the base class for every peak picker.

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.


Constructor & Destructor Documentation

PeakPicker (  ) 

Constructor.

virtual ~PeakPicker (  )  [inline, virtual]

Destructor.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
Generated Tue Apr 1 15:36:48 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1