OpenMS
MultiplexSatelliteCentroided Class Reference

data structure storing a single satellite peak More...

#include <OpenMS/FEATUREFINDER/MultiplexSatelliteCentroided.h>

Collaboration diagram for MultiplexSatelliteCentroided:
[legend]

Public Member Functions

 MultiplexSatelliteCentroided (size_t rt_idx, size_t mz_idx)
 constructor More...
 
size_t getMZidx () const
 returns the m/z index of the satellite peak More...
 
size_t getRTidx () const
 returns the RT index of the satellite peak More...
 

Private Attributes

size_t rt_idx_
 indices of the satellite peak position in the centroided experiment More...
 
size_t mz_idx_
 

Detailed Description

data structure storing a single satellite peak

The satellite peak is part of a centroided MSExperiment. Hence indices rt_idx_ and mz_idx_ are sufficient to specify RT, m/z and intensity.

See also
MultiplexFilteredPeak, MultiplexSatelliteProfile

Constructor & Destructor Documentation

◆ MultiplexSatelliteCentroided()

MultiplexSatelliteCentroided ( size_t  rt_idx,
size_t  mz_idx 
)

constructor

Member Function Documentation

◆ getMZidx()

size_t getMZidx ( ) const

returns the m/z index of the satellite peak

◆ getRTidx()

size_t getRTidx ( ) const

returns the RT index of the satellite peak

Member Data Documentation

◆ mz_idx_

size_t mz_idx_
private

◆ rt_idx_

size_t rt_idx_
private

indices of the satellite peak position in the centroided experiment

Spectral index and peak index within the spectrum of the satellite peak.