#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/LCElutionPeak.h>
| ~LCElutionPeak | ( | ) |
| LCElutionPeak | ( | ) |
| LCElutionPeak | ( | const LCElutionPeak & | ) |
| LCElutionPeak | ( | const LCElutionPeak * | ) |
| void analyzeLCElutionPeak | ( | ) | [inline] |
| void compute_CHRG | ( | ) |
| void computeLCElutionPeakParameters | ( | ) |
| void createConsensIsotopPattern | ( | ) |
| void defineLCElutionPeakParametersFromMSPeak | ( | ) |
| MSPeak* find_true_peak | ( | float | ) |
| double get_apex_intensity | ( | ) | [inline] |
| double get_apex_MZ | ( | ) | [inline] |
| double get_apex_retention_time | ( | ) | [inline] |
| int get_charge_state | ( | ) | [inline] |
| double get_end_retention_time | ( | ) | [inline] |
| int get_end_scan | ( | ) | [inline] |
| float get_intensity | ( | int | IN | ) | [inline] |
| double get_MZ | ( | int | ) |
| int get_nb_ms_peaks | ( | ) | [inline] |
| int get_scan_apex | ( | ) | [inline] |
| SIGNAL_iterator get_signal_list_end | ( | ) | [inline] |
| SIGNAL_iterator get_signal_list_start | ( | ) | [inline] |
| double get_start_retention_time | ( | ) | [inline] |
| int get_start_scan | ( | ) | [inline] |
| double get_total_peak_area | ( | ) | [inline] |
| std::string getElutionPeakExtraInfo | ( | ) | [inline] |
| double getSignalToNoise | ( | ) | [inline] |
| double getSignalToNoiseBackground | ( | ) | [inline] |
| LCElutionPeak& operator< | ( | const LCElutionPeak & | ) |
| LCElutionPeak& operator<= | ( | const LCElutionPeak & | ) |
| LCElutionPeak& operator= | ( | const LCElutionPeak & | ) |
| LCElutionPeak& operator> | ( | const LCElutionPeak & | ) |
| LCElutionPeak& operator>= | ( | const LCElutionPeak & | ) |
| void print_profile | ( | std::ofstream * | ) |
| void remove_background_peak | ( | ) |
| void set_apex_retention_time | ( | double | IN | ) | [inline] |
| void set_end_retention_time | ( | double | IN | ) | [inline] |
| void set_start_retention_time | ( | double | IN | ) | [inline] |
| void setElutionPeakExtraInfo | ( | std::string | in | ) | [inline] |
| void setSNIntensityThreshold | ( | ) |
| void show_info | ( | ) |
| void update_CHRGMAP | ( | MSPeak * | IN | ) | [inline] |
References MSPeak::get_charge_state().
std::multimap<int, int> CHRG_MAP [protected] |
double DEBUG_MASS_END [static] |
double DEBUG_MASS_START [static] |
std::string elutionPeakExtraInfo [protected] |
double f_observed_Mass [private] |
double fapex_intensity [protected] |
int fCharge [protected] |
double fIsotopMass [private] |
int fNrIsotopes [private] |
double fpeak_area [protected] |
int fScanNumberApex [protected] |
int fScanNumberEnd [protected] |
int fScanNumberStart [protected] |
double fSignalToNoise [protected] |
double fSNIntensityThreshold [protected] |
std::multimap<int, MSPeak> intens_signals [protected] |
ConsensusIsotopePattern* isotopePattern [private] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1 |