CMS 3D CMS Logo

DDRegistry.h
Go to the documentation of this file.
2 
3 #include <map>
4 #include <string>
5 #include <vector>
6 #include <unordered_map>
7 
8 using namespace std;
9 using namespace cms;
10 
11 struct DDVectorRegistry : public DDSingleton< unordered_map< string, vector<double> >, DDVectorRegistry>{};
Namespace of DDCMS conversion namespace.