30 std::vector<std::vector<NuXLAnnotatedHit>>& annotated_hits,
34 Size max_variable_mods_per_peptide,
35 double fragment_mass_tolerance,
36 bool fragment_mass_tolerance_unit_ppm,
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:49
Definition: ModifiedPeptideGenerator.h:31
Definition: NuXLAnnotateAndLocate.h:25
static void annotateAndLocate_(const PeakMap &exp, std::vector< std::vector< NuXLAnnotatedHit >> &annotated_hits, const NuXLModificationMassesResult &mm, const ModifiedPeptideGenerator::MapToResidueType &fixed_modifications, const ModifiedPeptideGenerator::MapToResidueType &variable_modifications, Size max_variable_mods_per_peptide, double fragment_mass_tolerance, bool fragment_mass_tolerance_unit_ppm, const NuXLParameterParsing::PrecursorsToMS2Adducts &all_feasible_adducts)
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:97
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition: NuXLModificationsGenerator.h:34
std::map< std::string, MS2AdductsOfSinglePrecursorAdduct > PrecursorsToMS2Adducts
Definition: NuXLParameterParsing.h:65