OpenMS
|
statistics when adding peptide calibrants More...
#include <OpenMS/PROCESSING/CALIBRATION/InternalCalibration.h>
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... | |
statistics when adding peptide calibrants
|
inline |
|
inline |
References OPENMS_LOG_WARN.
Size cnt_decal = 0 |
cases of large gap (>tol_ppm) between theoretical peptide weight (from sequence) and precursor mass
Size cnt_empty = 0 |
cases of empty PepIDs (no hits)
Size cnt_nomz = 0 |
cases of no m/z value
Size cnt_nort = 0 |
cases of no RT value
Size cnt_total = 0 |
total number of cases
|
private |
tolerance used for counting cnt_decal