Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:22

0001 #ifndef SimG4Core_Geometry_DD4hep2DDDName_h
0002 #define SimG4Core_Geometry_DD4hep2DDDName_h
0003 
0004 #include <string>
0005 
0006 namespace DD4hep2DDDName {
0007   std::string noNameSpace(const std::string& name);
0008   std::string nameMatterLV(const std::string& name, bool dd4hep);
0009   std::string nameSolid(const std::string& name, bool dd4hep);
0010   std::string namePV(const std::string& name, bool dd4hep);
0011 };  // namespace DD4hep2DDDName
0012 
0013 #endif