76 static PeakMap preprocessSpectra(
PeakMap& exp,
double fragment_mass_tolerance,
bool fragment_mass_tolerance_unit_ppm,
Size peptide_min_size,
Int min_precursor_charge,
Int max_precursor_charge,
bool deisotope,
bool labeled);
90 static void getSpectrumAlignmentFastCharge(
91 std::vector<std::pair<Size, Size> > & alignment,
double fragment_mass_tolerance,
92 bool fragment_mass_tolerance_unit_ppm,
98 double intensity_cutoff = 0.0);
112 static void getSpectrumAlignmentSimple(
113 std::vector<std::pair<Size, Size> > & alignment,
114 double fragment_mass_tolerance,
115 bool fragment_mass_tolerance_unit_ppm,
116 const std::vector< SimpleTSGXLMS::SimplePeak >& theo_spectrum,
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Float data array class.
Definition: DataArrays.h:45
Integer data array class.
Definition: DataArrays.h:52
The representation of a 1D spectrum.
Definition: MSSpectrum.h:66
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
Definition: OPXLSpectrumProcessingAlgorithms.h:47
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
int Int
Signed integer type.
Definition: Types.h:102