51 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_MS2FRAGMENT_H 52 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_MS2FRAGMENT_H 54 #include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/SUPERHIRN/SuperHirnConfig.h> 98 MS2Fragment(
double iPrecursorMZ,
int iPrecursorCHRG,
double iTR,
int iScan,
int iZ,
double iFragmentMZ,
double iIntensityArea,
99 int iScanStart,
int iScanEnd,
double iTrStart,
double iTrEnd);
100 MS2Fragment(
double iPrecursorMZ,
int iPrecursorCHRG,
double iTR,
int iScan,
int iZ,
double iFragmentMZ,
double iIntensityArea);
115 double getOutlierDetectionAttribute();
135 double getPrecursorMZ();
136 void setPrecursorMZ(
double iMZ);
138 int getPrecursorCHRG();
146 double getFragmentMz();
147 void setFragmentMz(
double iMz);
158 double getFragmentPeakArea();
159 void setFragmentPeakArea(
double iIntens);
165 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_SUPERHIRN_MS2FRAGMENT_H
int z
Definition: MS2Fragment.h:78
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
double trEnd
Definition: MS2Fragment.h:87
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
static int OutlierAttribute
Definition: MS2Fragment.h:92
bool operator<(const MultiplexDeltaMasses &dm1, const MultiplexDeltaMasses &dm2)
double intensityArea
Definition: MS2Fragment.h:81
double precursorMZ
Definition: MS2Fragment.h:74
int scan
Definition: MS2Fragment.h:77
double fragmentMZ
Definition: MS2Fragment.h:80
int scanEnd
Definition: MS2Fragment.h:85
int scanStart
Definition: MS2Fragment.h:84
int precursorCHRG
Definition: MS2Fragment.h:75
double TR
Definition: MS2Fragment.h:76
Definition: MS2Fragment.h:61
double trStart
Definition: MS2Fragment.h:86