CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/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 };
00011 
00012 #endif