![]() |
OpenMS
2.4.0
|
Class for the internal peak representation. More...
#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakPickerCWT.h>
Public Types | |
| typedef MSSpectrum::iterator | PeakIterator |
Public Attributes | |
| PeakIterator | left |
| iterator to the leftmost valid point More... | |
| PeakIterator | max |
| iterator to the maximum position More... | |
| PeakIterator | right |
| iterator to the rightmost valid point (inclusive) More... | |
| DPosition< 1 > | centroid_position |
| The estimated centroid position in m/z. More... | |
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 profile data which represents a profile peak. They define the profile peak endpoints. max points to the profile data point in [left, right] with the highest intensity, the maximum of the profile peak.
| typedef MSSpectrum::iterator PeakIterator |
| DPosition<1> centroid_position |
The estimated centroid position in m/z.
| PeakIterator left |
iterator to the leftmost valid point
| PeakIterator max |
iterator to the maximum position
| PeakIterator right |
iterator to the rightmost valid point (inclusive)
1.8.14