23#ifndef _CHROMATOGRAMLIST_LOCKMASSREFINER_HPP_
24#define _CHROMATOGRAMLIST_LOCKMASSREFINER_HPP_
ChromatogramList implementation to replace peak profiles with picked peaks.
static bool accept(const msdata::ChromatogramListPtr &inner)
virtual msdata::ChromatogramPtr chromatogram(size_t index, bool getBinaryData=false) const
retrieve a chromatogram by index
ChromatogramList_LockmassRefiner(const msdata::ChromatogramListPtr &inner, double lockmassMzPosScans, double lockmassMzNegScans, double lockmassTolerance)
Inheritable pass-through implementation for wrapping a ChromatogramList.
boost::shared_ptr< Chromatogram > ChromatogramPtr
boost::shared_ptr< ChromatogramList > ChromatogramListPtr