OpenMS
MultiplexSatelliteProfile Class Reference

data structure storing a single satellite data point More...

#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/MultiplexSatelliteProfile.h>

Collaboration diagram for MultiplexSatelliteProfile:
[legend]

Public Member Functions

 MultiplexSatelliteProfile (float rt, double mz, float intensity)
 constructor More...
 
float getRT () const
 returns the RT of the satellite data point More...
 
double getMZ () const
 returns the m/z of the satellite data point More...
 
float getIntensity () const
 returns the intensity of the satellite data point More...
 

Private Attributes

float rt_
 position and intensity of the data point within the spline-interpolated experiment More...
 
double mz_
 
float intensity_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MultiplexSatelliteProfile()

MultiplexSatelliteProfile ( float  rt,
double  mz,
float  intensity 
)

constructor

Member Function Documentation

◆ getIntensity()

float getIntensity ( ) const

returns the intensity of the satellite data point

◆ getMZ()

double getMZ ( ) const

returns the m/z of the satellite data point

◆ getRT()

float getRT ( ) const

returns the RT of the satellite data point

Member Data Documentation

◆ intensity_

float intensity_
private

◆ mz_

double mz_
private

◆ rt_

float rt_
private

position and intensity of the data point within the spline-interpolated experiment