Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "DetectorDescription/Core/interface/DDCurrentNamespace.h"
0002 
0003 std::string& DDCurrentNamespace::ns() {
0004   static std::string ns_ = "GLOBAL";
0005   return ns_;
0006 }