|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   53 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h> 
   97     MS2Fragment(
double iPrecursorMZ, 
int iPrecursorCHRG, 
double iTR, 
int iScan, 
int iZ, 
double iFragmentMZ, 
double iIntensityArea,
 
   98                 int iScanStart, 
int iScanEnd, 
double iTrStart, 
double iTrEnd);
 
   99     MS2Fragment(
double iPrecursorMZ, 
int iPrecursorCHRG, 
double iTR, 
int iScan, 
int iZ, 
double iFragmentMZ, 
double iIntensityArea);
 
  114     double getOutlierDetectionAttribute();
 
  134     double getPrecursorMZ();
 
  135     void setPrecursorMZ(
double iMZ);
 
  137     int getPrecursorCHRG();
 
  145     double getFragmentMz();
 
  146     void setFragmentMz(
double iMz);
 
  157     double getFragmentPeakArea();
 
  158     void setFragmentPeakArea(
double iIntens);
 
  
double trEnd
Definition: MS2Fragment.h:86
double TR
Definition: MS2Fragment.h:75
int precursorCHRG
Definition: MS2Fragment.h:74
int scanStart
Definition: MS2Fragment.h:83
int scanEnd
Definition: MS2Fragment.h:84
double trStart
Definition: MS2Fragment.h:85
double precursorMZ
Definition: MS2Fragment.h:73
bool operator<(const QTCluster &q1, const QTCluster &q2)
int scan
Definition: MS2Fragment.h:76
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
double fragmentMZ
Definition: MS2Fragment.h:79
static int OutlierAttribute
Definition: MS2Fragment.h:91
double intensityArea
Definition: MS2Fragment.h:80
Definition: MS2Fragment.h:60
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
int z
Definition: MS2Fragment.h:77