#include <CopyProducer.h>
Public Member Functions | |
CopyProducer (const edm::ParameterSet &pset) | |
constructor from parameter set More... | |
virtual void | produce (edm::Event &evt, const edm::EventSetup &es) |
process an event More... | |
~CopyProducer () | |
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 Attributes | |
edm::InputTag | src_ |
labels of the collection to be converted 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 25 of file CopyProducer.h.
|
inlineexplicit |
constructor from parameter set
Definition at line 28 of file CopyProducer.h.
|
inline |
|
inlinevirtual |
process an event
Implements edm::EDProducer.
Definition at line 35 of file CopyProducer.h.
References coll, filterCSVwithJSON::copy, edm::Event::getByLabel(), LaserDQM_cfg::input, edm::Event::put(), and reco::tautools::CopyProducer< Collection >::src_.
|
private |
labels of the collection to be converted
Definition at line 50 of file CopyProducer.h.
Referenced by reco::tautools::CopyProducer< Collection >::produce().