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 | |
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 | 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<> | |
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 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().