36 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_EXTENDEDISOTOPEMODEL_H 37 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_EXTENDEDISOTOPEMODEL_H 89 return "ExtendedIsotopeModel";
99 void setOffset(CoordinateType offset);
101 CoordinateType getOffset();
108 CoordinateType getCenter()
const;
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
unsigned int UInt
Unsigned integer type.
Definition: Types.h:95
static const String getProductName()
name of the model (needed by Factory)
Definition: ExtendedIsotopeModel.h:87
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
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
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:103