Helper struct (contains the size of an area, a raw data container, the relative abundance of i-th isotopic peak and the distance between consecutive isotopic peaks) More...
#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/LmaIsotopeFitter1D.h>
Public Types | |
typedef Peak1D | PeakType |
typedef std::vector< PeakType > | RawDataArrayType |
typedef std::vector< double > | ContainerType |
typedef Feature::CoordinateType | CoordinateType |
Public Attributes | |
Size | n |
RawDataArrayType | set |
ContainerType | isotopes_exact |
CoordinateType | isotope_distance |
CoordinateType | isotopes_stdev |
CoordinateType | sigma |
Helper struct (contains the size of an area, a raw data container, the relative abundance of i-th isotopic peak and the distance between consecutive isotopic peaks)
typedef std::vector<double> ContainerType |
typedef Feature::CoordinateType CoordinateType |
typedef std::vector<PeakType> RawDataArrayType |
CoordinateType isotope_distance |
ContainerType isotopes_exact |
CoordinateType isotopes_stdev |
Size n |
RawDataArrayType set |
CoordinateType sigma |
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:34 using doxygen 1.8.5 |