OpenMS  2.4.0
Public Attributes | List of all members
MRMFeaturePicker::ComponentParams Struct Reference

Structure to contain information about a single component with its parameters. More...

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

Public Attributes

String component_name
 The component_name can't be an empty string. More...
 
String component_group_name
 The component_group_name can't be an empty string. More...
 
Param params
 The parameters pertaining a single component. More...
 

Detailed Description

Structure to contain information about a single component with its parameters.

Member Data Documentation

◆ component_group_name

String component_group_name

The component_group_name can't be an empty string.

◆ component_name

String component_name

The component_name can't be an empty string.

◆ params

Param params

The parameters pertaining a single component.