9#include <dqm/dataobjects/DQMFileMetaData.h>
11#include <framework/utilities/KeyValuePrinter.h>
28 const bool all = (option && option == std::string(
"all"));
42 std::cout <<
"=== DQMFileMetaData ===\n";
43 std::cout << printer.
string();
44 std::cout <<
"=======================\n";
create human-readable or JSON output for key value pairs.
void put(const std::string &key, const T &value)
Add one key-value pair.
std::string string() const
Return completed string.
Abstract base class for different kinds of events.