|
libpappsomspp
Library for mass spectrometry
|
#include <precursor.h>
Public Member Functions | |
| void | fromCbor (CborStreamReader &reader) |
| QJsonObject | toJsonObject () const |
| write the structure to a JSON object | |
| double | getTargetMz () const |
| get isolation window target m/z given cvParam informations | |
| double | getLowerMz () const |
| compute isolation window lower m/z given cvParam informations | |
| double | getUpperMz () const |
| compute isolation window upper m/z given cvParam informations | |
Public Attributes | |
| CvParamMap | cvParamMap |
Definition at line 41 of file precursor.h.
| void pappso::cbor::mzcbor::IsolationWindow::fromCbor | ( | CborStreamReader & | reader | ) |
Definition at line 34 of file precursor.cpp.
References cvParamMap, and pappso::cbor::CborStreamReader::decodeString().
| double pappso::cbor::mzcbor::IsolationWindow::getLowerMz | ( | ) | const |
compute isolation window lower m/z given cvParam informations
Definition at line 84 of file precursor.cpp.
References cvParamMap, and getTargetMz().
| double pappso::cbor::mzcbor::IsolationWindow::getTargetMz | ( | ) | const |
get isolation window target m/z given cvParam informations
Definition at line 70 of file precursor.cpp.
References cvParamMap.
Referenced by getLowerMz(), and getUpperMz().
| double pappso::cbor::mzcbor::IsolationWindow::getUpperMz | ( | ) | const |
compute isolation window upper m/z given cvParam informations
Definition at line 117 of file precursor.cpp.
References cvParamMap, and getTargetMz().
| QJsonObject pappso::cbor::mzcbor::IsolationWindow::toJsonObject | ( | ) | const |
write the structure to a JSON object
Definition at line 100 of file precursor.cpp.
References cvParamMap.
| CvParamMap pappso::cbor::mzcbor::IsolationWindow::cvParamMap |
Definition at line 66 of file precursor.h.
Referenced by fromCbor(), getLowerMz(), getTargetMz(), getUpperMz(), and toJsonObject().