Prealculate isotope distributions for interesting mass ranges. More...
#include <OpenMS/FILTERING/DATAREDUCTION/IsotopeDistributionCache.h>
Public Types | |
| typedef FeatureFinderAlgorithmPickedHelperStructs::TheoreticalIsotopePattern | TheoreticalIsotopePattern |
Public Member Functions | |
| IsotopeDistributionCache (DoubleReal max_mass, DoubleReal mass_window_width, DoubleReal intensity_percentage=0, DoubleReal intensity_percentage_optional=0) | |
| const TheoreticalIsotopePattern & | getIsotopeDistribution (DoubleReal mass) const |
| Returns the isotope distribution for a certain mass window. | |
Private Attributes | |
| std::vector < TheoreticalIsotopePattern > | isotope_distributions_ |
| Vector of precalculated isotope distributions for several mass winows. | |
| DoubleReal | mass_window_width_ |
Prealculate isotope distributions for interesting mass ranges.
| typedef FeatureFinderAlgorithmPickedHelperStructs::TheoreticalIsotopePattern TheoreticalIsotopePattern |
| IsotopeDistributionCache | ( | DoubleReal | max_mass, | |
| DoubleReal | mass_window_width, | |||
| DoubleReal | intensity_percentage = 0, |
|||
| DoubleReal | intensity_percentage_optional = 0 | |||
| ) |
| const TheoreticalIsotopePattern& getIsotopeDistribution | ( | DoubleReal | mass | ) | const |
Returns the isotope distribution for a certain mass window.
std::vector<TheoreticalIsotopePattern> isotope_distributions_ [private] |
Vector of precalculated isotope distributions for several mass winows.
DoubleReal mass_window_width_ [private] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |