OpenMS
InternalCalibration::CalibrantStats_ Struct Reference

statistics when adding peptide calibrants More...

#include <OpenMS/FILTERING/CALIBRATION/InternalCalibration.h>

Collaboration diagram for InternalCalibration::CalibrantStats_:
[legend]

Public Member Functions

 CalibrantStats_ (const double tol_ppm)
 
void print () const
 

Public Attributes

Size cnt_empty = 0
 cases of empty PepIDs (no hits) More...
 
Size cnt_nomz = 0
 cases of no m/z value More...
 
Size cnt_nort = 0
 cases of no RT value More...
 
Size cnt_decal = 0
 cases of large gap (>tol_ppm) between theoretical peptide weight (from sequence) and precursor mass More...
 
Size cnt_total = 0
 total number of cases More...
 

Private Attributes

const double tol_ppm_
 tolerance used for counting cnt_decal More...
 

Detailed Description

statistics when adding peptide calibrants

Constructor & Destructor Documentation

◆ CalibrantStats_()

CalibrantStats_ ( const double  tol_ppm)
inline

Member Function Documentation

◆ print()

void print ( ) const
inline

References OPENMS_LOG_WARN.

Member Data Documentation

◆ cnt_decal

Size cnt_decal = 0

cases of large gap (>tol_ppm) between theoretical peptide weight (from sequence) and precursor mass

◆ cnt_empty

Size cnt_empty = 0

cases of empty PepIDs (no hits)

◆ cnt_nomz

Size cnt_nomz = 0

cases of no m/z value

◆ cnt_nort

Size cnt_nort = 0

cases of no RT value

◆ cnt_total

Size cnt_total = 0

total number of cases

◆ tol_ppm_

const double tol_ppm_
private

tolerance used for counting cnt_decal