#include "DataFormats/Candidate/interface/NamedCompositeCandidate.h"
#include "DataFormats/Candidate/interface/ShallowCloneCandidate.h"
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
struct | helpers::NamedCompositeCandidateMaker |
Namespaces | |
helpers | |
Functions | |
helpers::NamedCompositeCandidateMaker | makeNamedCompositeCandidate (const reco::Candidate &c1, std::string s1, const reco::Candidate &c2, std::string s2) |
helpers::NamedCompositeCandidateMaker | makeNamedCompositeCandidate (const reco::Candidate &c1, std::string s1, const reco::Candidate &c2, std::string s2, const reco::Candidate &c3, std::string s3) |
helpers::NamedCompositeCandidateMaker | makeNamedCompositeCandidate (const reco::Candidate &c1, std::string s1, const reco::Candidate &c2, std::string s2, const reco::Candidate &c3, std::string s3, const reco::Candidate &c4, std::string s4) |
template<typename C > | |
helpers::NamedCompositeCandidateMaker | makeNamedCompositeCandidate (const typename C::const_iterator &begin, const typename C::const_iterator &end, const std::vector< std::string >::const_iterator sbegin, const std::vector< std::string >::const_iterator send) |
helpers::NamedCompositeCandidateMaker | makeNamedCompositeCandidateWithRefsToMaster (const reco::CandidateRef &c1, std::string s1, const reco::CandidateRef &c2, std::string s2) |
helpers::NamedCompositeCandidateMaker | makeNamedCompositeCandidateWithRefsToMaster (const reco::CandidateRef &c1, std::string s1, const reco::CandidateRef &c2, std::string s2, const reco::CandidateRef &c3, std::string s3) |
helpers::NamedCompositeCandidateMaker | makeNamedCompositeCandidateWithRefsToMaster (const reco::CandidateRef &c1, std::string s1, const reco::CandidateRef &c2, std::string s2, const reco::CandidateRef &c3, std::string s3, const reco::CandidateRef &c4, std::string s4) |
template<typename C > | |
helpers::NamedCompositeCandidateMaker | makeNamedCompositeCandidateWithRefsToMaster (const typename C::const_iterator &begin, const typename C::const_iterator &end, const std::vector< std::string >::const_iterator sbegin, const std::vector< std::string >::const_iterator send) |
helpers::NamedCompositeCandidateMaker makeNamedCompositeCandidate | ( | const reco::Candidate & | c1, |
std::string | s1, | ||
const reco::Candidate & | c2, | ||
std::string | s2 | ||
) |
Definition at line 5 of file makeNamedCompositeCandidate.cc.
References helpers::NamedCompositeCandidateMaker::addDaughter().
helpers::NamedCompositeCandidateMaker makeNamedCompositeCandidate | ( | const reco::Candidate & | c1, |
std::string | s1, | ||
const reco::Candidate & | c2, | ||
std::string | s2, | ||
const reco::Candidate & | c3, | ||
std::string | s3 | ||
) |
Definition at line 13 of file makeNamedCompositeCandidate.cc.
References helpers::NamedCompositeCandidateMaker::addDaughter().
helpers::NamedCompositeCandidateMaker makeNamedCompositeCandidate | ( | const reco::Candidate & | c1, |
std::string | s1, | ||
const reco::Candidate & | c2, | ||
std::string | s2, | ||
const reco::Candidate & | c3, | ||
std::string | s3, | ||
const reco::Candidate & | c4, | ||
std::string | s4 | ||
) |
Definition at line 23 of file makeNamedCompositeCandidate.cc.
References helpers::NamedCompositeCandidateMaker::addDaughter().
helpers::NamedCompositeCandidateMaker makeNamedCompositeCandidate | ( | const typename C::const_iterator & | begin, |
const typename C::const_iterator & | end, | ||
const std::vector< std::string >::const_iterator | sbegin, | ||
const std::vector< std::string >::const_iterator | send | ||
) |
Definition at line 54 of file makeNamedCompositeCandidate.h.
References helpers::NamedCompositeCandidateMaker::addDaughter(), and i.
helpers::NamedCompositeCandidateMaker makeNamedCompositeCandidateWithRefsToMaster | ( | const reco::CandidateRef & | c1, |
std::string | s1, | ||
const reco::CandidateRef & | c2, | ||
std::string | s2 | ||
) |
Definition at line 36 of file makeNamedCompositeCandidate.cc.
References helpers::NamedCompositeCandidateMaker::addDaughter().
helpers::NamedCompositeCandidateMaker makeNamedCompositeCandidateWithRefsToMaster | ( | const reco::CandidateRef & | c1, |
std::string | s1, | ||
const reco::CandidateRef & | c2, | ||
std::string | s2, | ||
const reco::CandidateRef & | c3, | ||
std::string | s3 | ||
) |
Definition at line 45 of file makeNamedCompositeCandidate.cc.
References helpers::NamedCompositeCandidateMaker::addDaughter().
helpers::NamedCompositeCandidateMaker makeNamedCompositeCandidateWithRefsToMaster | ( | const reco::CandidateRef & | c1, |
std::string | s1, | ||
const reco::CandidateRef & | c2, | ||
std::string | s2, | ||
const reco::CandidateRef & | c3, | ||
std::string | s3, | ||
const reco::CandidateRef & | c4, | ||
std::string | s4 | ||
) |
Definition at line 56 of file makeNamedCompositeCandidate.cc.
References helpers::NamedCompositeCandidateMaker::addDaughter().
helpers::NamedCompositeCandidateMaker makeNamedCompositeCandidateWithRefsToMaster | ( | const typename C::const_iterator & | begin, |
const typename C::const_iterator & | end, | ||
const std::vector< std::string >::const_iterator | sbegin, | ||
const std::vector< std::string >::const_iterator | send | ||
) |
Definition at line 83 of file makeNamedCompositeCandidate.h.
References helpers::NamedCompositeCandidateMaker::addDaughter(), and i.