ProteoWizard
|
Naive implementation of the PeakDetector interface. More...
#include <PeakDetectorNaive.hpp>
Public Member Functions | |
virtual double | noiseFactor () const =0 |
virtual unsigned int | detectionRadius () const =0 |
PeakDetector interface | |
virtual void | findPeaks (const pwiz::data::FrequencyData &fd, pwiz::data::peakdata::Scan &result) const =0 |
Find the peaks in the frequency data, filling in Scan structure. | |
virtual | ~PeakDetectorNaive () |
![]() | |
virtual | ~PeakDetector () |
Static Public Member Functions | |
static std::auto_ptr < PeakDetectorNaive > | create (double noiseFactor=5, unsigned int detectionRadius=2) |
create an instance. |
Naive implementation of the PeakDetector interface.
Reports peaks where:
All peaks are reported as charge==1
Definition at line 46 of file PeakDetectorNaive.hpp.
|
inlinevirtual |
Definition at line 60 of file PeakDetectorNaive.hpp.
|
static |
create an instance.
|
pure virtual |
Referenced by testCreation().
|
pure virtual |
Referenced by testCreation().
|
pure virtual |
Find the peaks in the frequency data, filling in Scan structure.
Implements pwiz::frequency::PeakDetector.
Referenced by testFind().