CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalPatternXMLParser.h
Go to the documentation of this file.
1 #ifndef HcalPatternXMLParser_hh_included
2 #define HcalPatternXMLParser_hh_included 1
3 
4 #include <string>
5 #include <vector>
6 #include <map>
7 #include <memory>
8 #include <stdint.h>
9 
11 
13 public:
16  void parse(const std::string& xmlDocument, std::map<std::string,std::string>& parameters, std::vector<std::string>& items, std::string& encoding);
17  void parse(const std::string& xmlDocument, std::map<std::string,std::string>& parameters, std::vector<uint32_t>& items);
18 private:
20 };
21 
22 
23 #endif // HcalPatternXMLParser_hh_included
void parse(const std::string &xmlDocument, std::map< std::string, std::string > &parameters, std::vector< std::string > &items, std::string &encoding)
dictionary parameters
Definition: Parameters.py:2
HcalPatternXMLParserImpl * m_parser