Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:47

0001 #ifndef SimG4CMS_Calo_CaloSimUtils_h
0002 #define SimG4CMS_Calo_CaloSimUtils_h 1
0003 
0004 #include <string>
0005 #include <vector>
0006 
0007 namespace CaloSimUtils {
0008   std::vector<std::string> splitString(const std::string&);
0009 };  // namespace CaloSimUtils
0010 
0011 #endif