38ATH_MSG_DEBUG("Found " << myROIs.size() << " RoI links. However, successfully resolved the ambiguity using roiSGKey=" << m_roiSGKey << ", taking index " << location);
39 location = i;
40break;
41 }
42 }
43 }
44
45if (location == -1) {
46ATH_MSG_ERROR("Did not find exactly one '" << roiString() << "' for Decision object index " << outputDecision->index()
47 << ", found " << myROIs.size() << ". Unable to supply single ROI to spawn EventView on.");