CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DDAlgoPar.h
Go to the documentation of this file.
1 #ifndef DDAlgoPar_h
2 #define DDAlgoPar_h
3 
4 #include <map>
5 #include <vector>
6 #include <string>
7 
9 typedef std::map<std::string, std::vector<std::string> > parS_type;
10 
12 typedef std::map<std::string, std::vector<double> > parE_type;
13 
14 #endif
std::map< std::string, std::vector< std::string > > parS_type
Definition: DDAlgoPar.h:9
std::map< std::string, std::vector< double > > parE_type
Definition: DDAlgoPar.h:12