#include <CandCombiner.h>
Public Member Functions | |
RoleNames (const edm::ParameterSet &cfg) | |
const std::vector< std::string > | roles () const |
void | set (reco::CompositeCandidate &c) const |
Private Attributes | |
std::string | name_ |
Name of this candidate. More... | |
std::vector< std::string > | roles_ |
Definition at line 41 of file CandCombiner.h.
|
inlineexplicit |
Definition at line 42 of file CandCombiner.h.
References edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), name_, roles_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
|
inline |
Definition at line 54 of file CandCombiner.h.
References reco::CompositeCandidate::applyRoles(), name_, roles_, reco::CompositeCandidate::setName(), and reco::CompositeCandidate::setRoles().
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
|
private |
Name of this candidate.
Definition at line 61 of file CandCombiner.h.
Referenced by RoleNames(), and set().
|
private |
Definition at line 63 of file CandCombiner.h.
Referenced by RoleNames(), roles(), and set().