#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 7 of file makeCompositeCandidate.cc.
References alignmentValidation::c1, and fileCollector::cmp.
helpers::CompositeCandidateMaker makeCompositeCandidate | ( | const reco::Candidate & | c1, |
const reco::Candidate & | c2, | ||
const reco::Candidate & | c3 | ||
) |
Definition at line 14 of file makeCompositeCandidate.cc.
References alignmentValidation::c1, and fileCollector::cmp.
helpers::CompositeCandidateMaker makeCompositeCandidate | ( | const reco::Candidate & | c1, |
const reco::Candidate & | c2, | ||
const reco::Candidate & | c3, | ||
const reco::Candidate & | c4 | ||
) |
Definition at line 22 of file makeCompositeCandidate.cc.
References alignmentValidation::c1, and fileCollector::cmp.
helpers::CompositeCandidateMaker makeCompositeCandidate | ( | const typename C::const_iterator & | begin, |
const typename C::const_iterator & | end | ||
) |
Definition at line 62 of file makeCompositeCandidate.h.
References fileCollector::cmp, mps_fire::end, and mps_fire::i.
helpers::CompositeCandidateMaker makeCompositeCandidateWithRefsToMaster | ( | const reco::CandidateRef & | c1, |
const reco::CandidateRef & | c2 | ||
) |
Definition at line 34 of file makeCompositeCandidate.cc.
References alignmentValidation::c1, and fileCollector::cmp.
helpers::CompositeCandidateMaker makeCompositeCandidateWithRefsToMaster | ( | const reco::CandidateRef & | c1, |
const reco::CandidateRef & | c2, | ||
const reco::CandidateRef & | c3 | ||
) |
Definition at line 42 of file makeCompositeCandidate.cc.
References alignmentValidation::c1, and fileCollector::cmp.
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 alignmentValidation::c1, and fileCollector::cmp.
helpers::CompositeCandidateMaker makeCompositeCandidateWithRefsToMaster | ( | const typename C::const_iterator & | begin, |
const typename C::const_iterator & | end | ||
) |
Definition at line 83 of file makeCompositeCandidate.h.
References fileCollector::cmp, mps_fire::end, and mps_fire::i.
helpers::CompositePtrCandidateMaker makeCompositePtrCandidate | ( | const reco::CandidatePtr & | c1, |
const reco::CandidatePtr & | c2 | ||
) |
Definition at line 64 of file makeCompositeCandidate.cc.
References alignmentValidation::c1, and fileCollector::cmp.
helpers::CompositePtrCandidateMaker makeCompositePtrCandidate | ( | const reco::CandidatePtr & | c1, |
const reco::CandidatePtr & | c2, | ||
const reco::CandidatePtr & | c3 | ||
) |
Definition at line 71 of file makeCompositeCandidate.cc.
References alignmentValidation::c1, and fileCollector::cmp.
helpers::CompositePtrCandidateMaker makeCompositePtrCandidate | ( | const reco::CandidatePtr & | c1, |
const reco::CandidatePtr & | c2, | ||
const reco::CandidatePtr & | c3, | ||
const reco::CandidatePtr & | c4 | ||
) |
Definition at line 81 of file makeCompositeCandidate.cc.
References alignmentValidation::c1, and fileCollector::cmp.