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)
82 std::vector<double>
rts;
91 void run(
const std::vector<FeatureFinderMetaboIdentCompound>& metaboIdentTable,
FeatureMap& features);
160 double mass,
const std::vector<Int>& charges,
161 const std::vector<double>& rts,
162 std::vector<double> rt_ranges,
163 const std::vector<double>& iso_distrib);
178 const std::vector<MassTraceBounds>& mtb2)
const;
189 std::vector<FeatureGroup>& overlap_groups);
Isotope pattern generator for coarse isotope distributions.
Definition: CoarseIsotopePatternGenerator.h:98
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
A container for features.
Definition: FeatureMap.h:105
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:96
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:80
CoordinateType getRT() const
Returns the RT coordinate (index 0)
Definition: Peak2D.h:208
A more convenient string class.
Definition: String.h:61
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:47
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