51 class IsotopeDistribution;
63 const std::vector<int>& _charges,
64 const std::vector<double>& _rts,
65 const std::vector<double>& _rt_ranges,
66 const std::vector<double>& _iso_distrib):
72 rt_ranges_(_rt_ranges),
73 iso_distrib_(_iso_distrib)
103 const std::vector<double>&
getRTs()
const {
123 void run(
const std::vector<FeatureFinderMetaboIdentCompound>& metaboIdentTable,
FeatureMap& features,
const String& spectra_file =
"");
194 double mass,
const std::vector<Int>& charges,
195 const std::vector<double>& rts,
196 std::vector<double> rt_ranges,
197 const std::vector<double>& iso_distrib);
249 size_t n_shared_ = 0;
Isotope pattern generator for coarse isotope distributions.
Definition: CoarseIsotopePatternGenerator.h:105
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
A container for features.
Definition: FeatureMap.h:106
An LC-MS feature.
Definition: Feature.h:72
Definition: IsotopeDistribution.h:65
The MRMFeatureFinder finds and scores peaks of transitions that co-elute.
Definition: MRMFeatureFinderScoring.h:92
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:72
CoordinateType getRT() const
Returns the RT coordinate (index 0)
Definition: Peak2D.h:210
A more convenient string class.
Definition: String.h:60
Represents a compound (small molecule)
Definition: TargetedExperimentHelper.h:323
A description of a targeted experiment containing precursor and production ions.
Definition: TargetedExperiment.h:65
int Int
Signed integer type.
Definition: Types.h:102
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:48
Helper struct for mass traces used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:80
Helper struct for a collection of mass traces used in FeatureFinderAlgorithmPicked.
Definition: FeatureFinderAlgorithmPickedHelperStructs.h:111