OpenMS
ChromatogramMeta Struct Reference

Identifying information for a chromatogram. More...

#include <OpenMS/INTERFACES/DataStructures.h>

Collaboration diagram for ChromatogramMeta:
[legend]

Public Member Functions

 ChromatogramMeta ()
 

Public Attributes

std::size_t index
 the zero-based, consecutive index of the chromatogram in the ChromatogramList. More...
 
std::string id
 a unique identifier for this chromatogram. More...
 
double precursor_isolation_target
 precursor and product m/z More...
 
double product_isolation_target
 

Detailed Description

Identifying information for a chromatogram.

Constructor & Destructor Documentation

◆ ChromatogramMeta()

ChromatogramMeta ( )
inline

Member Data Documentation

◆ id

std::string id

a unique identifier for this chromatogram.

◆ index

std::size_t index

the zero-based, consecutive index of the chromatogram in the ChromatogramList.

◆ precursor_isolation_target

double precursor_isolation_target

precursor and product m/z

◆ product_isolation_target

double product_isolation_target