OpenMS
SpectrumMeta Struct Reference

Identifying information for a spectrum. More...

#include <OpenMS/INTERFACES/DataStructures.h>

Collaboration diagram for SpectrumMeta:
[legend]

Public Member Functions

 SpectrumMeta ()
 

Public Attributes

size_t index
 the zero-based, consecutive index of the spectrum in the SpectrumList. More...
 
std::string id
 a unique identifier for this spectrum. More...
 
double RT
 retention time information More...
 
int ms_level
 ms level More...
 

Detailed Description

Identifying information for a spectrum.

Constructor & Destructor Documentation

◆ SpectrumMeta()

SpectrumMeta ( )
inline

Member Data Documentation

◆ id

std::string id

a unique identifier for this spectrum.

◆ index

size_t index

the zero-based, consecutive index of the spectrum in the SpectrumList.

◆ ms_level

int ms_level

ms level

◆ RT

double RT

retention time information