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. More... | |
Private Attributes | |
std::vector < TheoreticalIsotopePattern > | isotope_distributions_ |
Vector of precalculated isotope distributions for several mass winows. More... | |
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.
|
private |
Vector of precalculated isotope distributions for several mass winows.
|
private |
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:30 using doxygen 1.8.5 |