|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   53 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h> 
  151     void add_scan_raw_data(std::vector<MSPeak>);
 
  165     void insert_new_observed_mz(
MSPeak *);
 
  169     void convert_ms_peaks(
int, 
double, std::list<DeconvPeak> &, std::vector<MSPeak> &);
 
  172     bool filterDeisotopicMSPeak(
MSPeak *);
 
  189     void processMSPeaks(std::multimap<int, MSPeak> *);
 
  194     double getPeakIntensitySum(
double);
 
  204     void extract_elution_peaks();
 
  213     double find_retention_time(
double);
 
  220     void adjustCorrectToMS1Precursor(
double *, 
int, 
int, 
int);
 
  238     double getMinimalIntensityLevel();
 
  242     std::map<double, int>::iterator get_nb_MZ_cluster_elements(
double);
 
  244     void erase_MZ_cluster_element(std::map<double, int>::iterator);
 
  246     void insert_MZ_cluster_element(
double, 
int);
 
  255     void increase_LC_elution_peak_counter();
 
  256     unsigned int get_LC_elution_peak_counter();
 
  259     int getMaxScanDistance();
 
  260     void setMaxScanDistance(
int in);
 
  
BackgroundControl * backgroundController
Definition: ProcessData.h:109
main_data_structure::iterator main_iterator
Definition: ProcessData.h:79
bool operator<(const QTCluster &q1, const QTCluster &q2)
std::vector< elution_peak > MZ_series
Definition: ProcessData.h:76
main_data_structure pMZ_LIST
Definition: ProcessData.h:99
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Definition: LCMSCData.h:59
std::vector< elution_peak >::iterator MZ_series_ITERATOR
Definition: ProcessData.h:77
unsigned int LC_elution_peak_counter
Definition: ProcessData.h:104
std::map< double, int > MZ_CLUSTER
Definition: ProcessData.h:103
Definition: CentroidData.h:63
LCMSCData * data_
Definition: ProcessData.h:96
std::multimap< double, MZ_series > main_data_structure
Definition: ProcessData.h:78
std::multimap< int, MSPeak > elution_peak
Definition: ProcessData.h:75
Definition: ProcessData.h:67
Definition: BackgroundControl.h:62
int max_inter_scan_distance
Definition: ProcessData.h:93