61 std::sort (m_parents.begin(), m_parents.end(), [](constauto & a, constauto & b) -> bool{ return HepMC::uniqueID(a) < HepMC::uniqueID(b); }); // FIXME barcode-based - ordering may change when this function switches to returning id rather than barcode