OpenMS
RNPxlFragmentAnnotationHelper::FragmentAnnotationDetail_ Struct Reference

Single fragment annotation. More...

#include <OpenMS/ANALYSIS/RNPXL/RNPxlFragmentAnnotationHelper.h>

Collaboration diagram for RNPxlFragmentAnnotationHelper::FragmentAnnotationDetail_:
[legend]

Public Member Functions

 FragmentAnnotationDetail_ (String s, int z, double m, double i)
 
bool operator< (const FragmentAnnotationDetail_ &other) const
 
bool operator== (const FragmentAnnotationDetail_ &other) const
 

Public Attributes

String shift
 
int charge
 
double mz
 
double intensity
 

Detailed Description

Single fragment annotation.

Constructor & Destructor Documentation

◆ FragmentAnnotationDetail_()

FragmentAnnotationDetail_ ( String  s,
int  z,
double  m,
double  i 
)
inline

Member Function Documentation

◆ operator<()

◆ operator==()

Member Data Documentation

◆ charge

◆ intensity

◆ mz

◆ shift