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