14 if (!config)
throw std::runtime_error(
"EventBuilderConfig: no configuration node");
15 for (YAML::const_iterator it = config.begin(); it != config.end(); ++it) {
17 auto lower = it->second[0].as<
double>();
18 auto upper = it->second[1].as<
double>();
19 fWindows[det] = std::make_pair(lower, upper);