#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 | ) |
| void init | ( | ) | [private] |
| BackgroundControl& operator< | ( | const BackgroundControl & | ) |
| BackgroundControl& operator<= | ( | const BackgroundControl & | ) |
| bool operator== | ( | const BackgroundControl & | ) |
| BackgroundControl& operator> | ( | const BackgroundControl & | ) |
| BackgroundControl& operator>= | ( | const BackgroundControl & | ) |
| void processIntensityMaps | ( | ) |
std::map<double, std::map<double, BackgroundIntensityBin> > intensityBinMap [private] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1 |