Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
BackgroundIntensityBin Class Reference

#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/BackgroundIntensityBin.h>

Public Member Functions

virtual ~BackgroundIntensityBin ()
 
 BackgroundIntensityBin (const BackgroundIntensityBin &)
 
BackgroundIntensityBinoperator= (const BackgroundIntensityBin &)
 
 BackgroundIntensityBin (double, double)
 
bool checkBelonging (MSPeak *)
 
void addIntensity (double)
 
void addMSPeak (MSPeak *)
 
void processIntensities ()
 
std::vector< double > * getIntensityMap ()
 
std::map< double, double > * getIntensityHist ()
 
double getMean ()
 

Private Member Functions

 BackgroundIntensityBin ()
 
void computeIntensityHist ()
 

Private Attributes

double mzCoord_
 
double trCoord_
 
double zCoord_
 
std::vector< doubleintensityMap_
 
std::map< double, doubleintensityHist_
 
double mean_
 

Constructor & Destructor Documentation

BackgroundIntensityBin ( )
inlineprivate
virtual ~BackgroundIntensityBin ( )
virtual

Member Function Documentation

void addIntensity ( double  )
void addMSPeak ( MSPeak )
bool checkBelonging ( MSPeak )
void computeIntensityHist ( )
private
std::map<double, double>* getIntensityHist ( )
std::vector<double>* getIntensityMap ( )
double getMean ( )
void processIntensities ( )

Member Data Documentation

std::map<double, double> intensityHist_
private
std::vector<double> intensityMap_
private
double mean_
private
double mzCoord_
private
double trCoord_
private
double zCoord_
private

OpenMS / TOPP release 2.0.0 Documentation generated on Thu Aug 20 2015 01:44:32 using doxygen 1.8.9.1