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

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

#include <OpenMS/SIMULATION/EGHFitter1D.h>

Public Types

typedef Peak1D PeakType
 
typedef std::vector< PeakTypeRawDataArrayType
 

Public Attributes

Size n
 
RawDataArrayType set
 

Detailed Description

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

Member Typedef Documentation

◆ PeakType

typedef Peak1D PeakType

◆ RawDataArrayType

typedef std::vector<PeakType> RawDataArrayType

Member Data Documentation

◆ n

Size n

◆ set