![]() |
![]() |
#include <CandCombiner.h>
Public Types | |
typedef reco::CandidateBaseRef | CandPtr |
typedef reco::CandidateBaseRef | CandPtr |
Static Public Member Functions | |
template<typename Ref > | |
static void | addDaughter (reco::CompositeCandidate &cmp, const Ref &c, const std::string name="") |
template<typename Ptr , typename CMP > | |
static void | addDaughter (CMP &cmp, const Ptr &c, std::string name) |
template<typename Ref > | |
static void | addDaughter (reco::CompositeCandidate &cmp, const Ref &c, const std::string name="") |
template<typename Ptr , typename CMP > | |
static void | addDaughter (CMP &cmp, const Ptr &c, std::string name) |
Definition at line 19 of file CandCombiner.h.
Definition at line 20 of file CandCombiner.h.
Definition at line 20 of file CandCombiner.h.
static void combiner::helpers::NormalClone::addDaughter | ( | reco::CompositeCandidate & | cmp, |
const Ref & | c, | ||
const std::string | name = "" |
||
) | [inline, static] |
Definition at line 22 of file CandCombiner.h.
References reco::CompositeCandidate::addDaughter(), and mergeVDriftHistosByStation::name.
{ cmp.addDaughter(*c, name); }
static void combiner::helpers::NormalClone::addDaughter | ( | CMP & | cmp, |
const Ptr & | c, | ||
std::string | name | ||
) | [inline, static] |
Definition at line 20 of file NamedCandCombiner.h.
{ cmp.addDaughter(*c, name); }
static void combiner::helpers::NormalClone::addDaughter | ( | reco::CompositeCandidate & | cmp, |
const Ref & | c, | ||
const std::string | name = "" |
||
) | [inline, static] |
Definition at line 22 of file CandCombiner.h.
References reco::CompositeCandidate::addDaughter(), and mergeVDriftHistosByStation::name.
{ cmp.addDaughter(*c, name); }
static void combiner::helpers::NormalClone::addDaughter | ( | CMP & | cmp, |
const Ptr & | c, | ||
std::string | name | ||
) | [inline, static] |
Definition at line 20 of file NamedCandCombiner.h.
{ cmp.addDaughter(*c, name); }