#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/IsotopicDist.h>
Static Public Member Functions | |
| static void | init () |
| static bool | getMatchingPeaks (std::list< CentroidPeak >::iterator, std::list< CentroidPeak >::iterator, int, double &, double, std::list< std::list< CentroidPeak >::iterator > &) |
| static void | subtractMatchingPeaks (std::list< std::list< CentroidPeak >::iterator > &, int, double, DeconvPeak &) |
Static Private Member Functions | |
| static int | getIndex (double, int) |
Static Private Attributes | |
| static double | sfIsoDist10 [96][20] |
| static double | sfIsoDist50 [96][20] |
| static double | sfIsoDist90 [96][20] |
| static double | sfIsoMass10 [96][20] |
| static double | sfIsoMass50 [96][20] |
| static double | sfIsoMass90 [96][20] |
| static int | sfNrIsotopes [96] |
| static int | sfMaxMassIndex |
| static int | sfMaxIsotopeIndex |
| static double | sfMinMass |
| static double | sfMaxMass |
| static double | sfMassStep |
| int getIndex | ( | double | pMass, | |
| int | pCharge | |||
| ) | [inline, static, private] |
References IsotopicDist::sfMassStep, IsotopicDist::sfMaxMassIndex, and IsotopicDist::sfMinMass.
| static bool getMatchingPeaks | ( | std::list< CentroidPeak >::iterator | , | |
| std::list< CentroidPeak >::iterator | , | |||
| int | , | |||
| double & | , | |||
| double | , | |||
| std::list< std::list< CentroidPeak >::iterator > & | ||||
| ) | [static] |
| static void init | ( | ) | [static] |
| static void subtractMatchingPeaks | ( | std::list< std::list< CentroidPeak >::iterator > & | , | |
| int | , | |||
| double | , | |||
| DeconvPeak & | ||||
| ) | [static] |
double sfIsoDist10[96][20] [static, private] |
double sfIsoDist50[96][20] [static, private] |
double sfIsoDist90[96][20] [static, private] |
double sfIsoMass10[96][20] [static, private] |
double sfIsoMass50[96][20] [static, private] |
double sfIsoMass90[96][20] [static, private] |
double sfMassStep [static, private] |
Referenced by IsotopicDist::getIndex().
int sfMaxIsotopeIndex [static, private] |
int sfMaxMassIndex [static, private] |
Referenced by IsotopicDist::getIndex().
Referenced by IsotopicDist::getIndex().
int sfNrIsotopes[96] [static, private] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1 |