Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11
#ifndef Geometry_HGCalCommonData_HGCalGeomUtils_h
#define Geometry_HGCalCommonData_HGCalGeomUtils_h 1

#include <string>
#include <vector>

namespace HGCalGeomUtils {
  std::vector<std::string> splitString(const std::string&);
};  // namespace HGCalGeomUtils

#endif