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 | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
int | algoId_ |
std::unique_ptr< SeedingRegionAlgoBase > | myAlgo_ |
std::string | seedingId_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 22 of file TICLSeedingRegionProducer.cc.
TICLSeedingRegionProducer::TICLSeedingRegionProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 39 of file TICLSeedingRegionProducer.cc.
References algoId_, and myAlgo_.
|
inlineoverride |
Definition at line 25 of file TICLSeedingRegionProducer.cc.
References fillDescriptions(), and iEvent.
|
override |
Definition at line 68 of file TICLSeedingRegionProducer.cc.
References myAlgo_.
|
static |
Definition at line 56 of file TICLSeedingRegionProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), HLT_2018_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 70 of file TICLSeedingRegionProducer.cc.
References eostools::move(), myAlgo_, edm::Event::put(), and mps_fire::result.
|
private |
Definition at line 34 of file TICLSeedingRegionProducer.cc.
Referenced by TICLSeedingRegionProducer().
|
private |
Definition at line 33 of file TICLSeedingRegionProducer.cc.
Referenced by beginRun(), produce(), and TICLSeedingRegionProducer().
|
private |
Definition at line 35 of file TICLSeedingRegionProducer.cc.