Public Member Functions | |
void | beginLuminosityBlock (const edm::LuminosityBlock &iLumi, const edm::EventSetup &iSetup) override |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
SCEnergyCorrectorProducer (const edm::ParameterSet &iConfig) | |
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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
SCEnergyCorrectorSemiParm | energyCorrector_ |
const edm::EDGetTokenT< reco::SuperClusterCollection > | inputSCToken_ |
const bool | writeFeatures_ |
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 18 of file SCEnergyCorrectorProducer.cc.
|
explicit |
Definition at line 33 of file SCEnergyCorrectorProducer.cc.
References writeFeatures_.
|
override |
Definition at line 43 of file SCEnergyCorrectorProducer.cc.
References energyCorrector_, and SCEnergyCorrectorSemiParm::setEventSetup().
|
static |
Definition at line 72 of file SCEnergyCorrectorProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and SCEnergyCorrectorSemiParm::makePSetDescription().
|
override |
Definition at line 47 of file SCEnergyCorrectorProducer.cc.
References energyCorrector_, trigObjTnPSource_cfi::filler, SCEnergyCorrectorSemiParm::getRegData(), iEvent, inputSCToken_, SCEnergyCorrectorSemiParm::modifyObject(), eostools::move(), SCEnergyCorrectorSemiParm::setEvent(), and writeFeatures_.
|
private |
Definition at line 28 of file SCEnergyCorrectorProducer.cc.
Referenced by beginLuminosityBlock(), and produce().
|
private |
Definition at line 29 of file SCEnergyCorrectorProducer.cc.
Referenced by produce().
|
private |
Definition at line 30 of file SCEnergyCorrectorProducer.cc.
Referenced by produce(), and SCEnergyCorrectorProducer().