Public Member Functions | |
DeepMETProducer (const edm::ParameterSet &, const tensorflow::SessionCache *) | |
void | produce (edm::Event &event, const edm::EventSetup &setup) override |
Public Member Functions inherited from edm::stream::EDProducer< edm::GlobalCache< tensorflow::SessionCache > > | |
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) |
static void | globalEndJob (tensorflow::SessionCache *) |
static std::unique_ptr< tensorflow::SessionCache > | initializeGlobalCache (const edm::ParameterSet &) |
Private Attributes | |
const bool | ignore_leptons_ |
tensorflow::Tensor | input_ |
tensorflow::Tensor | input_cat0_ |
tensorflow::Tensor | input_cat1_ |
tensorflow::Tensor | input_cat2_ |
const unsigned int | max_n_pf_ |
const float | norm_ |
const edm::EDGetTokenT< std::vector< pat::PackedCandidate > > | pf_token_ |
const tensorflow::Session * | session_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer< edm::GlobalCache< tensorflow::SessionCache > > | |
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 14 of file DeepMETProducer.cc.
|
explicit |
Definition at line 38 of file DeepMETProducer.cc.
References input_, input_cat0_, input_cat1_, input_cat2_, max_n_pf_, and l1trig_cff::shape.
|
static |
Definition at line 130 of file DeepMETProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlinestatic |
Definition at line 22 of file DeepMETProducer.cc.
|
static |
Definition at line 124 of file DeepMETProducer.cc.
References edm::FileInPath::fullPath(), HLT_2023v12_cff::graphPath, submitPVValidationJobs::params, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 55 of file DeepMETProducer.cc.
References funct::abs(), deepmet_helper::charge_embedding, nano_mu_digi_cff::float, Matriplex::hypot(), ignore_leptons_, input_, input_cat0_, input_cat1_, input_cat2_, LogDebug, max_n_pf_, eostools::move(), norm_, HLT_2023v12_cff::output_names, PatBasicFWLiteJetAnalyzer_Selector_cfg::outputs, HiggsValidation_cfi::pdg_id, deepmet_helper::pdg_id_embedding, packedPFCandidateRefMixer_cfi::pf, pf_token_, multPhiCorr_741_25nsDY_cfi::px, multPhiCorr_741_25nsDY_cfi::py, tensorflow::run(), pfClustersFromCombinedCaloHF_cfi::scale, deepmet_helper::scale_and_rm_outlier(), and session_.
|
private |
Definition at line 27 of file DeepMETProducer.cc.
Referenced by produce().
|
private |
Definition at line 32 of file DeepMETProducer.cc.
Referenced by DeepMETProducer(), and produce().
|
private |
Definition at line 33 of file DeepMETProducer.cc.
Referenced by DeepMETProducer(), and produce().
|
private |
Definition at line 34 of file DeepMETProducer.cc.
Referenced by DeepMETProducer(), and produce().
|
private |
Definition at line 35 of file DeepMETProducer.cc.
Referenced by DeepMETProducer(), and produce().
|
private |
Definition at line 28 of file DeepMETProducer.cc.
Referenced by DeepMETProducer(), and produce().
|
private |
Definition at line 26 of file DeepMETProducer.cc.
Referenced by produce().
|
private |
Definition at line 22 of file DeepMETProducer.cc.
Referenced by produce().
|
private |
Definition at line 30 of file DeepMETProducer.cc.
Referenced by produce().