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.  More... | |
| Public Attributes | |
| std::vector< DoubleReal > | intensity | 
| Vector of intensity contributions.  More... | |
| Size | optional_begin | 
| Number of optional peaks at the beginning of the pattern.  More... | |
| Size | optional_end | 
| Number of optional peaks at the end of the pattern.  More... | |
| DoubleReal | max | 
| The maximum intensity contribution before scaling the pattern to 1.  More... | |
| Size | trimmed_left | 
| The number of isotopes trimmed on the left side. This is needed to reconstruct the monoisotopic peak.  More... | |
Helper structure for a theoretical isotope pattern used in FeatureFinderAlgorithmPicked.
| 
 | inline | 
| std::vector<DoubleReal> intensity | 
Vector of intensity contributions.
Referenced by FeatureFinderAlgorithmPicked< PeakType, FeatureType >::extendMassTraces_(), FeatureFinderAlgorithmPicked< PeakType, FeatureType >::isotopeScore_(), and FeatureFinderAlgorithmPicked< PeakType, FeatureType >::run().
| DoubleReal max | 
The maximum intensity contribution before scaling the pattern to 1.
| Size optional_begin | 
Number of optional peaks at the beginning of the pattern.
Referenced by FeatureFinderAlgorithmPicked< PeakType, FeatureType >::isotopeScore_().
| Size optional_end | 
Number of optional peaks at the end of the pattern.
Referenced by FeatureFinderAlgorithmPicked< PeakType, FeatureType >::isotopeScore_().
| Size trimmed_left | 
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.11.1 | Documentation generated on Thu Nov 14 2013 11:19:34 using doxygen 1.8.5 |