#include <MuIsoDepositCopyProducer.h>
Public Member Functions | |
MuIsoDepositCopyProducer (const edm::ParameterSet &) | |
constructor More... | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
data making method More... | |
virtual | ~MuIsoDepositCopyProducer () |
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::ParameterSet | theConfig |
module configuration More... | |
std::vector< std::string > | theDepositNames |
std::vector< edm::InputTag > | theInputTags |
for backward compatibility: take one input module and 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) |
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 13 of file MuIsoDepositCopyProducer.h.
MuIsoDepositCopyProducer::MuIsoDepositCopyProducer | ( | const edm::ParameterSet & | par | ) |
constructor
constructor with config
Definition at line 27 of file MuIsoDepositCopyProducer.cc.
References edm::hlt::Exception, edm::ParameterSet::getParameter(), i, LogDebug, theConfig, theDepositNames, and theInputTags.
|
virtual |
|
virtual |
data making method
build deposits
end iDep
Implements edm::EDProducer.
Definition at line 51 of file MuIsoDepositCopyProducer.cc.
References LogDebug, LogTrace, metname, theDepositNames, and theInputTags.
|
private |
module configuration
Definition at line 28 of file MuIsoDepositCopyProducer.h.
Referenced by MuIsoDepositCopyProducer().
|
private |
Definition at line 32 of file MuIsoDepositCopyProducer.h.
Referenced by MuIsoDepositCopyProducer(), and produce().
|
private |
for backward compatibility: take one input module and
Definition at line 31 of file MuIsoDepositCopyProducer.h.
Referenced by MuIsoDepositCopyProducer(), and produce().