CMS 3D CMS Logo

HGCalGeomUtils.h
Go to the documentation of this file.
1 #ifndef Geometry_HGCalCommonData_HGCalGeomUtils_h
2 #define Geometry_HGCalCommonData_HGCalGeomUtils_h 1
3 
4 #include <string>
5 #include <vector>
6 
7 namespace HGCalGeomUtils {
8  std::vector<std::string> splitString(const std::string&);
9 }; // namespace HGCalGeomUtils
10 
11 #endif
std::vector< std::string > splitString(const std::string &)