Public Member Functions | |
L1NNTauProducer (const edm::ParameterSet &, const tensorflow::SessionCache *) | |
~L1NNTauProducer () 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 (const tensorflow::SessionCache *) |
static std::unique_ptr< tensorflow::SessionCache > | initializeGlobalCache (const edm::ParameterSet &) |
Private Member Functions | |
void | addTau (const l1t::PFCandidate &iCand, const l1t::PFCandidateCollection &iParts, std::unique_ptr< PFTauCollection > &outputTaus) |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
Private Attributes | |
double | fConeSize_ |
edm::EDGetTokenT< vector< l1t::PFCandidate > > | fL1PFToken_ |
int | fMaxTaus_ |
int | fNParticles_ |
double | fSeedPt_ |
std::unique_ptr< TauNNId > | fTauNNId_ |
double | fTauSize_ |
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 17 of file L1NNTauProducer.cc.
|
explicit |
Definition at line 43 of file L1NNTauProducer.cc.
References utilities::cache(), looper::cfg, fNParticles_, fTauNNId_, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 155 of file L1NNTauProducer.cc.
|
private |
Definition at line 114 of file L1NNTauProducer.cc.
References l1t::PFCandidate::ChargedHadron, reco::deltaR2(), l1t::PFCandidate::Electron, fConeSize_, fSeedPt_, fTauNNId_, fTauSize_, mps_fire::i, dqmiolumiharvest::j, mkfit::NN, l1t::PFCandidate::Photon, and jetUpdater_cfi::sort.
Referenced by produce().
|
static |
Definition at line 143 of file L1NNTauProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlinestatic |
Definition at line 24 of file L1NNTauProducer.cc.
|
static |
Definition at line 58 of file L1NNTauProducer.cc.
References looper::cfg, edm::FileInPath::fullPath(), HLT_2023v12_cff::graphPath, tensorflow::setLogging(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
Definition at line 64 of file L1NNTauProducer.cc.
References funct::abs(), addTau(), l1t::PFCandidate::ChargedHadron, reco::deltaR2(), l1t::PFCandidate::Electron, fConeSize_, fL1PFToken_, fMaxTaus_, mps_fire::i, testProducerWithPsetDescEmpty_cfi::i1, iEvent, dqmiolumiharvest::j, eostools::move(), jetUpdater_cfi::sort, and track_trigger_eta_max.
|
private |
Definition at line 34 of file L1NNTauProducer.cc.
|
private |
Definition at line 38 of file L1NNTauProducer.cc.
Referenced by produce().
|
private |
Definition at line 36 of file L1NNTauProducer.cc.
Referenced by produce().
|
private |
Definition at line 37 of file L1NNTauProducer.cc.
Referenced by L1NNTauProducer().
|
private |
Definition at line 33 of file L1NNTauProducer.cc.
Referenced by addTau().
|
private |
Definition at line 24 of file L1NNTauProducer.cc.
Referenced by addTau(), and L1NNTauProducer().
|
private |
Definition at line 35 of file L1NNTauProducer.cc.
Referenced by addTau().