35 #ifndef OPENMS_FILTERING_DATAREDUCTION_ISOTOPEDISTRIBUTIONCACHE_H 36 #define OPENMS_FILTERING_DATAREDUCTION_ISOTOPEDISTRIBUTIONCACHE_H 51 IsotopeDistributionCache(
double max_mass,
double mass_window_width,
double intensity_percentage = 0,
double intensity_percentage_optional = 0);
54 const TheoreticalIsotopePattern & getIsotopeDistribution(
double mass)
const;
FeatureFinderAlgorithmPickedHelperStructs::TheoreticalIsotopePattern TheoreticalIsotopePattern
Definition: IsotopeDistributionCache.h:49
std::vector< TheoreticalIsotopePattern > isotope_distributions_
Vector of pre-calculated isotope distributions for several mass windows.
Definition: IsotopeDistributionCache.h:58
Helper structure for a theoretical isotope pattern used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:174
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
double mass_window_width_
Definition: IsotopeDistributionCache.h:60
Pre-calculate isotope distributions for interesting mass ranges.
Definition: IsotopeDistributionCache.h:46