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 | |
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 |
Private Attributes | |
edm::EDGetToken | inputnose_ |
edm::ESHandle< HGCalTriggerGeometryBase > | triggerGeometry_ |
edm::ESGetToken< HGCalTriggerGeometryBase, CaloGeometryRecord > | triggerGeomToken_ |
std::unique_ptr< HGCalVFEProcessorBase > | vfeProcess_ |
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 18 of file HFNoseVFEProducer.cc.
HFNoseVFEProducer::HFNoseVFEProducer | ( | const edm::ParameterSet & | conf | ) |
Definition at line 37 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 49 of file HFNoseVFEProducer.cc.
References edm::EventSetup::getHandle(), edm::ESHandle< T >::product(), triggerGeometry_, triggerGeomToken_, and vfeProcess_.
|
override |
Definition at line 54 of file HFNoseVFEProducer.cc.
References MillePedeFileConverter_cfg::e, inputnose_, 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 30 of file HFNoseVFEProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 32 of file HFNoseVFEProducer.cc.
Referenced by beginRun(), HFNoseVFEProducer(), and produce().