OpenMS  2.4.0
Public Attributes | List of all members
PeakIntegrator::PeakArea Struct Reference

#include <OpenMS/ANALYSIS/OPENSWATH/PeakIntegrator.h>

Public Attributes

double area = 0.0
 
double height = 0.0
 
double apex_pos = 0.0
 
ConvexHull2D::PointArrayType hull_points
 

Member Data Documentation

◆ apex_pos

double apex_pos = 0.0

The position of the point with highest intensity

Referenced by MRMTransitionGroupPicker::createMRMFeature(), and PeakIntegrator::integratePeak_().

◆ area

double area = 0.0

◆ height

double height = 0.0

The peak's highest intensity

Referenced by MRMTransitionGroupPicker::createMRMFeature(), and PeakIntegrator::integratePeak_().

◆ hull_points