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().

◆ area

double area = 0.0

The peak's computed area

Referenced by MRMTransitionGroupPicker::createMRMFeature().

◆ height

double height = 0.0

The peak's highest intensity

Referenced by MRMTransitionGroupPicker::createMRMFeature().

◆ hull_points

The peak's hull points

Referenced by MRMTransitionGroupPicker::createMRMFeature().