#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmPicked.h>
Public Member Functions | |
IsotopePattern (UInt size) | |
Constructor that resizes the internal vectors. | |
Public Attributes | |
std::vector< Int > | peak |
Peak index (-1 if peak was not found, -2 if it was removed to improve the isotope fit). | |
std::vector< UInt > | spectrum |
Spectrum index (undefined if peak index is -1 or -2). | |
std::vector< DoubleReal > | intensity |
Peak intensity (0 if peak index is -1 or -2). | |
std::vector< DoubleReal > | mz_score |
m/z score of peak (0 if peak index is -1 or -2) | |
std::vector< DoubleReal > | theoretical_mz |
Theoretical m/z value of the isotope peak. | |
TheoreticalIsotopePattern | theoretical_ints |
Theoretical isotope pattern. |
IsotopePattern | ( | UInt | size | ) | [inline] |
Constructor that resizes the internal vectors.
Peak index (-1 if peak was not found, -2 if it was removed to improve the isotope fit).
std::vector<DoubleReal> intensity |
Peak intensity (0 if peak index is -1 or -2).
std::vector<DoubleReal> mz_score |
m/z score of peak (0 if peak index is -1 or -2)
std::vector<DoubleReal> theoretical_mz |
Theoretical m/z value of the isotope peak.
Theoretical isotope pattern.
Generated Tue Apr 1 15:36:47 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |