|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   47 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h> 
   49 #include <boost/shared_ptr.hpp> 
   84     typedef std::pair<double, boost::shared_ptr<RawData> > 
Map;
 
   85     typedef std::vector<Map> 
Vec;
 
  107     void parseMzXMLData();
 
  112     void startScanParsing(
Vec datavec);
 
  116     void process_MS1_level_data_structure(
ProcessData *);
 
  127     bool checkIfFeatureExtractionExists(std::string);
 
  131     void process_MS2_level_data_structure(
ProcessData *);
 
  133     void extract_MS2_elution_features();
 
  135     void associateMS2FeatureToMS1Feature(
MS2Feature *);
 
  143     void constructMS1FeatureFromMS2Feature(
MS2Feature *);
 
  147     void write_out_parsed_LC_MS(
LCMS *);
 
  166     void set_target_file(std::string in);
 
  167     std::string get_target_file();
 
  
std::string targetMzXML
Definition: FTPeakDetectController.h:78
std::string OUTPUT_DIR
Definition: FTPeakDetectController.h:80
Definition: LCElutionPeak.h:67
Definition: SHFeature.h:59
bool operator<(const QTCluster &q1, const QTCluster &q2)
std::string get_target_file()
Definition: FTPeakDetectController.h:182
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::vector< Map > Vec
Definition: FTPeakDetectController.h:85
std::pair< double, boost::shared_ptr< RawData > > Map
Definition: FTPeakDetectController.h:84
void set_target_file(std::string in)
Definition: FTPeakDetectController.h:177
std::string SOURCE_DIR
Definition: FTPeakDetectController.h:79
Definition: FTPeakDetectController.h:60
std::vector< LCMS > lcmsRuns_
Definition: FTPeakDetectController.h:75
Definition: ProcessData.h:67
LCMS * getLCMS()
Definition: FTPeakDetectController.h:210
LCMS * lcms_
Definition: FTPeakDetectController.h:73
Definition: MS2Feature.h:55