72 return "IsotopeFitter1D";
Abstract base class for all 1D-dimensional model fitter.
Definition: Fitter1D.h:62
std::vector< PeakType > RawDataArrayType
Peak type data container type using for the temporary storage of the input data.
Definition: Fitter1D.h:76
Feature::QualityType QualityType
Quality of a feature.
Definition: Fitter1D.h:72
Feature::CoordinateType CoordinateType
Single coordinate.
Definition: Fitter1D.h:70
Isotope distribution fitter (1-dim.) approximated using linear interpolation.
Definition: IsotopeFitter1D.h:48
static Fitter1D * create()
create new IsotopeFitter1D object (function needed by Factory)
Definition: IsotopeFitter1D.h:64
CoordinateType isotope_stdev_
standard derivation in isotope
Definition: IsotopeFitter1D.h:83
IsotopeFitter1D(const IsotopeFitter1D &source)
copy constructor
QualityType fit1d(const RawDataArrayType &range, std::unique_ptr< InterpolationModel > &model) override
return interpolation model
IsotopeFitter1D()
Default constructor.
~IsotopeFitter1D() override
destructor
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
CoordinateType charge_
isotope charge
Definition: IsotopeFitter1D.h:81
Int max_isotope_
maximum isotopic rank to be considered
Definition: IsotopeFitter1D.h:85
virtual IsotopeFitter1D & operator=(const IsotopeFitter1D &source)
assignment operator
static const String getProductName()
name of the model (needed by Factory)
Definition: IsotopeFitter1D.h:70
Abstract base class for all 1D-model fitters using maximum likelihood optimization.
Definition: MaxLikeliFitter1D.h:49
A more convenient string class.
Definition: String.h:61
int Int
Signed integer type.
Definition: Types.h:102
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47