9 edm::LogInfo(
"SiStripConfigParser") <<
" Creating SiStripConfigParser "
14 boost::property_tree::ptree xml;
15 boost::property_tree::read_xml(filename, xml);
17 auto it = xml.find(
"MonElementConfiguration");
18 if (it == xml.not_found()) {
20 <<
"SiPixelConfigParser XML needs to have a MonElementConfiguration node.";
29 if (kv.first ==
"SummaryPlot") {
30 for (
auto& mekv : kv.second) {
31 if (mekv.first ==
"MonElement") {
47 u_freq =
config_.get<
int>(
"SummaryPlot.<xmlattr>.update_frequency", -1);
bool getFrequencyForSummary(int &u_freq)
void getDocument(std::string filepath)
boost::property_tree::ptree config_
Log< level::Info, false > LogInfo
bool getMENamesForSummary(std::map< std::string, std::string > &me_names)