Public Member Functions | |
CandReducer (const edm::ParameterSet &) | |
constructor from parameter set More... | |
~CandReducer () | |
destructor More... | |
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 &) |
process one evevnt More... | |
Private Attributes | |
edm::InputTag | src_ |
label of source candidate collection 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) |
Definition at line 22 of file CandReducer.cc.
|
explicit |
constructor from parameter set
Definition at line 44 of file CandReducer.cc.
CandReducer::~CandReducer | ( | ) |
|
privatevirtual |
process one evevnt
Implements edm::EDProducer.
Definition at line 52 of file CandReducer.cc.
References trackerHits::c, edm::Event::getByLabel(), edm::Event::put(), and src_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
label of source candidate collection
Definition at line 32 of file CandReducer.cc.
Referenced by produce().