Go to the source code of this file.
helpers::CompositeCandidateMaker makeCompositeCandidate | ( | const Candidate & | c1, |
const Candidate & | c2 | ||
) |
Definition at line 5 of file makeCompositeCandidate.cc.
References helpers::CompositeCandidateMaker::addDaughter().
Referenced by helpers::CompositePtrCandidateMaker::release().
helpers::CompositeCandidateMaker makeCompositeCandidate | ( | const Candidate & | c1, |
const Candidate & | c2, | ||
const Candidate & | c3 | ||
) |
Definition at line 12 of file makeCompositeCandidate.cc.
References helpers::CompositeCandidateMaker::addDaughter().
helpers::CompositeCandidateMaker makeCompositeCandidate | ( | const Candidate & | c1, |
const Candidate & | c2, | ||
const Candidate & | c3, | ||
const Candidate & | c4 | ||
) |
Definition at line 21 of file makeCompositeCandidate.cc.
References helpers::CompositeCandidateMaker::addDaughter().
helpers::CompositeCandidateMaker makeCompositeCandidateWithRefsToMaster | ( | const reco::CandidateRef & | c1, |
const reco::CandidateRef & | c2 | ||
) |
Definition at line 32 of file makeCompositeCandidate.cc.
References helpers::CompositeCandidateMaker::addDaughter().
Referenced by makeCompositeCandidate().
helpers::CompositeCandidateMaker makeCompositeCandidateWithRefsToMaster | ( | const reco::CandidateRef & | c1, |
const reco::CandidateRef & | c2, | ||
const reco::CandidateRef & | c3 | ||
) |
Definition at line 41 of file makeCompositeCandidate.cc.
References helpers::CompositeCandidateMaker::addDaughter().
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.
References helpers::CompositeCandidateMaker::addDaughter().
helpers::CompositePtrCandidateMaker makeCompositePtrCandidate | ( | const CandidatePtr & | c1, |
const CandidatePtr & | c2 | ||
) |
Definition at line 64 of file makeCompositeCandidate.cc.
References helpers::CompositePtrCandidateMaker::addDaughter().
Referenced by makeCompositeCandidateWithRefsToMaster().
helpers::CompositePtrCandidateMaker makeCompositePtrCandidate | ( | const CandidatePtr & | c1, |
const CandidatePtr & | c2, | ||
const CandidatePtr & | c3 | ||
) |
Definition at line 71 of file makeCompositeCandidate.cc.
References helpers::CompositePtrCandidateMaker::addDaughter().
helpers::CompositePtrCandidateMaker makeCompositePtrCandidate | ( | const CandidatePtr & | c1, |
const CandidatePtr & | c2, | ||
const CandidatePtr & | c3, | ||
const CandidatePtr & | c4 | ||
) |
Definition at line 80 of file makeCompositeCandidate.cc.
References helpers::CompositePtrCandidateMaker::addDaughter().