#include <RecoEgamma/EgammaTools/plugins/HGCalPhotonIDValueMapProducer.cc>
Public Member Functions | |
HGCalPhotonIDValueMapProducer (const edm::ParameterSet &) | |
~HGCalPhotonIDValueMapProducer () override | |
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 Member Functions | |
void | beginStream (edm::StreamID) override |
void | endStream () override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::map< const std::string, std::vector< float > > | maps_ |
std::unique_ptr< HGCalEgammaIDHelper > | phoIDHelper_ |
edm::EDGetTokenT< edm::View< reco::Photon > > | photonsToken_ |
float | radius_ |
Static Private Attributes | |
static const std::vector< std::string > | valuesProduced_ |
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 |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 40 of file HGCalPhotonIDValueMapProducer.cc.
|
explicit |
Definition at line 74 of file HGCalPhotonIDValueMapProducer.cc.
References crabWrapper::key, maps_, phoIDHelper_, and valuesProduced_.
|
override |
Definition at line 85 of file HGCalPhotonIDValueMapProducer.cc.
|
overrideprivate |
Definition at line 198 of file HGCalPhotonIDValueMapProducer.cc.
|
overrideprivate |
Definition at line 201 of file HGCalPhotonIDValueMapProducer.cc.
|
static |
Definition at line 204 of file HGCalPhotonIDValueMapProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, HLT_2022v12_cff::InputTag, and valuesProduced_.
|
overrideprivate |
Definition at line 88 of file HGCalPhotonIDValueMapProducer.cc.
References Exception, trigObjTnPSource_cfi::filler, iEvent, maps_, eostools::move(), MillePedeFileConverter_cfg::out, phoIDHelper_, photonsToken_, radius_, and valuesProduced_.
|
private |
Definition at line 57 of file HGCalPhotonIDValueMapProducer.cc.
Referenced by HGCalPhotonIDValueMapProducer(), and produce().
|
private |
Definition at line 59 of file HGCalPhotonIDValueMapProducer.cc.
Referenced by HGCalPhotonIDValueMapProducer(), and produce().
|
private |
Definition at line 53 of file HGCalPhotonIDValueMapProducer.cc.
Referenced by produce().
|
private |
Definition at line 54 of file HGCalPhotonIDValueMapProducer.cc.
Referenced by produce().
|
staticprivate |
Definition at line 56 of file HGCalPhotonIDValueMapProducer.cc.
Referenced by fillDescriptions(), HGCalPhotonIDValueMapProducer(), and produce().