Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:16:20

0001 #ifndef PHOOL_PHOOLDEFS_H
0002 #define PHOOL_PHOOLDEFS_H
0003 
0004 #include <string>
0005 
0006 namespace phooldefs
0007 {
0008   static const std::string branchpathdelim = "#";
0009   static const std::string legacypathdelims = "/.";
0010   static const std::string nodetreepathdelim = "/";
0011 }  // namespace phooldefs
0012 
0013 #endif