CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/DetectorDescription/Core/interface/DDCurrentNamespace.h

Go to the documentation of this file.
00001 #ifndef DDCurrentNamespace_h
00002 #define DDCurrentNamespace_h
00003 
00004 #include <string>
00005 
00006 class DDCurrentNamespace
00007 {
00008 public:
00009   static std::string & ns();
00010   //static std::string ns_;
00011 };
00012 
00013 #endif