Go to the documentation of this file.
24 #ifndef _FEATUREDETECTORPEAKEL_HPP_
25 #define _FEATUREDETECTORPEAKEL_HPP_
52 boost::shared_ptr<PeakelGrower> peakelGrower,
53 boost::shared_ptr<PeakelPicker> peakelPicker);
71 static boost::shared_ptr<FeatureDetectorPeakel>
create(
Config config);
84 #endif // _FEATUREDETECTORPEAKEL_HPP_
pwiz::msdata::MSData MSData
PeakelPicker_Basic::Config peakelPicker_Basic
static boost::shared_ptr< FeatureDetectorPeakel > create(Config config)
virtual void detect(const MSData &msd, FeatureField &result) const
MZRTField is a std::set of boost::shared_ptrs, stored as a binary tree ordered by LessThan_MZRT.
PeakelGrower_Proximity::Config peakelGrower_Proximity
PeakFitter_Parabola::Config peakFitter_Parabola
boost::shared_ptr< PeakExtractor > peakExtractor_
FeatureDetectorPeakel(boost::shared_ptr< PeakExtractor > peakExtractor, boost::shared_ptr< PeakelGrower > peakelGrower, boost::shared_ptr< PeakelPicker > peakelPicker)
boost::shared_ptr< PeakelGrower > peakelGrower_
PeakFinder_SNR::Config peakFinder_SNR
boost::shared_ptr< PeakelPicker > peakelPicker_
This is the root element of ProteoWizard; it represents the mzML element, defined as: intended to cap...
FeatureDetectorPeakel implements a 'template method', delegating to 'strategies' encapsulated by the ...
NoiseCalculator_2Pass::Config noiseCalculator_2Pass