 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
41 class InterpolationModel;
93 static const String getProductName();
97 double fitRT_(std::vector<Peak1D>& rt_input_data, std::unique_ptr<InterpolationModel>& model)
const;
100 void updateMembers_()
override;
FeatureFinderAlgorithm for MRM experiments.
Definition: FeatureFinderAlgorithmMRM.h:59
The purpose of this struct is to provide definitions of classes and typedefs which are used throughou...
Definition: FeatureFinderDefs.h:50
MapType::SpectrumType SpectrumType
Definition: FeatureFinderAlgorithmMRM.h:67
FeatureFinder * ff_
Pointer to the calling FeatureFinder that is used to access the feature flags.
Definition: FeatureFinderAlgorithm.h:145
A more convenient string class.
Definition: String.h:58
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
Mass-to-charge dimension id (1 if used as a const int)
Definition: Peak2D.h:76
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
FeatureFinderAlgorithm::MapType MapType
Definition: FeatureFinderAlgorithmMRM.h:66
SpectrumType::FloatDataArrays FloatDataArrays
Definition: FeatureFinderAlgorithmMRM.h:68
const MapType * map_
Input data pointer.
Definition: FeatureFinderAlgorithm.h:139
Abstract base class for FeatureFinder algorithms.
Definition: FeatureFinderAlgorithm.h:74
std::vector< FloatDataArray > FloatDataArrays
Definition: MSSpectrum.h:116
Param defaults_
Container for default parameters. This member should be filled in the constructor of derived classes!
Definition: DefaultParamHandler.h:173
Retention time dimension id (0 if used as a const int)
Definition: Peak2D.h:75
FeatureMap * features_
Output data pointer.
Definition: FeatureFinderAlgorithm.h:142
The representation of a 1D spectrum.
Definition: MSSpectrum.h:66
Param param_
Container for current parameters.
Definition: DefaultParamHandler.h:166