23#ifndef _RUNSUMMARY_HPP_
24#define _RUNSUMMARY_HPP_
48 Config(
const std::string& args =
"");
71 static const char*
id() {
return "run_summary";}
72 static const char*
description() {
return "print summary statistics about a run";}
76 std::vector<std::string> result;
77 result.push_back(
"msLevels: if specified, summary only operates on these MS levels; default is all MS levels");
78 result.push_back(
"charges: if specified, summary only operates on these charge states; default is all charges");
#define TABULARCONFIG_DELIMITER_USAGE_STR
#define TABULARCONFIG_DELIMITER_OPTIONS_STR
Interface for MSData analyzers.
simple memory cache for common MSData info
writes table of spectrum metadata to a file
RunSummary(const MSDataCache &cache, const Config &config)
const MSDataCache & cache_
virtual UpdateRequest updateRequested(const DataInfo &dataInfo, const SpectrumIdentity &spectrumIdentity) const
ask analyzer if it wants an update
virtual void close(const DataInfo &dataInfo)
end analysis of the data
a virtual container of integers, accessible via an iterator interface, stored as union of intervals
information about the data to be analyzed
Config(const std::string &args="")
pwiz::util::IntegerSet charges
pwiz::util::IntegerSet msLevels
static const char * argsFormat()
static const char * description()
static std::vector< std::string > argsUsage()
This auxilliary class should be specialized for MSDataAnalyzers whose instantiation is controlled by ...
Identifying information for a spectrum.