OpenMS
Loading...
Searching...
No Matches
MzPAFNeutralLoss Struct Reference

Neutral loss in an mzPAF annotation. More...

#include <OpenMS/CHEMISTRY/MzPAF.h>

Collaboration diagram for MzPAFNeutralLoss:
[legend]

Public Member Functions

bool operator== (const MzPAFNeutralLoss &other) const
 
bool operator!= (const MzPAFNeutralLoss &other) const
 

Public Attributes

EmpiricalFormula formula
 Parsed chemical formula of the loss.
 

Detailed Description

Neutral loss in an mzPAF annotation.

Represents a neutral loss like -H2O or -NH3.

Member Function Documentation

◆ operator!=()

bool operator!= ( const MzPAFNeutralLoss other) const
inline

◆ operator==()

bool operator== ( const MzPAFNeutralLoss other) const

Member Data Documentation

◆ formula

Parsed chemical formula of the loss.