CMS 3D CMS Logo

DDVectorRegistry.h
Go to the documentation of this file.
1 #ifndef DETECTOR_DESCRIPTION_DD_VECTOR_REGISTRY_H
2 #define DETECTOR_DESCRIPTION_DD_VECTOR_REGISTRY_H
3 
4 #include <string>
5 #include <vector>
6 #include <unordered_map>
7 
8 namespace cms {
9  struct DDVectorRegistry {
10  std::unordered_map< std::string, std::vector<double> > vectors;
11  };
12 }
13 
14 #endif
Namespace of DDCMS conversion namespace.
std::unordered_map< std::string, std::vector< double > > vectors