OpenMS  2.4.0
Public Attributes | List of all members
SimpleTSGXLMS::SimplePeak Struct Reference

A simple struct to represent peaks with mz and charge and sort them easily. More...

#include <OpenMS/CHEMISTRY/SimpleTSGXLMS.h>

Public Attributes

double mz = 0
 
int charge = 0
 

Detailed Description

A simple struct to represent peaks with mz and charge and sort them easily.

Member Data Documentation

◆ charge

int charge = 0

◆ mz

double mz = 0