9 #include <analysis/dataobjects/EventExtraInfo.h>
10 #include <framework/utilities/HTML.h>
35 throw std::out_of_range(std::string(
"Key with name ") + name +
" already exists in EventExtraInfo.");
49 s +=
HTML::escape(pair.first) +
" = " + std::to_string(pair.second) +
"<br />";
56 std::vector<std::string> out;
58 out.push_back(pair.first);
std::string escape(const std::string &str)
Convert &, <, > etc.
Abstract base class for different kinds of events.