OpenMS
SimpleTSGXLMS::SimplePeak Struct Reference

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

#include <OpenMS/CHEMISTRY/SimpleTSGXLMS.h>

Collaboration diagram for SimpleTSGXLMS::SimplePeak:
[legend]

Public Member Functions

 SimplePeak (double mz, int charge)
 
 SimplePeak ()
 

Public Attributes

double mz
 
int charge
 

Detailed Description

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

Constructor & Destructor Documentation

◆ SimplePeak() [1/2]

SimplePeak ( double  mz,
int  charge 
)
inline

◆ SimplePeak() [2/2]

SimplePeak ( )
inline

Member Data Documentation

◆ charge

int charge

◆ mz