|
CycloBranch
|
The class representing a thread for an initial check of LC-MS and MSI spectra. More...
#include <cSpectrumAnalyzerThreadMS1.h>
Public Member Functions | |
| void | initialize (cMainThread *mainthread, cParameters *parameters, int peaklistseriesvectorid, cTheoreticalSpectrum *poolspectrum, vector< vector< int > > *hintsindex, bool *terminatecomputation) |
| Initialize the spectrum analyzer. More... | |
Protected Member Functions | |
| void | run () |
| The main method of the thread. | |
The class representing a thread for an initial check of LC-MS and MSI spectra.
| void cSpectrumAnalyzerThreadMS1::initialize | ( | cMainThread * | mainthread, |
| cParameters * | parameters, | ||
| int | peaklistseriesvectorid, | ||
| cTheoreticalSpectrum * | poolspectrum, | ||
| vector< vector< int > > * | hintsindex, | ||
| bool * | terminatecomputation | ||
| ) |
Initialize the spectrum analyzer.
| mainthread | pointer to the main thread |
| parameters | pointer to program parameters |
| peaklistseriesvectorid | id of a peaklistseriesvector |
| poolspectrum | input pool of theoretical peaks |
| hintsindex | output vector of ids of experimental spectra in which a theoretical peak was found; for every theoretical peak |
| terminatecomputation | pointer to a variable determining that the thread must be stopped |