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();
V0Producer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &) override
void fitAll(const edm::Event &iEvent, const edm::EventSetup &iSetup, reco::VertexCompositeCandidateCollection &k, reco::VertexCompositeCandidateCollection &l)
#define DEFINE_FWK_MODULE(type)