SuperHirn parameters singleton class containing all static configuration variables. More...
#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnParameters.h>
SuperHirn parameters singleton class containing all static configuration variables.
| ~SuperHirnParameters | ( | ) |
| SuperHirnParameters | ( | ) | [private] |
Referenced by SuperHirnParameters::instance().
| SuperHirnParameters | ( | const SuperHirnParameters & | ) | [inline, private] |
| bool centroidDataModus | ( | ) | [inline] |
References SuperHirnParameters::centroidDataModus_.
| bool createFeatureElutionProfiles | ( | ) | [inline] |
| double getBackgroundIntensityBinsIntens | ( | ) | [inline] |
| int getBackgroundIntensityBinsMinBinCount | ( | ) | [inline] |
| double getBackgroundIntensityBinsMZ | ( | ) | [inline] |
References SuperHirnParameters::backgroundIntensityBinsMZ_.
| double getBackgroundIntensityBinsTR | ( | ) | [inline] |
References SuperHirnParameters::backgroundIntensityBinsTR_.
| int getCentroidWindowWidth | ( | ) | [inline] |
References SuperHirnParameters::centroidWindowWidth_.
| double getDetectableIsotopeFactor | ( | ) | [inline] |
References SuperHirnParameters::detectableIsotopeFactor_.
| double getInitialTrTolerance | ( | ) | [inline] |
References SuperHirnParameters::initialTrTolerance_.
| double getIntensityCV | ( | ) | [inline] |
References SuperHirnParameters::intensityCV_.
| double getIntensityFloor | ( | ) | [inline] |
References SuperHirnParameters::intensityFloor_.
| float getIntensityThreshold | ( | ) | [inline] |
References SuperHirnParameters::intensityThreshold_.
Referenced by ProcessData::getMinimalIntensityLevel().
| double getLowIntensityMSSignalThreshold | ( | ) | [inline] |
| double getMassTolDa | ( | ) | [inline] |
References SuperHirnParameters::massTolDa_.
| double getMassTolPpm | ( | ) | [inline] |
References SuperHirnParameters::massTolPpm_.
| int getMaxFeatureChrg | ( | ) | [inline] |
References SuperHirnParameters::maxFeatureChrg_.
| double getMaxFeatureMZ | ( | ) | [inline] |
References SuperHirnParameters::maxFeatureMZ_.
| double getMaxInterScanRetentionTimeDistance | ( | ) | [inline] |
| double getMaxTR | ( | ) | [inline] |
References SuperHirnParameters::maxTR_.
| int getMinFeatureChrg | ( | ) | [inline] |
References SuperHirnParameters::minFeatureChrg_.
| double getMinFeatureMZ | ( | ) | [inline] |
References SuperHirnParameters::minFeatureMZ_.
| double getMinIntensity | ( | ) | [inline] |
References SuperHirnParameters::minIntensity_.
| int getMinNbClusterMembers | ( | ) | [inline] |
References SuperHirnParameters::minNbClusterMembers_.
| double getMinTR | ( | ) | [inline] |
References SuperHirnParameters::minTR_.
| double getMs1FeatureMergingTrTolerance | ( | ) | [inline] |
| double getMs1PeakAreaTrResolution | ( | ) | [inline] |
References SuperHirnParameters::ms1PeakAreaTrResolution_.
| double getMS1TRResolution | ( | ) | [inline] |
References SuperHirnParameters::ms1TRResolution_.
| double getMzTolPpm | ( | ) | [inline] |
References SuperHirnParameters::mzTolPpm_.
| double getPeptideProbabilityThreshold | ( | ) | [inline] |
| double getPercentageIntensityElutionBorderVariation | ( | ) | [inline] |
| double getPpmToleranceForMZClustering | ( | ) | [inline] |
| std::map< int, float > * getScanTRIndex | ( | ) | [inline] |
References SuperHirnParameters::scanTRIndex_.
| double getToleranceMZ | ( | ) | [inline] |
References SuperHirnParameters::toleranceMZ_.
| double getTrTol | ( | ) | [inline] |
References SuperHirnParameters::trTol_.
| SuperHirnParameters * instance | ( | ) | [inline, static] |
| bool isInitIsotopeDist | ( | ) | [inline] |
References SuperHirnParameters::initIsotopeDist_.
| bool ms1FeatureClustering | ( | ) | [inline] |
References SuperHirnParameters::ms1FeatureClustering_.
| SuperHirnParameters & operator= | ( | const SuperHirnParameters & | ) | [inline, private] |
| void setInitIsotopeDist | ( | ) | [inline] |
References SuperHirnParameters::initIsotopeDist_.
| bool storeAllLowProbabilityMS2Scans | ( | ) | [inline] |
friend class FeatureFinderAlgorithmSHCtrl [friend] |
double backgroundIntensityBinsIntens_ [private] |
Referenced by SuperHirnParameters::getBackgroundIntensityBinsIntens().
int backgroundIntensityBinsMinBinCount_ [private] |
Referenced by SuperHirnParameters::getBackgroundIntensityBinsMinBinCount().
double backgroundIntensityBinsMZ_ [private] |
Referenced by SuperHirnParameters::getBackgroundIntensityBinsMZ().
double backgroundIntensityBinsTR_ [private] |
Referenced by SuperHirnParameters::getBackgroundIntensityBinsTR().
bool centroidDataModus_ [private] |
Referenced by SuperHirnParameters::centroidDataModus().
int centroidWindowWidth_ [private] |
Referenced by SuperHirnParameters::getCentroidWindowWidth().
bool createFeatureElutionProfiles_ [private] |
Referenced by SuperHirnParameters::createFeatureElutionProfiles().
double detectableIsotopeFactor_ [private] |
Referenced by SuperHirnParameters::getDetectableIsotopeFactor().
bool haveInstance_ [static, private] |
Referenced by SuperHirnParameters::instance().
double initialTrTolerance_ [private] |
Referenced by SuperHirnParameters::getInitialTrTolerance().
bool initIsotopeDist_ [private] |
Referenced by SuperHirnParameters::isInitIsotopeDist(), and SuperHirnParameters::setInitIsotopeDist().
SuperHirnParameters* instance_ [static, private] |
Referenced by SuperHirnParameters::instance().
double intensityCV_ [private] |
Referenced by SuperHirnParameters::getIntensityCV().
double intensityFloor_ [private] |
Referenced by SuperHirnParameters::getIntensityFloor().
float intensityThreshold_ [private] |
Referenced by SuperHirnParameters::getIntensityThreshold().
double lowIntensityMSSignalThreshold_ [private] |
Referenced by SuperHirnParameters::getLowIntensityMSSignalThreshold().
double massTolDa_ [private] |
Referenced by SuperHirnParameters::getMassTolDa().
double massTolPpm_ [private] |
Referenced by SuperHirnParameters::getMassTolPpm().
int maxFeatureChrg_ [private] |
Referenced by SuperHirnParameters::getMaxFeatureChrg().
double maxFeatureMZ_ [private] |
Referenced by SuperHirnParameters::getMaxFeatureMZ().
double maxInterScanRetentionTimeDistance_ [private] |
Referenced by SuperHirnParameters::getMaxInterScanRetentionTimeDistance().
Referenced by SuperHirnParameters::getMaxTR().
int minFeatureChrg_ [private] |
Referenced by SuperHirnParameters::getMinFeatureChrg().
double minFeatureMZ_ [private] |
Referenced by SuperHirnParameters::getMinFeatureMZ().
double minIntensity_ [private] |
Referenced by SuperHirnParameters::getMinIntensity().
int minNbClusterMembers_ [private] |
Referenced by SuperHirnParameters::getMinNbClusterMembers().
Referenced by SuperHirnParameters::getMinTR().
bool ms1FeatureClustering_ [private] |
Referenced by SuperHirnParameters::ms1FeatureClustering().
double ms1FeatureMergingTrTolerance_ [private] |
Referenced by SuperHirnParameters::getMs1FeatureMergingTrTolerance().
double ms1PeakAreaTrResolution_ [private] |
Referenced by SuperHirnParameters::getMs1PeakAreaTrResolution().
double ms1TRResolution_ [private] |
Referenced by SuperHirnParameters::getMS1TRResolution().
Referenced by SuperHirnParameters::getMzTolPpm().
double peptideProbabilityThreshold_ [private] |
Referenced by SuperHirnParameters::getPeptideProbabilityThreshold().
double ppmToleranceForMZClustering_ [private] |
Referenced by SuperHirnParameters::getPpmToleranceForMZClustering().
std::map<int, float> scanTRIndex_ [private] |
Referenced by SuperHirnParameters::getScanTRIndex().
bool storeAllLowProbabilityMS2Scans_ [private] |
Referenced by SuperHirnParameters::storeAllLowProbabilityMS2Scans().
double toleranceMZ_ [private] |
Referenced by SuperHirnParameters::getToleranceMZ().
Referenced by SuperHirnParameters::getTrTol().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1 |