data structure storing a single satellite data point
More...
#include <OpenMS/FEATUREFINDER/MultiplexSatelliteProfile.h>
|
float | rt_ |
| position and intensity of the data point within the spline-interpolated experiment More...
|
|
double | mz_ |
|
float | intensity_ |
|
data structure storing a single satellite data point
The satellite data point is a spline-interpolated point of profile MSExperiment. The triplet of RT, m/z and intensity is therefore stored explicitly.
- See also
- MultiplexFilteredPeak, MultiplexSatelliteCentroided
◆ MultiplexSatelliteProfile()
◆ getIntensity()
float getIntensity |
( |
| ) |
const |
returns the intensity of the satellite data point
◆ getMZ()
returns the m/z of the satellite data point
◆ getRT()
returns the RT of the satellite data point
◆ intensity_
◆ mz_
◆ rt_
position and intensity of the data point within the spline-interpolated experiment