OpenMS
MRMFeaturePicker.h
Go to the documentation of this file.
1 // Copyright (c) 2002-present, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer: Douglas McCloskey, Pasquale Domenico Colaianni $
6 // $Authors: Douglas McCloskey, Pasquale Domenico Colaianni $
7 // --------------------------------------------------------------------------
8 
9 #pragma once
10 
11 #include <OpenMS/config.h> // OPENMS_DLLAPI
14 
15 namespace OpenMS
16 {
29  class OPENMS_DLLAPI MRMFeaturePicker
30  {
31 public:
33  MRMFeaturePicker() = default;
34 
36  ~MRMFeaturePicker() = default;
37 
40  {
44  };
45 
48  {
51  };
52  };
53 }
54 
MRMFeaturePicker defines the structures containing parameters to be used in MRMTransitionGroupPicker ...
Definition: MRMFeaturePicker.h:30
String component_name
The component_name can't be an empty string.
Definition: MRMFeaturePicker.h:41
~MRMFeaturePicker()=default
Destructor.
String component_group_name
The component_group_name can't be an empty string.
Definition: MRMFeaturePicker.h:42
MRMFeaturePicker()=default
Constructor.
Param params
The parameters pertaining a single component.
Definition: MRMFeaturePicker.h:43
Structure to contain information about a component group with its parameters.
Definition: MRMFeaturePicker.h:48
Structure to contain information about a single component with its parameters.
Definition: MRMFeaturePicker.h:40
Management and storage of parameters / INI files.
Definition: Param.h:44
A more convenient string class.
Definition: String.h:34
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19