OpenMS  2.4.0
Public Types | Public Attributes | List of all members
PeakPickerCWT::PeakArea_ Struct Reference

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...
 

Detailed Description

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.

Member Typedef Documentation

◆ PeakIterator

typedef MSSpectrum::iterator PeakIterator

Member Data Documentation

◆ centroid_position

DPosition<1> centroid_position

The estimated centroid position in m/z.

◆ left

iterator to the leftmost valid point

◆ max

iterator to the maximum position

◆ right

PeakIterator right

iterator to the rightmost valid point (inclusive)