CMS 3D CMS Logo

DDRegistry.h
Go to the documentation of this file.
1 #ifndef DDD_DDRegistry_h
2 #define DDD_DDRegistry_h
3 
4 #include <map>
5 //#include "DetectorDescription/Core/interface/Singleton.h"
7 
8 template <class T>
9 class DDRegistry : public std::map<DDName,T>
10 {
11 public:
12 /*
13  typedef std::map<DDName,T> RegistryMap;
14  typedef typename RegistryMap::iterator iterator;
15  typedef typename RegistryMap::const_iterator const_iterator;
16  typedef typename RegistryMap::value_type value_type;
17  typedef typename RegistryMap::key_type key_type;
18  typedef typename RegistryMap::std::mapped_type std::mapped_type;
19 */
20 private:
21  //RegMap reg_;
22 };
23 #endif //. DDD_DDRegistry_h