Go to the documentation of this file.
24 #ifndef _REGIONSIC_HPP_
25 #define _REGIONSIC_HPP_
87 static const char*
id() {
return "sic";}
88 static const char*
description() {
return "write selected ion chromatogram for an m/z and radius";}
89 #define SIC_MZCENTER_ARG "mzCenter"
90 #define SIC_RADIUS_ARG "radius"
91 #define SIC_RADIUSUNITS_ARG "radiusUnits"
95 std::vector<std::string> usage;
109 #endif // _REGIONSIC_HPP_
This auxilliary class should be specialized for MSDataAnalyzers whose instantiation is controlled by ...
virtual UpdateRequest updateRequested(const DataInfo &dataInfo, const SpectrumIdentity &spectrumIdentity) const
ask analyzer if it wants an update
Identifying information for a spectrum.
virtual void update(const DataInfo &dataInfo, const Spectrum &spectrum)
analyze a single spectrum
The structure that captures the generation of a peak list (including the underlying acquisitions)
virtual void open(const DataInfo &dataInfo)
start analysis of the data
#define TABULARCONFIG_DELIMITER_USAGE_STR
writes data samples from a single rectangular region
virtual void close(const DataInfo &dataInfo)
end analysis of the data
static std::vector< std::string > argsUsage()
const MSDataCache & cache_
Config(const std::string &args)
bool operator==(const Config &rhs)
static const char * argsFormat()
static const char * description()
simple memory cache for common MSData info
#define TABULARCONFIG_DELIMITER_OPTIONS_STR
#define SIC_RADIUSUNITS_ARG
Interface for MSData analyzers.
information about the data to be analyzed
boost::shared_ptr< RegionAnalyzer > regionAnalyzer_
RegionSIC(const MSDataCache &cache, const Config &config)