1 #ifndef CandUtils_makeCompositeCandidate_h
2 #define CandUtils_makeCompositeCandidate_h
19 std::unique_ptr<reco::CompositeCandidate>
cmp_;
20 std::unique_ptr<reco::Candidate>
release() {
21 std::unique_ptr<reco::Candidate>
ret(
cmp_.get());
37 std::unique_ptr<reco::CompositePtrCandidate>
cmp_;
38 std::unique_ptr<reco::Candidate>
release() {
39 std::unique_ptr<reco::Candidate>
ret(
cmp_.get());
63 const typename C::const_iterator&
end) {
65 for (
typename C::const_iterator
i = begin;
i !=
end; ++
i)
84 const typename C::const_iterator&
end) {
86 for (
typename C::const_iterator
i = begin;
i !=
end; ++
i)
tuple ret
prodAgent to be discontinued
helpers::CompositePtrCandidateMaker makeCompositePtrCandidate(const reco::CandidatePtr &c1, const reco::CandidatePtr &c2)
std::unique_ptr< reco::Candidate > operator[](const S &setup)
std::unique_ptr< reco::CompositeCandidate > cmp_
void addDaughter(const reco::CandidatePtr &dau)
helpers::CompositeCandidateMaker makeCompositeCandidate(const reco::Candidate &c1, const reco::Candidate &c2)
void addDaughter(const reco::Candidate &dau)
std::unique_ptr< reco::CompositePtrCandidate > cmp_
helpers::CompositeCandidateMaker makeCompositeCandidateWithRefsToMaster(const reco::CandidateRef &c1, const reco::CandidateRef &c2)
CompositePtrCandidateMaker(std::unique_ptr< reco::CompositePtrCandidate > cmp)
std::unique_ptr< reco::Candidate > operator[](const S &setup)
edm::RefToBase< Candidate > CandidateBaseRef
persistent reference to an object in a collection of Candidate objects
CompositeCandidateMaker(std::unique_ptr< reco::CompositeCandidate > cmp)
std::unique_ptr< reco::Candidate > release()
std::unique_ptr< reco::Candidate > release()