Public Member Functions | |
void | beginRun (edm::Run const &iEvent, edm::EventSetup const &es) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
TICLSeedingRegionProducer (const edm::ParameterSet &) | |
~TICLSeedingRegionProducer () 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 Attributes | |
std::unique_ptr< SeedingRegionAlgoBase > | myAlgo_ |
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 26 of file TICLSeedingRegionProducer.cc.
TICLSeedingRegionProducer::TICLSeedingRegionProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 42 of file TICLSeedingRegionProducer.cc.
References get, edm::ParameterSet::getParameter(), hltTiclSeedingGlobal_cfi::seedingPSet, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverride |
Definition at line 29 of file TICLSeedingRegionProducer.cc.
|
override |
Definition at line 59 of file TICLSeedingRegionProducer.cc.
|
static |
Definition at line 50 of file TICLSeedingRegionProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addNode(), and submitPVResolutionJobs::desc.
|
override |
Definition at line 61 of file TICLSeedingRegionProducer.cc.
References eostools::move(), edm::Event::put(), and mps_fire::result.
|
private |
Definition at line 37 of file TICLSeedingRegionProducer.cc.