Class Reference for E1039 Core & Analysis Software
phooldefs.h
Go to the documentation of this file.
1 #ifndef PHOOLDEFS_H__
2 #define PHOOLDEFS_H__
3 
4 #include <string>
5 
6 namespace phooldefs
7 {
8  static const std::string branchpathdelim = ".";
9  static const std::string nodetreepathdelim = "/";
10 };
11 
12 #endif
13 
static const std::string nodetreepathdelim
Definition: phooldefs.h:9
static const std::string branchpathdelim
Definition: phooldefs.h:8