![]() |
![]() |
#include <CandCombiner.h>
Public Types | |
typedef reco::CandidateBaseRef | CandPtr |
typedef reco::CandidateBaseRef | CandPtr |
Static Public Member Functions | |
static void | addDaughter (reco::CompositeCandidate &cmp, const reco::CandidateBaseRef &c, const std::string name="") |
template<typename CMP > | |
static void | addDaughter (CMP &cmp, const reco::CandidatePtr &c, std::string name) |
static void | addDaughter (reco::CompositeCandidate &cmp, const reco::CandidateBaseRef &c, const std::string name="") |
template<typename CMP > | |
static void | addDaughter (CMP &cmp, const reco::CandidatePtr &c, std::string name) |
Definition at line 27 of file CandCombiner.h.
Definition at line 28 of file CandCombiner.h.
Definition at line 28 of file CandCombiner.h.
static void combiner::helpers::ShallowClone::addDaughter | ( | reco::CompositeCandidate & | cmp, |
const reco::CandidateBaseRef & | c, | ||
const std::string | name = "" |
||
) | [inline, static] |
Definition at line 29 of file CandCombiner.h.
References reco::CompositeCandidate::addDaughter(), and mergeVDriftHistosByStation::name.
{ cmp.addDaughter(reco::ShallowCloneCandidate(c), name); }
static void combiner::helpers::ShallowClone::addDaughter | ( | CMP & | cmp, |
const reco::CandidatePtr & | c, | ||
std::string | name | ||
) | [inline, static] |
Definition at line 27 of file NamedCandCombiner.h.
{ if(c->numberOfDaughters()==0) cmp.addDaughter(reco::ShallowClonePtrCandidate(c), name); else cmp.addDaughter(*c, name); }
static void combiner::helpers::ShallowClone::addDaughter | ( | reco::CompositeCandidate & | cmp, |
const reco::CandidateBaseRef & | c, | ||
const std::string | name = "" |
||
) | [inline, static] |
Definition at line 29 of file CandCombiner.h.
References reco::CompositeCandidate::addDaughter(), and mergeVDriftHistosByStation::name.
{ if(c->numberOfDaughters()==0) cmp.addDaughter(reco::ShallowCloneCandidate(c), name); else cmp.addDaughter(*c, name); }
static void combiner::helpers::ShallowClone::addDaughter | ( | CMP & | cmp, |
const reco::CandidatePtr & | c, | ||
std::string | name | ||
) | [inline, static] |
Definition at line 27 of file NamedCandCombiner.h.
{ if(c->numberOfDaughters()==0) cmp.addDaughter(reco::ShallowClonePtrCandidate(c), name); else cmp.addDaughter(*c, name); }