#include <ShallowCloneProducer.h>
Public Member Functions | |
ShallowCloneProducer (const edm::ParameterSet &) | |
constructor from parameter set More... | |
~ShallowCloneProducer () | |
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 | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
process an event More... | |
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) |
Clones a concrete Candidate collection to a CandidateCollection (i.e.: OwnVector<Candidate>) filled with shallow clones of the original candidate collection
Template parameters:
Definition at line 23 of file ShallowCloneProducer.h.
|
explicit |
constructor from parameter set
Definition at line 38 of file ShallowCloneProducer.h.
ShallowCloneProducer< C >::~ShallowCloneProducer | ( | ) |
|
privatevirtual |
process an event
Implements edm::EDProducer.
Definition at line 48 of file ShallowCloneProducer.h.
References coll, edm::Event::getByLabel(), i, and edm::Event::put().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
labels of the collection to be converted
Definition at line 34 of file ShallowCloneProducer.h.