23 #ifndef _RUNSUMMARY_HPP_ 24 #define _RUNSUMMARY_HPP_ 48 Config(
const std::string& args =
"");
56 virtual UpdateRequest updateRequested(
const DataInfo& dataInfo,
59 virtual void close(
const DataInfo& dataInfo);
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");
89 #endif // _RUNSUMMARY_HPP_
simple memory cache for common MSData info
writes table of spectrum metadata to a file
a virtual container of integers, accessible via an iterator interface, stored as union of intervals ...
static const char * argsFormat()
const MSDataCache & cache_
static std::vector< std::string > argsUsage()
#define TABULARCONFIG_DELIMITER_USAGE_STR
pwiz::util::IntegerSet charges
This auxilliary class should be specialized for MSDataAnalyzers whose instantiation is controlled by ...
Identifying information for a spectrum.
#define TABULARCONFIG_DELIMITER_OPTIONS_STR
pwiz::util::IntegerSet msLevels
information about the data to be analyzed
Interface for MSData analyzers.
static const char * description()