25 class IsotopeDistribution;
37 const std::vector<int>& _charges,
38 const std::vector<double>& _rts,
39 const std::vector<double>& _rt_ranges,
40 const std::vector<double>& _iso_distrib):
46 rt_ranges_(_rt_ranges),
47 iso_distrib_(_iso_distrib)
77 const std::vector<double>&
getRTs()
const {
97 void run(
const std::vector<FeatureFinderMetaboIdentCompound>& metaboIdentTable,
FeatureMap& features,
const String& spectra_file =
"");
168 double mass,
const std::vector<Int>& charges,
169 const std::vector<double>& rts,
170 std::vector<double> rt_ranges,
171 const std::vector<double>& iso_distrib);
223 size_t n_shared_ = 0;
Isotope pattern generator for coarse isotope distributions.
Definition: CoarseIsotopePatternGenerator.h:79
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:66
A container for features.
Definition: FeatureMap.h:80
An LC-MS feature.
Definition: Feature.h:46
Definition: IsotopeDistribution.h:39
The MRMFeatureFinder finds and scores peaks of transitions that co-elute.
Definition: MRMFeatureFinderScoring.h:66
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:45
CoordinateType getRT() const
Returns the RT coordinate (index 0)
Definition: Peak2D.h:184
A more convenient string class.
Definition: String.h:34
Represents a compound (small molecule)
Definition: TargetedExperimentHelper.h:296
A description of a targeted experiment containing precursor and production ions.
Definition: TargetedExperiment.h:39
int Int
Signed integer type.
Definition: Types.h:72
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
Helper struct for mass traces used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:54
Helper struct for a collection of mass traces used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:85