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