int Int
Signed integer type.
Definition: Types.h:72
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Index set with associated charge estimate.
Definition: IsotopeCluster.h:56
Int charge
Charge estimate (convention: zero means "no charge estimate")
Definition: IsotopeCluster.h:68
ChargedIndexSet()
Default constructor.
Definition: IsotopeCluster.h:62
Stores information about an isotopic cluster (i.e. potential peptide charge variants)
Definition: IsotopeCluster.h:30
IsotopeCluster()
Default constructor.
Definition: IsotopeCluster.h:76
std::pair< Size, Size > IndexPair
An index pair typically representing (scan_index, peak_index) in an MSExperiment.
Definition: IsotopeCluster.h:37
std::vector< Size > scans
The scan indices where this cluster appears.
Definition: IsotopeCluster.h:86
ChargedIndexSet peaks
Peaks in this cluster, with their charge state information.
Definition: IsotopeCluster.h:83
std::set< IndexPair > IndexSet
A set of index pairs, usually referring to peaks in an MSExperiment.
Definition: IsotopeCluster.h:45