50 produces<reco::VertexCompositeCandidateCollection>(
"Kshort");
51 produces<reco::VertexCompositeCandidateCollection>(
"Lambda");
64 auto kShortCandidates = std::make_unique<reco::VertexCompositeCandidateCollection>();
66 auto lambdaCandidates = std::make_unique<reco::VertexCompositeCandidateCollection>();
73 kShortCandidates->shrink_to_fit();
75 lambdaCandidates->shrink_to_fit();