94 typedef std::map<UInt, BoxElement>
Box;
Implements the isotope wavelet feature finder.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:61
Int progress_counter_
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:103
String intensity_type_
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:99
UInt max_charge_
The maximal charge state we will consider.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:96
MSSpectrum * createHRData(const UInt i)
FeatureFinderAlgorithmIsotopeWavelet()
Default Constructor.
double score
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:89
FeatureFinderAlgorithm Base
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:64
double mz
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:87
static FeatureFinderAlgorithm * create()
UInt c
Note, this is not the charge (it is charge-1!!!)
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:88
double RT
The elution time (not the scan index)
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:91
double intensity_threshold_
The only parameter of the isotope wavelet.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:97
UInt real_RT_votes_cutoff_
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:98
double intens
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:90
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
bool check_PPMs_
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:100
Peak1D PeakType
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:65
void run() override
The working horse of this class.
std::map< UInt, BoxElement > Box
Key: RT (index), value: BoxElement.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:94
~FeatureFinderAlgorithmIsotopeWavelet() override
Destructor.
static const String getProductName()
std::vector< UInt > gpu_ids_
A list of all GPU devices that can be used.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:101
Internally used data structure for the sweep line algorithm.
Definition: FeatureFinderAlgorithmIsotopeWavelet.h:86
Abstract base class for FeatureFinder algorithms.
Definition: FeatureFinderAlgorithm.h:76
The representation of a 1D spectrum.
Definition: MSSpectrum.h:71
A 1-dimensional raw data point or peak.
Definition: Peak1D.h:54
A more convenient string class.
Definition: String.h:61
int Int
Signed integer type.
Definition: Types.h:102
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47