CMS 3D CMS Logo

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 <cstdint>
9 
11 
13 public:
16  void parse(const std::string& xmlDocument,
17  std::map<std::string, std::string>& parameters,
18  std::vector<std::string>& items,
19  std::string& encoding);
20  void parse(const std::string& xmlDocument,
21  std::map<std::string, std::string>& parameters,
22  std::vector<uint32_t>& items);
23 
24 private:
26 };
27 
28 #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)
HcalPatternXMLParserImpl * m_parser