20            std::vector<HWIdentifier>&& oflHashtoSymOnl,
 
   21            std::vector<HWIdentifier>&& onlHashtoSymOnl,
 
   22            std::vector<HWIdentifier>&& symIds) :
 
   25   m_oflHashtoSymOnl (initIndices (oflHashtoSymOnl, symIds)),
 
   26   m_onlHashtoSymOnl (initIndices (onlHashtoSymOnl, symIds)),
 
   27   m_symIds(std::move(symIds))
 
   32 std::vector<LArMCSym::IdPair_t>
 
   34                        const std::vector<HWIdentifier>& symIds)
 const 
   36   std::vector<IdPair_t> 
out;
 
   44     else if (
id != last_id) {
 
   50         if (
it == 
symIds.end() || *
it != 
id) std::abort();
 
   54     out.emplace_back (
id.get_identifier32().get_compact(), 
idx);