00001 #ifndef DDL_Numeric_H 00002 #define DDL_Numeric_H 00003 00004 // ------------------------------------------------------------------------- 00005 // Includes 00006 // ------------------------------------------------------------------------- 00007 #include "DDXMLElement.h" 00008 #include "DetectorDescription/Core/interface/DDNumeric.h" 00009 #include "DetectorDescription/Base/interface/DDTypes.h" 00010 00011 #include <string> 00012 #include <vector> 00013 #include <map> 00014 00016 00026 class DDLNumeric : public DDXMLElement 00027 { 00028 00029 public: 00030 00031 DDLNumeric(); 00032 00033 ~DDLNumeric(); 00034 00035 void preProcessElement (const std::string& name, const std::string& nmspace); 00036 00037 void processElement (const std::string& name, const std::string& nmspace); 00038 00039 private: 00040 00041 }; 00042 #endif