17 namespace Calibration {
18 typedef std::pair<int, int> KeyType;
19 typedef std::pair<int, int> ExpRun;
20 const std::string RUN_RANGE_OBJ_NAME =
"RunRange";
21 std::string encodeExpRun(
const ExpRun& expRun);
22 ExpRun decodeExpRun(
const std::string& expRunString);
Abstract base class for different kinds of events.