#include <MuIsoDepositCopyProducer.h>
Public Member Functions | |
MuIsoDepositCopyProducer (const edm::ParameterSet &) | |
constructor More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
data making method More... | |
~MuIsoDepositCopyProducer () override | |
destructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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... | |
std::vector< edm::EDGetTokenT < reco::IsoDepositMap > > | theInputTokens |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T...> |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T...> |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Definition at line 20 of file MuIsoDepositCopyProducer.h.
MuIsoDepositCopyProducer::MuIsoDepositCopyProducer | ( | const edm::ParameterSet & | par | ) |
constructor
constructor with config
Definition at line 21 of file MuIsoDepositCopyProducer.cc.
References HLT_FULL_cff::alias, relativeConstraints::empty, Exception, edm::ParameterSet::getParameter(), mps_fire::i, LogDebug, AlCaHLTBitMon_QueryRunRegistry::string, theConfig, theDepositNames, theInputTags, and theInputTokens.
|
override |
|
override |
data making method
build deposits
end iDep
Definition at line 48 of file MuIsoDepositCopyProducer.cc.
References LogDebug, LogTrace, metname, AlCaHLTBitMon_QueryRunRegistry::string, theDepositNames, and theInputTokens.
|
private |
module configuration
Definition at line 33 of file MuIsoDepositCopyProducer.h.
Referenced by MuIsoDepositCopyProducer().
|
private |
Definition at line 38 of file MuIsoDepositCopyProducer.h.
Referenced by MuIsoDepositCopyProducer(), and produce().
|
private |
for backward compatibility: take one input module and
Definition at line 36 of file MuIsoDepositCopyProducer.h.
Referenced by MuIsoDepositCopyProducer().
|
private |
Definition at line 37 of file MuIsoDepositCopyProducer.h.
Referenced by MuIsoDepositCopyProducer(), and produce().