#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 | 
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:34 using doxygen 1.8.5 |