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);
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
double mass_window_width_
Definition: IsotopeDistributionCache.h:60
Pre-calculate isotope distributions for interesting mass ranges.
Definition: IsotopeDistributionCache.h:46