OpenMS
Loading...
Searching...
No Matches
TIC::Result Struct Reference

Computed Total Ion Current trace plus stability counters. More...

#include <OpenMS/QC/TIC.h>

Collaboration diagram for TIC::Result:
[legend]

Public Member Functions

bool operator== (const Result &rhs) const
 

Public Attributes

std::vector< UIntintensities
 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.
 

Detailed Description

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.

Member Function Documentation

◆ operator==()

bool operator== ( const Result rhs) const

Member Data Documentation

◆ area

UInt area = 0

Sum of intensities (area under the TIC).

◆ fall

UInt fall = 0

Number of consecutive bins where the intensity drops by at least 10x.

◆ intensities

std::vector<UInt> intensities

Per-bin TIC intensities.

◆ jump

UInt jump = 0

Number of consecutive bins where the intensity rises by at least 10x.

◆ relative_intensities

std::vector<float> relative_intensities

Per-bin intensities rescaled to [0, 100] of the maximum bin (0 when the maximum is 0).

◆ retention_times

std::vector<float> retention_times

Per-bin retention times (seconds).