29 if (!target.empty() && !extend) {
33 size_t toAdd =
size - target.size();
34 for (std::size_t i = 0; i < toAdd; ++i) {
35 auto container = std::make_unique<xAOD::CutBookkeeperContainer>();
36 auto auxContainer = std::make_unique<xAOD::CutBookkeeperAuxContainer>();
38 target.cont.push_back(std::move(
container));
39 target.aux.push_back(std::move(auxContainer));