Public Member Functions | |
DeregionizerProducer (const edm::ParameterSet &) | |
~DeregionizerProducer () 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 | hwToEdm_ (const std::vector< l1ct::PuppiObjEmu > &hwOut, std::vector< l1t::PFCandidate > &edmOut) const |
void | produce (edm::Event &, const edm::EventSetup &) override |
void | setRefs_ (l1t::PFCandidate &pf, const l1ct::PuppiObjEmu &p) const |
Private Attributes | |
std::unordered_map< const l1t::PFCandidate *, l1t::PFClusterRef > | clusterRefMap_ |
edm::ParameterSet | config_ |
l1ct::DeregionizerEmulator | emulator_ |
std::unordered_map< const l1t::PFCandidate *, l1t::PFCandidate::MuonRef > | muonRefMap_ |
edm::EDGetTokenT< l1t::PFCandidateRegionalOutput > | token_ |
std::unordered_map< const l1t::PFCandidate *, l1t::PFTrackRef > | trackRefMap_ |
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 16 of file DeregionizerProducer.cc.
|
explicit |
Definition at line 36 of file DeregionizerProducer.cc.
|
override |
Definition at line 44 of file DeregionizerProducer.cc.
|
static |
Definition at line 173 of file DeregionizerProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and HLT_2022v14_cff::InputTag.
|
private |
Definition at line 110 of file DeregionizerProducer.cc.
References l1t::PFCandidate::ChargedHadron, l1t::PFCandidate::Electron, EgHLTOffHistBins_cfi::mass, l1t::PFCandidate::Muon, l1t::PFCandidate::NeutralHadron, l1t::PFCandidate::Photon, and setRefs_().
Referenced by produce().
|
overrideprivate |
Definition at line 46 of file DeregionizerProducer.cc.
References clusterRefMap_, emulator_, PVValHelper::eta, hwToEdm_(), mps_fire::i, iEvent, recoMuon::in, l1ct::PuppiObj::initFromBits(), LogDebug, eostools::move(), muonRefMap_, dqmiodumpmetadata::n, l1ctLayer1_patternWriters_cff::outputRegions, phi, l1ct::OutputRegion::puppi, HLT_2022v14_cff::region, l1ct::DeregionizerEmulator::run(), TrackRefitter_38T_cff::src, l1ct::PuppiObjEmu::srcCand, token_, and trackRefMap_.
|
private |
Definition at line 146 of file DeregionizerProducer.cc.
References clusterRefMap_, Exception, match(), muonRefMap_, AlCaHLTBitMon_ParallelJobs::p, packedPFCandidateRefMixer_cfi::pf, and trackRefMap_.
Referenced by hwToEdm_().
|
private |
Definition at line 27 of file DeregionizerProducer.cc.
Referenced by produce(), and setRefs_().
|
private |
Definition at line 23 of file DeregionizerProducer.cc.
|
private |
Definition at line 25 of file DeregionizerProducer.cc.
Referenced by produce().
|
private |
Definition at line 29 of file DeregionizerProducer.cc.
Referenced by produce(), and setRefs_().
|
private |
Definition at line 24 of file DeregionizerProducer.cc.
Referenced by produce().
|
private |
Definition at line 28 of file DeregionizerProducer.cc.
Referenced by produce(), and setRefs_().