Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
HFNoseVFEProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~HFNoseVFEProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Private Attributes | |
edm::EDGetToken | inputnose_ |
edm::ESHandle< HGCalTriggerGeometryBase > | triggerGeometry_ |
std::unique_ptr< HGCalVFEProcessorBase > | vfeProcess_ |
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 18 of file HFNoseVFEProducer.cc.
HFNoseVFEProducer::HFNoseVFEProducer | ( | const edm::ParameterSet & | conf | ) |
Definition at line 36 of file HFNoseVFEProducer.cc.
References get, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), AlCaHLTBitMon_QueryRunRegistry::string, and vfeProcess_.
|
inlineoverride |
Definition at line 21 of file HFNoseVFEProducer.cc.
|
override |
Definition at line 47 of file HFNoseVFEProducer.cc.
References edm::EventSetup::get(), get, edm::ESHandle< T >::product(), triggerGeometry_, and vfeProcess_.
|
override |
Definition at line 52 of file HFNoseVFEProducer.cc.
References MillePedeFileConverter_cfg::e, inputnose_, edm::HandleBase::isValid(), eostools::move(), and vfeProcess_.
|
private |
Definition at line 28 of file HFNoseVFEProducer.cc.
Referenced by produce().
|
private |
Definition at line 29 of file HFNoseVFEProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 31 of file HFNoseVFEProducer.cc.
Referenced by beginRun(), HFNoseVFEProducer(), and produce().