#include <SeedCreatorFromRegionHitsEDProducerT.h>
Public Member Functions | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
SeedCreatorFromRegionHitsEDProducerT (const edm::ParameterSet &iConfig) | |
~SeedCreatorFromRegionHitsEDProducerT () 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 Attributes | |
std::unique_ptr< SeedComparitor > | comparitor_ |
T_SeedCreator | seedCreator_ |
edm::EDGetTokenT< RegionsSeedingHitSets > | seedingHitSetsToken_ |
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 21 of file SeedCreatorFromRegionHitsEDProducerT.h.
SeedCreatorFromRegionHitsEDProducerT< T_SeedCreator >::SeedCreatorFromRegionHitsEDProducerT | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 37 of file SeedCreatorFromRegionHitsEDProducerT.h.
References SeedCreatorFromRegionHitsEDProducerT< T_SeedCreator >::comparitor_, get, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
overridedefault |
|
static |
Definition at line 52 of file SeedCreatorFromRegionHitsEDProducerT.h.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, fillDescriptions(), HLT_2022v15_cff::InputTag, label, edm::ParameterSetDescription::setAllowAnything(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 69 of file SeedCreatorFromRegionHitsEDProducerT.h.
References edm::EventSetup::get(), hfClusterShapes_cfi::hits, iEvent, eostools::move(), HLT_2022v15_cff::region, HLT_2022v15_cff::seedingHitSets, and DetachedQuadStep_cff::seeds.
|
private |
Definition at line 33 of file SeedCreatorFromRegionHitsEDProducerT.h.
Referenced by SeedCreatorFromRegionHitsEDProducerT< T_SeedCreator >::SeedCreatorFromRegionHitsEDProducerT().
|
private |
Definition at line 32 of file SeedCreatorFromRegionHitsEDProducerT.h.
|
private |
Definition at line 31 of file SeedCreatorFromRegionHitsEDProducerT.h.