ProteoWizard
|
resamples spectrum, apply smoothing, determines zero crossings, integrates peaks. More...
#include <peakpickerqtof.hpp>
Public Member Functions | |
SimplePeakArea (TReal integwith) | |
template<typename Tzerocross , typename Tintensity , typename Tout > | |
void | operator() (Tzerocross beginZ, Tzerocross endZ, Tintensity intensity, Tintensity resmpled, Tout area) const |
intagrates the peak intesnities | |
Public Attributes | |
TReal | integwith_ |
resamples spectrum, apply smoothing, determines zero crossings, integrates peaks.
Definition at line 44 of file peakpickerqtof.hpp.
|
inline |
Definition at line 47 of file peakpickerqtof.hpp.
|
inline |
intagrates the peak intesnities
Definition at line 51 of file peakpickerqtof.hpp.
References ralab::base::ms::SimplePeakArea< TReal >::integwith_.
TReal ralab::base::ms::SimplePeakArea< TReal >::integwith_ |
Definition at line 45 of file peakpickerqtof.hpp.
Referenced by ralab::base::ms::SimplePeakArea< TReal >::operator()().