00001 #ifndef DDAlgoPar_h 00002 #define DDAlgoPar_h 00003 00004 #include <map> 00005 #include <vector> 00006 #include <string> 00007 00009 typedef std::map<std::string, std::vector<std::string> > parS_type; 00010 00012 typedef std::map<std::string, std::vector<double> > parE_type; 00013 00014 #endif