#include <NamedCandCombiner.h>
Public Member Functions | |
NamedCandCombiner (const edm::ParameterSet &cfg) | |
constructor from parameter settypedef More... | |
virtual | ~NamedCandCombiner () |
destructor More... | |
Public Member Functions inherited from reco::modules::NamedCandCombinerBase | |
NamedCandCombinerBase (const edm::ParameterSet &cfg) | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
void | produce (edm::Event &evt, const edm::EventSetup &es) |
process an event More... | |
Private Attributes | |
::NamedCandCombiner< Selector, PairSelector, Cloner, Setup > | combiner_ |
combiner utility More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Protected Attributes inherited from reco::modules::NamedCandCombinerBase | |
std::vector< int > | dauCharge_ |
daughter charges More... | |
std::vector < cand::parser::ConjInfo > | labels_ |
label vector More... | |
std::string | name_ |
Name of this candidate. More... | |
int | pdgId_ |
which pdgId to set More... | |
std::vector< std::string > | roles_ |
bool | setLongLived_ |
set long lived flag More... | |
bool | setMassConstraint_ |
set mass constraint flag More... | |
bool | setPdgId_ |
set pdgId flag More... | |
Definition at line 107 of file NamedCandCombiner.h.
|
inlineexplicit |
constructor from parameter settypedef
Definition at line 110 of file NamedCandCombiner.h.
|
inlinevirtual |
|
inlineprivatevirtual |
process an event
Implements edm::EDProducer.
Definition at line 126 of file NamedCandCombiner.h.
References trackerHits::c, alignCSCRings::e, edm::Event::getByLabel(), i, init, reco::modules::NamedCandCombinerBase::labels_, n, reco::modules::NamedCandCombinerBase::name_, dbtoconf::out, reco::modules::NamedCandCombinerBase::pdgId_, edm::PtrVector< T >::push_back(), edm::Event::put(), alignCSCRings::r, dt_dqm_sourceclient_common_cff::reco, reco::modules::NamedCandCombinerBase::roles_, reco::modules::NamedCandCombinerBase::setLongLived_, reco::modules::NamedCandCombinerBase::setMassConstraint_, and reco::modules::NamedCandCombinerBase::setPdgId_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
combiner utility
Definition at line 161 of file NamedCandCombiner.h.