50 IsotopeDistributionCache(
double max_mass,
double mass_window_width,
double intensity_percentage = 0,
double intensity_percentage_optional = 0);
Pre-calculate isotope distributions for interesting mass ranges.
Definition: IsotopeDistributionCache.h:46
const TheoreticalIsotopePattern & getIsotopeDistribution(double mass) const
Returns the isotope distribution for a certain mass window.
double mass_window_width_
Definition: IsotopeDistributionCache.h:59
IsotopeDistributionCache(double max_mass, double mass_window_width, double intensity_percentage=0, double intensity_percentage_optional=0)
FeatureFinderAlgorithmPickedHelperStructs::TheoreticalIsotopePattern TheoreticalIsotopePattern
Definition: IsotopeDistributionCache.h:48
std::vector< TheoreticalIsotopePattern > isotope_distributions_
Vector of pre-calculated isotope distributions for several mass windows.
Definition: IsotopeDistributionCache.h:57
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Helper structure for a theoretical isotope pattern used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:174