OpenMS
|
data structure storing a single satellite peak More...
#include <OpenMS/FEATUREFINDER/MultiplexSatelliteCentroided.h>
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_ |
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.
MultiplexSatelliteCentroided | ( | size_t | rt_idx, |
size_t | mz_idx | ||
) |
constructor
size_t getMZidx | ( | ) | const |
returns the m/z index of the satellite peak
size_t getRTidx | ( | ) | const |
returns the RT index of the satellite peak
|
private |
|
private |
indices of the satellite peak position in the centroided experiment
Spectral index and peak index within the spectrum of the satellite peak.