OpenMS
IMSIsotopeDistribution::Peak Struct Reference

Structure that represents an isotope peak - pair of mass and abundance. More...

#include <OpenMS/CHEMISTRY/MASSDECOMPOSITION/IMS/IMSIsotopeDistribution.h>

Collaboration diagram for IMSIsotopeDistribution::Peak:
[legend]

Public Member Functions

 Peak (mass_type local_mass=0.0, abundance_type local_abundance=0.0)
 
bool operator== (const Peak &peak) const
 

Public Attributes

mass_type mass
 
abundance_type abundance
 

Detailed Description

Structure that represents an isotope peak - pair of mass and abundance.

Constructor & Destructor Documentation

◆ Peak()

Peak ( mass_type  local_mass = 0.0,
abundance_type  local_abundance = 0.0 
)
inline

Member Function Documentation

◆ operator==()

bool operator== ( const Peak peak) const
inline

Member Data Documentation

◆ abundance

◆ mass