OpenMS
|
A simple struct to represent peaks with mz and charge and sort them easily. More...
#include <OpenMS/CHEMISTRY/SimpleTSGXLMS.h>
Public Member Functions | |
SimplePeak (double mz, int charge) | |
SimplePeak () | |
Public Attributes | |
double | mz |
int | charge |
A simple struct to represent peaks with mz and charge and sort them easily.
|
inline |
|
inline |
int charge |
double mz |
Referenced by SimpleTSGXLMS::SimplePeakComparator::operator()().