#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/MS2Info.h>
|  | 
|  | ~MS2Info () | 
|  | 
|  | MS2Info () | 
|  | 
|  | MS2Info (int) | 
|  | 
|  | MS2Info (std::string, std::string, float) | 
|  | 
|  | MS2Info (std::string, std::string, int, float) | 
|  | 
|  | MS2Info (std::string, std::string, float, int, int) | 
|  | 
|  | MS2Info (const MS2Info &) | 
|  | 
|  | MS2Info (const MS2Info *) | 
|  | 
| MS2Info & | operator= (const MS2Info &) | 
|  | 
| bool | operator== (const MS2Info &) | 
|  | 
| MS2Info & | operator<= (const MS2Info &) | 
|  | 
| MS2Info & | operator>= (const MS2Info &) | 
|  | 
| MS2Info & | operator< (const MS2Info &) | 
|  | 
| MS2Info & | operator> (const MS2Info &) | 
|  | 
| void | add_modification (int, double) | 
|  | 
| std::map< int, double >::iterator | get_Modification_list_start () | 
|  | 
| std::map< int, double >::iterator | get_Modification_list_end () | 
|  | 
| std::map< int, double >::iterator | find_Modification (int pos) | 
|  | 
| std::map< int, double > * | get_Modification_list () | 
|  | 
| bool | check_MODIFICATION () | 
|  | 
| void | set_THEO_MASS_from_SQ () | 
|  | 
| double | get_THEO_MZ () | 
|  | 
| void | set_FULL_SQ () | 
|  | 
| void | set_SQ (std::string IN) | 
|  | 
| void | show_info () | 
|  | 
| bool | get_PROTEO_TYPE () | 
|  | 
| int | get_TRYPTIC_STATE () | 
|  | 
| bool | compare_AC (std::string) | 
|  | 
| bool | search_AC_pattern (std::string) | 
|  | 
| std::string | get_SQ () | 
|  | 
| std::string | get_MOD_SQ () | 
|  | 
| std::string | get_TOTAL_SQ () | 
|  | 
| std::string | get_AC () | 
|  | 
| std::vector< std::string > | get_ALL_AC () | 
|  | 
| std::vector< std::string > ::iterator
 | get_ALL_AC_START () | 
|  | 
| std::vector< std::string > ::iterator
 | get_ALL_AC_END () | 
|  | 
| bool | find_AC (std::string) | 
|  | 
| void | set_AC (std::string) | 
|  | 
| float | get_PEP_PROB () | 
|  | 
| void | set_PEP_PROB (float IN) | 
|  | 
| double | get_MONO_MZ () | 
|  | 
| void | set_MONO_MZ (double) | 
|  | 
| double | get_NEUTRAL_MR () | 
|  | 
| void | set_NEUTRAL_MR (double) | 
|  | 
| int | get_CHRG () | 
|  | 
| void | set_CHRG (int IN) | 
|  | 
| int | get_SCAN () | 
|  | 
| int | get_SCAN_START () | 
|  | 
| void | set_SCAN_START (int IN) | 
|  | 
| int | get_SCAN_END () | 
|  | 
| void | set_SCAN_END (int IN) | 
|  | 
| int | get_ID () | 
|  | 
| double | get_DELTA_CN () | 
|  | 
| void | set_DELTA_CN (double IN) | 
|  | 
| double | get_XCORR () | 
|  | 
| void | set_XCORR (double IN) | 
|  | 
| void | set_MS2_TYPE_TAG (std::string IN) | 
|  | 
| std::string | get_MS2_TYPE_TAG () | 
|  | 
| double | getRetentionTime () | 
|  | 
| void | setRetentionTime (double IN) | 
|  | 
| double | get_MONO_AA_MASS (int) | 
|  | 
| std::string | get_PREV_AA () | 
|  | 
| void | set_PREV_AA (std::string IN) | 
|  | 
      
        
          | MS2Info | ( | std::string | , | 
        
          |  |  | std::string | , | 
        
          |  |  | float |  | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | MS2Info | ( | std::string | , | 
        
          |  |  | std::string | , | 
        
          |  |  | int | , | 
        
          |  |  | float |  | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | MS2Info | ( | std::string | , | 
        
          |  |  | std::string | , | 
        
          |  |  | float | , | 
        
          |  |  | int | , | 
        
          |  |  | int |  | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void add_modification | ( | int | , | 
        
          |  |  | double |  | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | bool check_MODIFICATION | ( |  | ) |  |  | inline | 
 
 
      
        
          | bool compare_AC | ( | std::string |  | ) |  | 
      
 
 
      
        
          | bool find_AC | ( | std::string |  | ) |  | 
      
 
 
  
  | 
        
          | std::map<int, double>::iterator find_Modification | ( | int | pos | ) |  |  | inline | 
 
 
  
  | 
        
          | std::vector<std::string> get_ALL_AC | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | std::vector<std::string>::iterator get_ALL_AC_END | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | std::vector<std::string>::iterator get_ALL_AC_START | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | std::string get_MOD_SQ | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | std::map<int, double>* get_Modification_list | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | std::map<int, double>::iterator get_Modification_list_end | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | std::map<int, double>::iterator get_Modification_list_start | ( |  | ) |  |  | inline | 
 
 
      
        
          | double get_MONO_AA_MASS | ( | int |  | ) |  | 
      
 
 
  
  | 
        
          | std::string get_MS2_TYPE_TAG | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | std::string get_PREV_AA | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | std::string get_TOTAL_SQ | ( |  | ) |  |  | inline | 
 
 
      
        
          | int get_TRYPTIC_STATE | ( |  | ) |  | 
      
 
 
      
        
          | bool operator== | ( | const MS2Info & |  | ) |  | 
      
 
 
      
        
          | bool search_AC_pattern | ( | std::string |  | ) |  | 
      
 
 
      
        
          | void set_AC | ( | std::string |  | ) |  | 
      
 
 
  
  | 
        
          | void set_DELTA_CN | ( | double | IN | ) |  |  | inline | 
 
 
  
  | 
        
          | void set_MS2_TYPE_TAG | ( | std::string | IN | ) |  |  | inline | 
 
 
      
        
          | void set_NEUTRAL_MR | ( | double |  | ) |  | 
      
 
 
  
  | 
        
          | void set_PEP_PROB | ( | float | IN | ) |  |  | inline | 
 
 
  
  | 
        
          | void set_PREV_AA | ( | std::string | IN | ) |  |  | inline | 
 
 
  
  | 
        
          | void set_SCAN_END | ( | int | IN | ) |  |  | inline | 
 
 
  
  | 
        
          | void set_SCAN_START | ( | int | IN | ) |  |  | inline | 
 
 
  
  | 
        
          | void set_SQ | ( | std::string | IN | ) |  |  | inline | 
 
 
      
        
          | void set_THEO_MASS_from_SQ | ( |  | ) |  | 
      
 
 
  
  | 
        
          | void setRetentionTime | ( | double | IN | ) |  |  | inline | 
 
 
  
  | 
        
          | std::vector<std::string> AC |  | private | 
 
 
  
  | 
        
          | std::map<int, double> MOD_LIST |  | private |