#include "DataFormats/Candidate/interface/CompositeCandidate.h"
#include "DataFormats/Candidate/interface/CompositePtrCandidate.h"
#include "DataFormats/Candidate/interface/ShallowCloneCandidate.h"
#include <memory>
Go to the source code of this file.
Classes | |
struct | helpers::CompositeCandidateMaker |
struct | helpers::CompositePtrCandidateMaker |
Namespaces | |
helpers | |
helpers::CompositeCandidateMaker makeCompositeCandidate | ( | const reco::Candidate & | c1, |
const reco::Candidate & | c2 | ||
) |
Definition at line 5 of file makeCompositeCandidate.cc.
helpers::CompositeCandidateMaker makeCompositeCandidate | ( | const reco::Candidate & | c1, |
const reco::Candidate & | c2, | ||
const reco::Candidate & | c3 | ||
) |
Definition at line 12 of file makeCompositeCandidate.cc.
helpers::CompositeCandidateMaker makeCompositeCandidate | ( | const reco::Candidate & | c1, |
const reco::Candidate & | c2, | ||
const reco::Candidate & | c3, | ||
const reco::Candidate & | c4 | ||
) |
Definition at line 21 of file makeCompositeCandidate.cc.
helpers::CompositeCandidateMaker makeCompositeCandidate | ( | const typename C::const_iterator & | begin, |
const typename C::const_iterator & | end | ||
) |
Definition at line 75 of file makeCompositeCandidate.h.
References helpers::CompositeCandidateMaker::addDaughter(), end, and i.
helpers::CompositeCandidateMaker makeCompositeCandidateWithRefsToMaster | ( | const reco::CandidateRef & | c1, |
const reco::CandidateRef & | c2 | ||
) |
Definition at line 32 of file makeCompositeCandidate.cc.
helpers::CompositeCandidateMaker makeCompositeCandidateWithRefsToMaster | ( | const reco::CandidateRef & | c1, |
const reco::CandidateRef & | c2, | ||
const reco::CandidateRef & | c3 | ||
) |
Definition at line 41 of file makeCompositeCandidate.cc.
helpers::CompositeCandidateMaker makeCompositeCandidateWithRefsToMaster | ( | const reco::CandidateRef & | c1, |
const reco::CandidateRef & | c2, | ||
const reco::CandidateRef & | c3, | ||
const reco::CandidateRef & | c4 | ||
) |
Definition at line 52 of file makeCompositeCandidate.cc.
helpers::CompositeCandidateMaker makeCompositeCandidateWithRefsToMaster | ( | const typename C::const_iterator & | begin, |
const typename C::const_iterator & | end | ||
) |
Definition at line 101 of file makeCompositeCandidate.h.
References helpers::CompositeCandidateMaker::addDaughter(), end, and i.
helpers::CompositePtrCandidateMaker makeCompositePtrCandidate | ( | const reco::CandidatePtr & | c1, |
const reco::CandidatePtr & | c2 | ||
) |
Definition at line 64 of file makeCompositeCandidate.cc.
References helpers::CompositePtrCandidateMaker::addDaughter().
helpers::CompositePtrCandidateMaker makeCompositePtrCandidate | ( | const reco::CandidatePtr & | c1, |
const reco::CandidatePtr & | c2, | ||
const reco::CandidatePtr & | c3 | ||
) |
Definition at line 71 of file makeCompositeCandidate.cc.
References helpers::CompositePtrCandidateMaker::addDaughter().
helpers::CompositePtrCandidateMaker makeCompositePtrCandidate | ( | const reco::CandidatePtr & | c1, |
const reco::CandidatePtr & | c2, | ||
const reco::CandidatePtr & | c3, | ||
const reco::CandidatePtr & | c4 | ||
) |
Definition at line 80 of file makeCompositeCandidate.cc.
References helpers::CompositePtrCandidateMaker::addDaughter().