CMS 3D CMS Logo

DDCurrentNamespace.cc

Go to the documentation of this file.
00001 #include "DetectorDescription/Core/interface/DDCurrentNamespace.h"
00002 
00003 //std::string DDCurrentNamespace::ns_ = "GLOBAL";
00004 
00005 
00006 std::string & 
00007 DDCurrentNamespace::ns() 
00008 {
00009   static std::string ns_ = "GLOBAL";
00010   return ns_;
00011 }

Generated on Tue Jun 9 17:32:11 2009 for CMSSW by  doxygen 1.5.4