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