35 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_EXTENDEDISOTOPEFITTER1D_H 36 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_EXTENDEDISOTOPEFITTER1D_H 73 return "ExtendedIsotopeFitter1D";
90 void updateMembers_();
94 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_EXTENDEDISOTOPEFITTER1D_H A more convenient string class.
Definition: String.h:57
Abstract base class for all 1D-model fitters using maximum likelihood optimization.
Definition: MaxLikeliFitter1D.h:48
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
static Fitter1D * create()
create new ExtendedIsotopeFitter1D object (function needed by Factory)
Definition: ExtendedIsotopeFitter1D.h:65
CoordinateType charge_
isotope charge
Definition: ExtendedIsotopeFitter1D.h:82
CoordinateType isotope_stdev_
standard derivation in isotope
Definition: ExtendedIsotopeFitter1D.h:84
Abstract class for 1D-models that are approximated using linear interpolation.
Definition: InterpolationModel.h:55
Int max_isotope_
maximum isotopic rank to be considered
Definition: ExtendedIsotopeFitter1D.h:88
Extended isotope distribution fitter (1-dim.) approximated using linear interpolation.
Definition: ExtendedIsotopeFitter1D.h:47
CoordinateType monoisotopic_mz_
monoisotopic mass
Definition: ExtendedIsotopeFitter1D.h:86
Abstract base class for all 1D-dimensional model fitter.
Definition: Fitter1D.h:59
static const String getProductName()
name of the model (needed by Factory)
Definition: ExtendedIsotopeFitter1D.h:71
int Int
Signed integer type.
Definition: Types.h:103
std::vector< PeakType > RawDataArrayType
Raw data container type using for the temporary storage of the input data.
Definition: Fitter1D.h:76