Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:23

0001 #ifndef DDCurrentNamespace_h
0002 #define DDCurrentNamespace_h
0003 
0004 #include <string>
0005 
0006 class DDCurrentNamespace {
0007 public:
0008   static std::string& ns();
0009 };
0010 
0011 #endif