53 theVees(iConfig, consumesCollector())
55 produces< reco::VertexCompositeCandidateCollection >(
"Kshort");
56 produces< reco::VertexCompositeCandidateCollection >(
"Lambda");
72 std::auto_ptr< reco::VertexCompositeCandidateCollection >
75 std::auto_ptr< reco::VertexCompositeCandidateCollection >
80 theVees.
fitAll(iEvent, iSetup, *kShortCandidates, *lambdaCandidates);
84 kShortCandidates->shrink_to_fit(); iEvent.
put( kShortCandidates,
std::string(
"Kshort") );
85 lambdaCandidates->shrink_to_fit(); iEvent.
put( lambdaCandidates,
std::string(
"Lambda") );
std::vector< VertexCompositeCandidate > VertexCompositeCandidateCollection
collection of Candidate objects
V0Producer(const edm::ParameterSet &)
virtual void produce(Event &, EventSetup const &)=0
#define DEFINE_FWK_MODULE(type)
void produce(edm::Event &, const edm::EventSetup &) override
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
void fitAll(const edm::Event &iEvent, const edm::EventSetup &iSetup, reco::VertexCompositeCandidateCollection &k, reco::VertexCompositeCandidateCollection &l)