OpenMS
OSSpectrumMeta Struct Reference

Identifying information for a spectrum. More...

#include <OpenMS/OPENSWATHALGO/DATAACCESS/DataStructures.h>

Collaboration diagram for OSSpectrumMeta:
[legend]

Classes

struct  RTLess
 Comparator for the retention time. More...
 

Public Member Functions

 OSSpectrumMeta ()
 

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
 
int ms_level
 

Detailed Description

Identifying information for a spectrum.

Constructor & Destructor Documentation

◆ OSSpectrumMeta()

OSSpectrumMeta ( )
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

◆ RT

double RT