OpenMS
2.4.0
|
Internally used data structure. More...
#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/IsotopeWaveletTransform.h>
Public Attributes | |
double | mz |
The monoisotopic position. More... | |
UInt | c |
Note, this is not the charge (it is charge-1!!!) More... | |
double | score |
The associated score. More... | |
double | intens |
The transformed intensity at the monoisotopic mass. More... | |
double | ref_intens |
double | RT |
The elution time (not the scan index) More... | |
UInt | RT_index |
The elution time (map) index. More... | |
UInt | MZ_begin |
Index. More... | |
UInt | MZ_end |
Index. More... | |
Internally used data structure.
UInt c |
Note, this is not the charge (it is charge-1!!!)
Referenced by IsotopeWaveletTransform< PeakType >::clusterSeeds_(), IsotopeWaveletTransform< PeakType >::push2Box_(), and IsotopeWaveletTransform< PeakType >::push2TmpBox_().
double intens |
The transformed intensity at the monoisotopic mass.
Referenced by IsotopeWaveletTransform< PeakType >::clusterSeeds_(), IsotopeWaveletTransform< PeakType >::push2Box_(), and IsotopeWaveletTransform< PeakType >::push2TmpBox_().
double mz |
The monoisotopic position.
Referenced by IsotopeWaveletTransform< PeakType >::clusterSeeds_(), IsotopeWaveletTransform< PeakType >::push2Box_(), and IsotopeWaveletTransform< PeakType >::push2TmpBox_().
UInt MZ_begin |
Index.
Referenced by IsotopeWaveletTransform< PeakType >::push2Box_(), and IsotopeWaveletTransform< PeakType >::push2TmpBox_().
UInt MZ_end |
Index.
Referenced by IsotopeWaveletTransform< PeakType >::push2Box_(), and IsotopeWaveletTransform< PeakType >::push2TmpBox_().
double ref_intens |
double RT |
The elution time (not the scan index)
Referenced by IsotopeWaveletTransform< PeakType >::clusterSeeds_(), IsotopeWaveletTransform< PeakType >::push2Box_(), and IsotopeWaveletTransform< PeakType >::push2TmpBox_().
UInt RT_index |
The elution time (map) index.
Referenced by IsotopeWaveletTransform< PeakType >::push2Box_(), and IsotopeWaveletTransform< PeakType >::push2TmpBox_().
double score |
The associated score.
Referenced by IsotopeWaveletTransform< PeakType >::clusterSeeds_(), IsotopeWaveletTransform< PeakType >::push2Box_(), and IsotopeWaveletTransform< PeakType >::push2TmpBox_().