#include <mzcalibrationmodel1.h>
|
| | MzCalibrationModel1Cached (double T1_frame, double T2_frame, double digitizerTimebase, double digitizerDelay, double C0, double C1, double C2, double C3, double C4, double T1_ref, double T2_ref, double dC1, double dC2) |
| |
| virtual | ~MzCalibrationModel1Cached () |
| |
| virtual double | getMzFromTofIndex (quint32 tof_index) override |
| | get m/z from time of flight raw index
|
| |
| | MzCalibrationModel1 (double T1_frame, double T2_frame, double digitizerTimebase, double digitizerDelay, double C0, double C1, double C2, double C3, double C4, double T1_ref, double T2_ref, double dC1, double dC2) |
| |
| virtual | ~MzCalibrationModel1 () |
| |
| virtual quint32 | getTofIndexFromMz (double mz) override |
| | get raw TOF index of a given m/z
|
| |
| | MzCalibrationInterface (double digitizerTimebase, double digitizerDelay) |
| |
| virtual | ~MzCalibrationInterface () |
| |
| MzCalibrationInterface & | operator= (const MzCalibrationInterface &other) |
| |
| bool | operator== (const MzCalibrationInterface &other) const |
| |
| double | getTofFromTofIndex (quint32 tof_index) const |
| | get time of flight from raw index
|
| |
| double | getTofFromTofIndex (double tof_index) const |
| | get time of flight from double index
|
| |
Definition at line 75 of file mzcalibrationmodel1.h.
◆ MzCalibrationModel1Cached()
| pappso::MzCalibrationModel1Cached::MzCalibrationModel1Cached |
( |
double | T1_frame, |
|
|
double | T2_frame, |
|
|
double | digitizerTimebase, |
|
|
double | digitizerDelay, |
|
|
double | C0, |
|
|
double | C1, |
|
|
double | C2, |
|
|
double | C3, |
|
|
double | C4, |
|
|
double | T1_ref, |
|
|
double | T2_ref, |
|
|
double | dC1, |
|
|
double | dC2 ) |
Default constructor
Definition at line 182 of file mzcalibrationmodel1.cpp.
197 T2_frame,
198 digitizerTimebase,
199 digitizerDelay,
200 C0,
201 C1,
202 C2,
203 C3,
204 C4,
205 T1_ref,
206 T2_ref,
207 dC1,
208 dC2)
209{
210}
MzCalibrationModel1(double T1_frame, double T2_frame, double digitizerTimebase, double digitizerDelay, double C0, double C1, double C2, double C3, double C4, double T1_ref, double T2_ref, double dC1, double dC2)
References pappso::MzCalibrationModel1::MzCalibrationModel1().
◆ ~MzCalibrationModel1Cached()
| pappso::MzCalibrationModel1Cached::~MzCalibrationModel1Cached |
( |
| ) |
|
|
virtual |
◆ getMzFromTofIndex()
| double MzCalibrationModel1Cached::getMzFromTofIndex |
( |
quint32 | tof_index | ) |
|
|
overridevirtual |
◆ m_arrMasses
| double pappso::MzCalibrationModel1Cached::m_arrMasses[600000] = {0} |
|
private |
◆ m_max
| quint32 pappso::MzCalibrationModel1Cached::m_max = 600000 |
|
private |
The documentation for this class was generated from the following files: