CMS 3D CMS Logo

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