OpenMS
InternalCalibration::LockMass Struct Reference

helper class, describing a lock mass More...

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

Collaboration diagram for InternalCalibration::LockMass:
[legend]

Public Member Functions

 LockMass (double mz_, int lvl_, int charge_)
 

Public Attributes

double mz
 m/z of the lock mass (incl. adducts) More...
 
unsigned int ms_level
 MS level where it occurs. More...
 
int charge
 charge of the ion (to find isotopes) More...
 

Detailed Description

helper class, describing a lock mass

Constructor & Destructor Documentation

◆ LockMass()

LockMass ( double  mz_,
int  lvl_,
int  charge_ 
)
inline

Member Data Documentation

◆ charge

int charge

charge of the ion (to find isotopes)

◆ ms_level

unsigned int ms_level

MS level where it occurs.

◆ mz

double mz

m/z of the lock mass (incl. adducts)