| 
    libpappsomspp
    
   Library for mass spectrometry 
   | 
 
#include <tracedetectioninterface.h>
  
Public Member Functions | |
| virtual void | detect (const Trace &trace, TraceDetectionSinkInterface &sink, bool remove_peak_base) const =0 | 
| detect peaks on a trace   | |
Definition at line 43 of file tracedetectioninterface.h.
      
  | 
  pure virtual | 
detect peaks on a trace
| trace | the trace to detect peaks on | 
| sink | the object to store peaks or stream it | 
| remove_peak_base | if true, removes the area under the base of the peak | 
Implemented in pappso::TraceDetectionMoulon, and pappso::TraceDetectionZivy.