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 informations 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 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:35 using doxygen 1.8.5 |