|
ProteoWizard
|
struct for expressing m/z tolerance in either amu or ppm More...
#include <MZTolerance.hpp>
Public Types | |
| enum | Units { MZ, PPM } |
Public Member Functions | |
| MZTolerance (double _value=0, Units _units=MZ) | |
Public Attributes | |
| double | value |
| Units | units |
struct for expressing m/z tolerance in either amu or ppm
Definition at line 38 of file MZTolerance.hpp.
Definition at line 44 of file MZTolerance.hpp.
| double pwiz::chemistry::MZTolerance::value |
Definition at line 41 of file MZTolerance.hpp.
| Units pwiz::chemistry::MZTolerance::units |
Definition at line 42 of file MZTolerance.hpp.
1.8.1.1