OpenMS
2.4.0
|
#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 |
double apex_pos = 0.0 |
The position of the point with highest intensity
Referenced by MRMTransitionGroupPicker::createMRMFeature().
double area = 0.0 |
The peak's computed area
Referenced by MRMTransitionGroupPicker::createMRMFeature().
double height = 0.0 |
The peak's highest intensity
Referenced by MRMTransitionGroupPicker::createMRMFeature().
ConvexHull2D::PointArrayType hull_points |
The peak's hull points
Referenced by MRMTransitionGroupPicker::createMRMFeature().