Helper structure for a theoretical isotope pattern used in FeatureFinderAlgorithmPicked. More...
#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmPickedHelperStructs.h>
Public Member Functions | |
| Size | size () const |
| Returns the size. | |
Public Attributes | |
| std::vector< DoubleReal > | intensity |
| Vector of intensity contributions. | |
| Size | optional_begin |
| Number of optional peaks at the beginning of the pattern. | |
| Size | optional_end |
| Number of optional peaks at the end of the pattern. | |
| DoubleReal | max |
| The maximum intensity contribution before scaling the pattern to 1. | |
| Size | trimmed_left |
| The number of isotopes trimmed on the left side. This is needed to reconstruct the monoisotopic peak. | |
Helper structure for a theoretical isotope pattern used in FeatureFinderAlgorithmPicked.
| Size size | ( | ) | const [inline] |
| std::vector<DoubleReal> intensity |
Vector of intensity contributions.
Referenced by FeatureFinderAlgorithmPicked< PeakType, FeatureType >::extendMassTraces_(), FeatureFinderAlgorithmPicked< PeakType, FeatureType >::isotopeScore_(), and FeatureFinderAlgorithmPicked< PeakType, FeatureType >::run().
The maximum intensity contribution before scaling the pattern to 1.
Number of optional peaks at the beginning of the pattern.
Referenced by FeatureFinderAlgorithmPicked< PeakType, FeatureType >::isotopeScore_().
Number of optional peaks at the end of the pattern.
Referenced by FeatureFinderAlgorithmPicked< PeakType, FeatureType >::isotopeScore_().
The number of isotopes trimmed on the left side. This is needed to reconstruct the monoisotopic peak.
Referenced by FeatureFinderAlgorithmPicked< PeakType, FeatureType >::run().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:57 using doxygen 1.7.1 |