6#include "boost/algorithm/string/split.hpp"
7#include "boost/algorithm/string/classification.hpp"
10 const std::string& name,
11 const IInterface* parent)
14 declareInterface<ITriggerTranslatorTool>(
this);
21 std::vector<std::string> junk;
24 ATH_MSG_DEBUG(
"Key " << item.first <<
" Value " << item.second );
25 std::vector<std::string> triggers;
26 boost::split(triggers, item.second, boost::is_any_of(
","));
27 m_trigmap[item.first] = std::move(triggers);
29 return StatusCode::SUCCESS;
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)