OpenMS
MRMFeaturePicker.h File Reference
#include <OpenMS/config.h>
#include <OpenMS/DATASTRUCTURES/Param.h>
#include <OpenMS/DATASTRUCTURES/String.h>
Include dependency graph for MRMFeaturePicker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MRMFeaturePicker
 MRMFeaturePicker defines the structures containing parameters to be used in MRMTransitionGroupPicker for components and components groups. More...
 
struct  MRMFeaturePicker::ComponentParams
 Structure to contain information about a single component with its parameters. More...
 
struct  MRMFeaturePicker::ComponentGroupParams
 Structure to contain information about a component group with its parameters. More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 

Class Documentation

◆ OpenMS::MRMFeaturePicker::ComponentParams

struct OpenMS::MRMFeaturePicker::ComponentParams

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

Collaboration diagram for MRMFeaturePicker::ComponentParams:
[legend]
Class Members
String component_group_name The component_group_name can't be an empty string.
String component_name The component_name can't be an empty string.
Param params The parameters pertaining a single component.

◆ OpenMS::MRMFeaturePicker::ComponentGroupParams

struct OpenMS::MRMFeaturePicker::ComponentGroupParams

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

Collaboration diagram for MRMFeaturePicker::ComponentGroupParams:
[legend]
Class Members
String component_group_name The component_group_name can't be an empty string.
Param params The parameters pertaining a component group.