OpenMS
Summary Struct Reference

Summary of fitting results. More...

#include <OpenMS/FEATUREFINDER/FeatureFinderAlgorithm.h>

Collaboration diagram for Summary:
[legend]

Public Member Functions

 Summary ()
 Initial values. More...
 

Public Attributes

std::map< String, UIntexception
 count exceptions More...
 
UInt no_exceptions
 
std::map< String, UIntmz_model
 count used mz models More...
 
std::map< float, UIntmz_stdev
 count used mz standard deviations More...
 
std::vector< UIntcharge
 count used charges More...
 
double corr_mean
 
double corr_max
 
double corr_min
 

Detailed Description

Summary of fitting results.

Constructor & Destructor Documentation

◆ Summary()

Summary ( )
inline

Initial values.

Member Data Documentation

◆ charge

std::vector<UInt> charge

count used charges

◆ corr_max

double corr_max

◆ corr_mean

double corr_mean

◆ corr_min

double corr_min

◆ exception

std::map<String, UInt> exception

count exceptions

◆ mz_model

std::map<String, UInt> mz_model

count used mz models

◆ mz_stdev

std::map<float, UInt> mz_stdev

count used mz standard deviations

◆ no_exceptions

UInt no_exceptions