47// the code in execute relies on the facts that (a) the keys in WriteHandleKeyArray are unique; (b) all output container names from proton reco tools are also in WriteHandleKeyArray; and moreover (c) that there are no extra WriteHandleKeys that are not present in any proton reco tools
48// case (c) wouldn't necessarily break things but it's not a sign of a good configuration and thus it's forbidden as well
78ATH_MSG_ERROR("There is different number of unique write handle keys ("<<listOfWHKeys.size()<<") and unique output containers ("<<listOfOutputContainers.size()<<"). Aborting");
79return StatusCode::FAILURE;
80 }
81// check they are the same; one of these loops are not strictly neccessary, but they will print outstanding names