Class for the internal peak representation. More...
#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakPickerCWT.h>
Public Types | |
typedef MSSpectrum::iterator | PeakIterator |
Public Attributes | |
PeakIterator | left |
Iterator defining a raw data peak. More... | |
PeakIterator | max |
PeakIterator | right |
PeakIterator | left_behind_centroid |
DPosition< 1 > | centroid_position |
The estimated centroid position. More... | |
Class for the internal peak representation.
A regularData-Object which contents some additional useful information for analysing peaks and their properties
typedef MSSpectrum ::iterator PeakIterator |
DPosition<1> centroid_position |
The estimated centroid position.
PeakIterator left |
Iterator defining a raw data peak.
The left and right iterators delimit a range in the raw data which represents a raw peak. They define the raw peak endpoints. Max points to the raw data point in [left, right] with the highest intensity, the maximum of the raw peak.
Left_behind_centroid points to the raw data point next to the estimates centroid position.
PeakIterator left_behind_centroid |
PeakIterator max |
PeakIterator right |
OpenMS / TOPP release 2.0.0 | Documentation generated on Fri May 29 2015 17:20:42 using doxygen 1.8.9.1 |