CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/DetectorDescription/Core/src/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 }