Belle II Software  release-05-01-25
Utilities.h
1 #pragma once
2 #include <string>
3 #include <utility>
4 
5 namespace Belle2 {
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);
16  }
18 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19