![]() |
OpenMS
|
Computed Total Ion Current trace plus stability counters. More...
#include <OpenMS/QC/TIC.h>
Public Member Functions | |
| bool | operator== (const Result &rhs) const |
Public Attributes | |
| std::vector< UInt > | intensities |
| Per-bin TIC intensities. | |
| std::vector< float > | relative_intensities |
| Per-bin intensities rescaled to [0, 100] of the maximum bin (0 when the maximum is 0). | |
| std::vector< float > | retention_times |
| Per-bin retention times (seconds). | |
| UInt | area = 0 |
| Sum of intensities (area under the TIC). | |
| UInt | fall = 0 |
| Number of consecutive bins where the intensity drops by at least 10x. | |
| UInt | jump = 0 |
| Number of consecutive bins where the intensity rises by at least 10x. | |
Computed Total Ion Current trace plus stability counters.
Populated by compute and otherwise default-constructed. Empty when the input MSExperiment had no spectra of the requested MS level.
| bool operator== | ( | const Result & | rhs | ) | const |
| UInt area = 0 |
Sum of intensities (area under the TIC).
| UInt fall = 0 |
Number of consecutive bins where the intensity drops by at least 10x.
| UInt jump = 0 |
Number of consecutive bins where the intensity rises by at least 10x.
| std::vector<float> relative_intensities |
Per-bin intensities rescaled to [0, 100] of the maximum bin (0 when the maximum is 0).
| std::vector<float> retention_times |
Per-bin retention times (seconds).