10 namespace Calibration {
11 typedef std::pair<int, int> KeyType;
12 typedef std::pair<int, int> ExpRun;
13 const std::string RUN_RANGE_OBJ_NAME =
"RunRange";
14 std::string encodeExpRun(
const ExpRun& expRun);
15 ExpRun decodeExpRun(
const std::string& expRunString);