Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
HGCalVFEProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~HGCalVFEProducer () 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 | inputbh_ |
edm::EDGetToken | inputee_ |
edm::EDGetToken | inputfh_ |
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 HGCalVFEProducer.cc.
HGCalVFEProducer::HGCalVFEProducer | ( | const edm::ParameterSet & | conf | ) |
Definition at line 36 of file HGCalVFEProducer.cc.
References get, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), AlCaHLTBitMon_QueryRunRegistry::string, and vfeProcess_.
|
inlineoverride |
Definition at line 21 of file HGCalVFEProducer.cc.
|
override |
Definition at line 50 of file HGCalVFEProducer.cc.
References edm::EventSetup::getHandle(), edm::ESHandle< T >::product(), triggerGeometry_, triggerGeomToken_, and vfeProcess_.
|
override |
Definition at line 55 of file HGCalVFEProducer.cc.
References MillePedeFileConverter_cfg::e, inputbh_, inputee_, inputfh_, edm::HandleBase::isValid(), eostools::move(), and vfeProcess_.
|
private |
Definition at line 28 of file HGCalVFEProducer.cc.
Referenced by produce().
|
private |
Definition at line 28 of file HGCalVFEProducer.cc.
Referenced by produce().
|
private |
Definition at line 28 of file HGCalVFEProducer.cc.
Referenced by produce().
|
private |
Definition at line 29 of file HGCalVFEProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 30 of file HGCalVFEProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 31 of file HGCalVFEProducer.cc.
Referenced by beginRun(), HGCalVFEProducer(), and produce().