36 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_EXTENDEDISOTOPEMODEL_H
37 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_EXTENDEDISOTOPEMODEL_H
89 return "ExtendedIsotopeModel";
114 double averagine_[AVERAGINE_NUM];
119 void updateMembers_();
123 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_EXTENDEDISOTOPEMODEL_H
double trim_right_cutoff_
Definition: ExtendedIsotopeModel.h:116
InterpolationModel::CoordinateType IntensityType
Definition: ExtendedIsotopeModel.h:62
A more convenient string class.
Definition: String.h:57
Extended isotope distribution approximated using linear interpolation.
Definition: ExtendedIsotopeModel.h:56
Int max_isotope_
Definition: ExtendedIsotopeModel.h:115
static const String getProductName()
name of the model (needed by Factory)
Definition: ExtendedIsotopeModel.h:87
static BaseModel< 1 > * create()
create new ExtendedIsotopeModel object (needed by Factory)
Definition: ExtendedIsotopeModel.h:81
Definition: ExtendedIsotopeModel.h:64
UInt charge_
Definition: ExtendedIsotopeModel.h:112
Abstract class for 1D-models that are approximated using linear interpolation.
Definition: InterpolationModel.h:55
Feature::CoordinateType CoordinateType
Definition: AdditiveSeries.cpp:51
CoordinateType isotope_stdev_
Definition: ExtendedIsotopeModel.h:111
CoordinateType monoisotopic_mz_
Definition: ExtendedIsotopeModel.h:113
InterpolationModel::CoordinateType CoordinateType
Definition: ExtendedIsotopeModel.h:61
double isotope_distance_
Definition: ExtendedIsotopeModel.h:117
Averagines
Definition: ExtendedIsotopeModel.h:64
int Int
Signed integer type.
Definition: Types.h:96