OpenMS
2.6.0
|
#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/BackgroundControl.h>
Public Member Functions | |
~BackgroundControl () | |
BackgroundControl () | |
void | addPeakMSScan (double, std::list< CentroidPeak > *peakList) |
double | getBackgroundLevel (double mz, double tr) |
std::map< double, std::map< double, BackgroundIntensityBin > >::iterator | findTrKey (double) |
std::map< double, BackgroundIntensityBin >::iterator | findMzKey (double mz, std::map< double, BackgroundIntensityBin > *) |
void | processIntensityMaps () |
bool | operator== (const BackgroundControl &) |
BackgroundControl & | operator<= (const BackgroundControl &) |
BackgroundControl & | operator>= (const BackgroundControl &) |
BackgroundControl & | operator< (const BackgroundControl &) |
BackgroundControl & | operator> (const BackgroundControl &) |
Private Member Functions | |
void | init () |
Private Attributes | |
std::map< double, std::map< double, BackgroundIntensityBin > > | intensityBinMap |
~BackgroundControl | ( | ) |
void addPeakMSScan | ( | double | , |
std::list< CentroidPeak > * | peakList | ||
) |
std::map<double, BackgroundIntensityBin>::iterator findMzKey | ( | double | mz, |
std::map< double, BackgroundIntensityBin > * | |||
) |
std::map<double, std::map<double, BackgroundIntensityBin> >::iterator findTrKey | ( | double | ) |
|
private |
BackgroundControl& operator< | ( | const BackgroundControl & | ) |
BackgroundControl& operator<= | ( | const BackgroundControl & | ) |
bool operator== | ( | const BackgroundControl & | ) |
BackgroundControl& operator> | ( | const BackgroundControl & | ) |
BackgroundControl& operator>= | ( | const BackgroundControl & | ) |
void processIntensityMaps | ( | ) |
|
private |