#include <CandCombiner.h>
Private Member Functions | |
void | produce (edm::Event &evt, const edm::EventSetup &es) |
process an event More... | |
Private Attributes | |
::CandCombiner< Selector, PairSelector, Cloner, OutputCollection, Setup > | combiner_ |
combiner utility More... | |
RoleNames | names_ |
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::CandCombinerBase | |
std::vector< int > | dauCharge_ |
daughter charges More... | |
std::vector < cand::parser::ConjInfo > | labels_ |
label vector More... | |
int | pdgId_ |
which pdgId to set More... | |
bool | setLongLived_ |
set long lived flag More... | |
bool | setMassConstraint_ |
set mass constraint flag More... | |
bool | setPdgId_ |
set pdgId flag More... | |
std::vector< edm::EDGetTokenT < CandidateView > > | tokens_ |
Definition at line 129 of file CandCombiner.h.
|
inlineexplicit |
constructor from parameter settypedef
Definition at line 132 of file CandCombiner.h.
|
inlinevirtual |
|
inlineprivatevirtual |
process an event
Implements edm::EDProducer.
Definition at line 148 of file CandCombiner.h.
References alignCSCRings::e, edm::Event::getByToken(), i, reco::modules::CandCombinerBase::labels_, eostools::move(), gen::n, fileinputsource_cfi::out, reco::modules::CandCombinerBase::pdgId_, edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, reco::modules::CandCombinerBase::setLongLived_, reco::modules::CandCombinerBase::setMassConstraint_, reco::modules::CandCombinerBase::setPdgId_, and reco::modules::CandCombinerBase::tokens_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
combiner utility
Definition at line 170 of file CandCombiner.h.
|
private |
Definition at line 172 of file CandCombiner.h.