Go to the documentation of this file.
24 #ifndef _REGIONTIC_HPP_
25 #define _REGIONTIC_HPP_
51 return mzRange == rhs.
mzRange &&
81 static const char*
id() {
return "tic";}
82 static const char*
description() {
return "write total ion counts for an m/z range";}
83 #define TIC_MZRANGE_ARG "mz"
87 std::vector<std::string> usage;
99 #endif // _REGIONTIC_HPP_
static const char * description()
This auxilliary class should be specialized for MSDataAnalyzers whose instantiation is controlled by ...
Identifying information for a spectrum.
The structure that captures the generation of a peak list (including the underlying acquisitions)
#define TABULARCONFIG_DELIMITER_USAGE_STR
bool operator==(const Config &rhs)
virtual void open(const DataInfo &dataInfo)
start analysis of the data
static const char * argsFormat()
RegionTIC(const MSDataCache &cache, const Config &config)
virtual UpdateRequest updateRequested(const DataInfo &dataInfo, const SpectrumIdentity &spectrumIdentity) const
ask analyzer if it wants an update
virtual void update(const DataInfo &dataInfo, const Spectrum &spectrum)
analyze a single spectrum
virtual void close(const DataInfo &dataInfo)
end analysis of the data
Config(const std::string &args)
simple memory cache for common MSData info
static std::vector< std::string > argsUsage()
#define TABULARCONFIG_DELIMITER_OPTIONS_STR
Interface for MSData analyzers.
writes data samples from a single rectangular region
std::pair< double, double > mzRange
information about the data to be analyzed
const MSDataCache & cache_
boost::shared_ptr< RegionAnalyzer > regionAnalyzer_