48 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h> 66 static bool getMatchingPeaks(std::list<CentroidPeak>::iterator, std::list<CentroidPeak>::iterator,
int,
double &,
67 double, std::list<std::list<CentroidPeak>::iterator> &);
68 static void subtractMatchingPeaks(std::list<std::list<CentroidPeak>::iterator> &,
int,
double,
DeconvPeak &);
80 static int getIndex(
double,
int);
82 static double sfIsoDist10[96][20];
83 static double sfIsoDist50[96][20];
84 static double sfIsoDist90[96][20];
85 static double sfIsoMass10[96][20];
86 static double sfIsoMass50[96][20];
87 static double sfIsoMass90[96][20];
88 static int sfNrIsotopes[96];
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
static int getIndex(double, int)
Definition: IsotopicDist.h:117
static double sfMassStep
Definition: IsotopicDist.h:93
static int sfMaxMassIndex
Definition: IsotopicDist.h:89
static double sfMaxMass
Definition: IsotopicDist.h:92
Definition: IsotopicDist.h:58
static double sfMinMass
Definition: IsotopicDist.h:91
static int sfMaxIsotopeIndex
Definition: IsotopicDist.h:90
Definition: CentroidPeak.h:113