1 #ifndef L1GtConfigProducers_L1GtTriggerMenuConfigOnlineProd_h
2 #define L1GtConfigProducers_L1GtTriggerMenuConfigOnlineProd_h
19 #include "boost/lexical_cast.hpp"
60 void init(
const int numberConditionChips);
204 template <
typename Result,
typename Source>
258 template <
typename Result,
typename Source>
260 std::stringstream convertor;
264 if (!(convertor >> std::hex >>
result) || !convertor.eof()) {
265 throw boost::bad_lexical_cast();