Class for the internal peak representation. More...
#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakPickerCWT.h>
Public Types | |
typedef MSSpectrum::iterator | PeakIterator |
Public Attributes | |
PeakIterator | left |
PeakIterator | max |
PeakIterator | right |
DPosition< 1 > | centroid_position |
Class for the internal peak representation.
A regular Data-Object which contains some additional useful information for analyzing peaks and their properties 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.
typedef MSSpectrum::iterator PeakIterator |
DPosition<1> centroid_position |
PeakIterator left |
PeakIterator max |
PeakIterator right |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:11 using doxygen 1.8.13 |