OpenMS
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IsotopeCluster::ChargedIndexSet Struct Reference

Index set with associated charge estimate. More...

#include <OpenMS/DATASTRUCTURES/IsotopeCluster.h>

Inheritance diagram for IsotopeCluster::ChargedIndexSet:
[legend]
Collaboration diagram for IsotopeCluster::ChargedIndexSet:
[legend]

Public Member Functions

 ChargedIndexSet ()
 Default constructor. More...
 

Public Attributes

Int charge
 Charge estimate (convention: zero means "no charge estimate") More...
 

Detailed Description

Index set with associated charge estimate.

Extends the basic IndexSet with charge state information for the peaks. This allows tracking which peaks belong to the same isotopic pattern and what charge state they represent.

Constructor & Destructor Documentation

◆ ChargedIndexSet()

ChargedIndexSet ( )
inline

Default constructor.

Initializes the charge to 0, which by convention means "no charge estimate"

Member Data Documentation

◆ charge

Int charge

Charge estimate (convention: zero means "no charge estimate")