36 produces< reco::VertexCompositeCandidateCollection >(
"Kshort");
37 produces< reco::VertexCompositeCandidateCollection >(
"Lambda");
61 std::auto_ptr< reco::VertexCompositeCandidateCollection >
63 kShortCandidates->reserve( theVees.
getKshorts().size() );
65 std::auto_ptr< reco::VertexCompositeCandidateCollection >
67 lambdaCandidates->reserve( theVees.
getLambdas().size() );
71 std::back_inserter(*kShortCandidates) );
74 std::back_inserter(*lambdaCandidates) );
std::vector< VertexCompositeCandidate > VertexCompositeCandidateCollection
collection of Candidate objects
V0Producer(const edm::ParameterSet &)
#define DEFINE_FWK_MODULE(type)
const reco::VertexCompositeCandidateCollection & getLambdas() const
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
edm::ParameterSet theParams
const reco::VertexCompositeCandidateCollection & getKshorts() const
virtual void produce(edm::Event &, const edm::EventSetup &)