#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 () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
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 |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
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... | |
std::vector< EDGetTokenT < CandidateView > > | tokens_ |
Definition at line 110 of file NamedCandCombiner.h.
|
inlineexplicit |
constructor from parameter settypedef
Definition at line 113 of file NamedCandCombiner.h.
|
inlinevirtual |
|
inlineprivatevirtual |
process an event
Implements edm::EDProducer.
Definition at line 129 of file NamedCandCombiner.h.
References EnergyCorrector::c, cuy::cv, alignCSCRings::e, edm::Event::getByToken(), i, init, reco::modules::NamedCandCombinerBase::labels_, gen::n, reco::modules::NamedCandCombinerBase::name_, GenerateHcalLaserBadRunList::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_, reco::modules::NamedCandCombinerBase::setPdgId_, and reco::modules::NamedCandCombinerBase::tokens_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
combiner utility
Definition at line 164 of file NamedCandCombiner.h.