OpenMS  2.4.0
Public Attributes | List of all members
TwoDOptimization::Data Struct Reference

Helper struct (contains the size of an area and a raw data container) More...

#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/TwoDOptimization.h>

Public Attributes

std::vector< std::pair< SignedSize, SignedSize > > signal2D
 
std::multimap< double, IsotopeCluster >::iterator iso_map_iter
 
Size total_nr_peaks
 
std::map< Int, std::vector< PeakIndex > > matching_peaks
 
PeakMap picked_peaks
 
PeakMap::ConstIterator raw_data_first
 
OptimizationFunctions::PenaltyFactorsIntensity penalties
 
std::vector< doublepositions
 
std::vector< doublesignal
 

Detailed Description

Helper struct (contains the size of an area and a raw data container)

Member Data Documentation

◆ iso_map_iter

std::multimap<double, IsotopeCluster>::iterator iso_map_iter

◆ matching_peaks

std::map<Int, std::vector<PeakIndex> > matching_peaks

◆ penalties

◆ picked_peaks

PeakMap picked_peaks

◆ positions

std::vector<double> positions

◆ raw_data_first

PeakMap::ConstIterator raw_data_first

◆ signal

std::vector<double> signal

◆ signal2D

std::vector<std::pair<SignedSize, SignedSize> > signal2D

◆ total_nr_peaks

Size total_nr_peaks