![]() |
OpenMS
|
Cached transition-group-specific theoretical spectrum used by the DIA prescore. More...
#include <OpenMS/ANALYSIS/OPENSWATH/DIAPrescoring.h>
Public Member Functions | |
| void | clear () |
| Reset all cached spectrum data. | |
Public Attributes | |
| std::vector< double > | mz_theor |
| Theoretical fragment/isotope m/z positions used for window integration. | |
| std::vector< double > | int_theor |
| Non-negative normalized theoretical intensities used for Manhattan-style comparison. | |
| std::vector< double > | int_theor_neg |
| Signed normalized theoretical intensities including negatively weighted pre-isotope peaks. | |
| double | neg_val = 0.0 |
| Lower bound used to rescale the signed dot-product score. | |
| double | pos_val = 0.0 |
| Upper bound used to rescale the signed dot-product score. | |
Cached transition-group-specific theoretical spectrum used by the DIA prescore.
Stores precomputed theoretical m/z and intensity arrays plus rescaling bounds for repeated scoring of the same transition group.
| void clear | ( | ) |
Reset all cached spectrum data.
Clears the cached arrays and resets scaling values to zero.
| std::vector<double> int_theor |
Non-negative normalized theoretical intensities used for Manhattan-style comparison.
| std::vector<double> int_theor_neg |
Signed normalized theoretical intensities including negatively weighted pre-isotope peaks.
| std::vector<double> mz_theor |
Theoretical fragment/isotope m/z positions used for window integration.
| double neg_val = 0.0 |
Lower bound used to rescale the signed dot-product score.
| double pos_val = 0.0 |
Upper bound used to rescale the signed dot-product score.