|
OpenMS
2.5.0
|
Go to the documentation of this file.
78 static const String getProductName();
94 typedef std::map<UInt, BoxElement>
Box;
105 void updateMembers_()
override;
std::vector< UInt > gpu_ids_
A list of all GPU devices that can be used.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:101
Implements the isotope wavelet feature finder.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:59
Int progress_counter_
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:103
A more convenient string class.
Definition: String.h:58
double intens
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:90
Internally used data structure for the sweep line algorithm.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:85
std::map< UInt, BoxElement > Box
Key: RT (index), value: BoxElement.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:94
double score
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:89
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
double intensity_threshold_
The only parameter of the isotope wavelet.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:97
UInt c
Note, this is not the charge (it is charge-1!!!)
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:88
FeatureFinderAlgorithm Base
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:64
A 1-dimensional raw data point or peak.
Definition: Peak1D.h:54
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Abstract base class for FeatureFinder algorithms.
Definition: FeatureFinderAlgorithm.h:74
Peak1D PeakType
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:65
UInt max_charge_
The maximal charge state we will consider.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:96
bool hr_data_
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:100
double RT
The elution time (not the scan index)
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:91
String use_gpus_
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:99
UInt RT_votes_cutoff_
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:98
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
double mz
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:87