OpenMS  2.4.0
Namespaces | Functions
SpectrumHelpers.h File Reference
#include <OpenMS/OPENSWATHALGO/DATAACCESS/DataStructures.h>
#include <OpenMS/OPENSWATHALGO/OpenSwathAlgoConfig.h>

Go to the source code of this file.

Namespaces

 OpenSwath
 

Functions

OPENSWATHALGO_DLLAPI bool integrateWindow (const OpenSwath::SpectrumPtr spectrum, double mz_start, double mz_end, double &mz, double &intensity, bool centroided=false)
 Integrate intensity in a spectrum from start to end. More...
 
OPENSWATHALGO_DLLAPI void integrateWindows (const OpenSwath::SpectrumPtr spectrum, const std::vector< double > &windowsCenter, double width, std::vector< double > &integratedWindowsIntensity, std::vector< double > &integratedWindowsMZ, bool remZero=false)
 Integrate intensities in a spectrum from start to end. More...