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);