OpenMS  2.4.0
Public Attributes | List of all members
IsotopeWaveletTransform< PeakType >::BoxElement Struct Reference

Internally used data structure. More...

#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/IsotopeWaveletTransform.h>

Public Attributes

double mz
 The monoisotopic position. More...
 
UInt c
 Note, this is not the charge (it is charge-1!!!) More...
 
double score
 The associated score. More...
 
double intens
 The transformed intensity at the monoisotopic mass. More...
 
double ref_intens
 
double RT
 The elution time (not the scan index) More...
 
UInt RT_index
 The elution time (map) index. More...
 
UInt MZ_begin
 Index. More...
 
UInt MZ_end
 Index. More...
 

Detailed Description

template<typename PeakType>
struct OpenMS::IsotopeWaveletTransform< PeakType >::BoxElement

Internally used data structure.

Member Data Documentation

◆ c

UInt c

◆ intens

double intens

◆ mz

double mz

◆ MZ_begin

UInt MZ_begin

◆ MZ_end

UInt MZ_end

◆ ref_intens

double ref_intens

◆ RT

double RT

◆ RT_index

UInt RT_index

◆ score

double score