OpenMS
IsotopeCluster Struct Reference

Stores information about an isotopic cluster (i.e. potential peptide charge variants) More...

#include <OpenMS/DATASTRUCTURES/IsotopeCluster.h>

Collaboration diagram for IsotopeCluster:
[legend]

Classes

struct  ChargedIndexSet
 index set with associated charge estimate More...
 

Public Types

typedef std::pair< Size, SizeIndexPair
 An index e.g. in an MSExperiment. More...
 
typedef std::set< IndexPairIndexSet
 A set of index pairs, usually referring to an MSExperiment. More...
 

Public Member Functions

 IsotopeCluster ()
 

Public Attributes

ChargedIndexSet peaks
 peaks in this cluster More...
 
std::vector< Sizescans
 the scans of this cluster More...
 

Detailed Description

Stores information about an isotopic cluster (i.e. potential peptide charge variants)

Member Typedef Documentation

◆ IndexPair

typedef std::pair<Size, Size> IndexPair

An index e.g. in an MSExperiment.

◆ IndexSet

typedef std::set<IndexPair> IndexSet

A set of index pairs, usually referring to an MSExperiment.

Constructor & Destructor Documentation

◆ IsotopeCluster()

IsotopeCluster ( )
inline

Member Data Documentation

◆ peaks

peaks in this cluster

◆ scans

std::vector<Size> scans

the scans of this cluster