CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 <unordered_map>
6 #include <vector>
7 
8 namespace cms {
9  using DDVectorsMap = std::unordered_map<std::string, std::vector<double>>;
10 
13  };
14 } // namespace cms
15 
16 #endif
std::unordered_map< std::string, std::vector< double >> DDVectorsMap
Definition: DDNamespace.h:20
std::unordered_map< std::string, std::vector< double >> DDVectorsMap