#include <HcalPatternXMLParser.h>
Public Member Functions | |
HcalPatternXMLParser () | |
void | parse (const std::string &xmlDocument, std::map< std::string, std::string > ¶meters, std::vector< std::string > &items, std::string &encoding) |
void | parse (const std::string &xmlDocument, std::map< std::string, std::string > ¶meters, std::vector< uint32_t > &items) |
~HcalPatternXMLParser () | |
Private Attributes | |
HcalPatternXMLParserImpl * | m_parser |
Definition at line 12 of file HcalPatternXMLParser.h.
HcalPatternXMLParser::HcalPatternXMLParser | ( | ) |
Definition at line 16 of file HcalPatternXMLParser.cc.
References m_parser.
HcalPatternXMLParser::~HcalPatternXMLParser | ( | ) |
Definition at line 19 of file HcalPatternXMLParser.cc.
References m_parser.
void HcalPatternXMLParser::parse | ( | const std::string & | xmlDocument, |
std::map< std::string, std::string > & | parameters, | ||
std::vector< std::string > & | items, | ||
std::string & | encoding | ||
) |
Definition at line 149 of file HcalPatternXMLParser.cc.
References cppFunctionSkipper::exception, Exception, m_parser, HcalPatternXMLParserImpl::parser, and alcazmumu_cfi::src.
Referenced by HcalPatternSource::loadPatternFile(), and parse().
void HcalPatternXMLParser::parse | ( | const std::string & | xmlDocument, |
std::map< std::string, std::string > & | parameters, | ||
std::vector< uint32_t > & | items | ||
) |
Definition at line 167 of file HcalPatternXMLParser.cc.
References i, parse(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 19 of file HcalPatternXMLParser.h.
Referenced by HcalPatternXMLParser(), parse(), and ~HcalPatternXMLParser().