Public Member Functions | |
HLTRechitInRegionsProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, edm::EventSetup const &) override |
~HLTRechitInRegionsProducer () override=default | |
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 Types | |
typedef std::vector< T1 > | T1Collection |
typedef T1::const_iterator | T1iterator |
Private Member Functions | |
void | eventSetupConsumes () |
template<> | |
void | eventSetupConsumes () |
void | getEtaPhiRegions (std::vector< RectangularEtaPhiRegion > *, T1Collection const &, edm::EventSetup const &, bool const) |
template<> | |
void | getEtaPhiRegions (std::vector< RectangularEtaPhiRegion > *theRegions, T1Collection const &theCandidateCollection, edm::EventSetup const &eventSetup, bool const isolatedCase) |
Private Attributes | |
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | caloGeometryToken_ |
const bool | doIsolated_ |
const std::vector< edm::InputTag > | hitLabels |
std::vector< edm::EDGetTokenT< EcalRecHitCollection > > | hitTokens |
edm::ESGetToken< L1CaloGeometry, L1CaloGeometryRecord > | l1CaloGeometryToken_ |
const double | l1LowerThr_ |
const double | l1LowerThrIgnoreIsolation_ |
const edm::EDGetTokenT< T1Collection > | l1TokenIsolated_ |
const edm::EDGetTokenT< T1Collection > | l1TokenNonIsolated_ |
const double | l1UpperThr_ |
const std::vector< std::string > | productLabels |
const double | regionEtaMargin_ |
const double | regionPhiMargin_ |
std::vector< edm::EDGetTokenT< EcalUncalibratedRecHitCollection > > | uncalibHitTokens |
const bool | useUncalib_ |
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 70 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 71 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 72 of file HLTRechitInRegionsProducer.cc.
HLTRechitInRegionsProducer< T1 >::HLTRechitInRegionsProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 110 of file HLTRechitInRegionsProducer.cc.
References HLTRechitInRegionsProducer< T1 >::eventSetupConsumes(), HLTRechitInRegionsProducer< T1 >::hitLabels, HLTRechitInRegionsProducer< T1 >::hitTokens, mps_fire::i, HLTRechitInRegionsProducer< T1 >::productLabels, HLTRechitInRegionsProducer< T1 >::uncalibHitTokens, and HLTRechitInRegionsProducer< T1 >::useUncalib_.
|
overridedefault |
|
private |
Definition at line 145 of file HLTRechitInRegionsProducer.cc.
References deDxTools::esConsumes().
Referenced by HLTRechitInRegionsProducer< T1 >::HLTRechitInRegionsProducer().
|
private |
Definition at line 139 of file HLTRechitInRegionsProducer.cc.
References deDxTools::esConsumes().
|
static |
Definition at line 150 of file HLTRechitInRegionsProducer.cc.
References edm::ConfigurationDescriptions::add(), defaultModuleLabel(), submitPVResolutionJobs::desc, ProducerED_cfi::InputTag, and HLTMuonOfflineAnalyzer_cfi::inputTags.
|
private |
Definition at line 322 of file HLTRechitInRegionsProducer.cc.
References l1tPhase1JetProducer_cfi::phiLow.
|
private |
Definition at line 285 of file HLTRechitInRegionsProducer.cc.
References reco::LeafCandidate::et(), L1GctEmCand::etaIndex(), options_cfi::eventSetup, l1extra::L1EmParticle::gctEmCand(), L1GctEmCand::phiIndex(), and l1tPhase1JetProducer_cfi::phiLow.
|
override |
Definition at line 174 of file HLTRechitInRegionsProducer.cc.
References edm::SortedCollection< T, SORT >::begin(), DetId::Ecal, EcalBarrel, EcalEndcap, EcalPreshower, edm::SortedCollection< T, SORT >::empty(), edm::SortedCollection< T, SORT >::end(), options_cfi::eventSetup, relativeConstraints::geometry, edm::Event::get(), edm::Event::getByToken(), CaloSubdetectorGeometry::getGeometry(), hfClusterShapes_cfi::hits, mps_fire::i, sistrip::SpyUtilities::isValid(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, eostools::move(), or, edm::Handle< T >::product(), HLT_2024v14_cff::productLabels, edm::Event::put(), FastTrackerRecHitMaskProducer_cfi::recHits, nano_mu_digi_cff::region, and HLT_2024v14_cff::topology.
|
private |
Definition at line 105 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 88 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 99 of file HLTRechitInRegionsProducer.cc.
Referenced by HLTRechitInRegionsProducer< T1 >::HLTRechitInRegionsProducer().
|
private |
Definition at line 102 of file HLTRechitInRegionsProducer.cc.
Referenced by HLTRechitInRegionsProducer< T1 >::HLTRechitInRegionsProducer().
|
private |
Definition at line 106 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 92 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 94 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 90 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 91 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 93 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 100 of file HLTRechitInRegionsProducer.cc.
Referenced by HLTRechitInRegionsProducer< T1 >::HLTRechitInRegionsProducer().
|
private |
Definition at line 96 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 97 of file HLTRechitInRegionsProducer.cc.
|
private |
Definition at line 103 of file HLTRechitInRegionsProducer.cc.
Referenced by HLTRechitInRegionsProducer< T1 >::HLTRechitInRegionsProducer().
|
private |
Definition at line 86 of file HLTRechitInRegionsProducer.cc.
Referenced by HLTRechitInRegionsProducer< T1 >::HLTRechitInRegionsProducer().