EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
phooldefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file phooldefs.h
1 #ifndef PHOOL_PHOOLDEFS_H
2 #define PHOOL_PHOOLDEFS_H
3 
4 #include <string>
5 
6 namespace phooldefs
7 {
8  static const std::string branchpathdelim = "#";
9  static const std::string legacypathdelims = "/.";
10  static const std::string nodetreepathdelim = "/";
11 } // namespace phooldefs
12 
13 #endif