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 | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
edm::EDGetToken | inputbh_ |
edm::EDGetToken | inputee_ |
edm::EDGetToken | inputfh_ |
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 19 of file HGCalVFEProducer.cc.
HGCalVFEProducer::HGCalVFEProducer | ( | const edm::ParameterSet & | conf | ) |
Definition at line 37 of file HGCalVFEProducer.cc.
References reco::get(), edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), AlCaHLTBitMon_QueryRunRegistry::string, and vfeProcess_.
|
inlineoverride |
|
override |
Definition at line 51 of file HGCalVFEProducer.cc.
References edm::EventSetup::get(), edm::ESHandle< T >::product(), triggerGeometry_, and vfeProcess_.
Referenced by ~HGCalVFEProducer().
|
override |
Definition at line 56 of file HGCalVFEProducer.cc.
References edm::Event::getByToken(), inputbh_, inputee_, inputfh_, eostools::move(), edm::Event::put(), and vfeProcess_.
Referenced by ~HGCalVFEProducer().
|
private |
Definition at line 29 of file HGCalVFEProducer.cc.
Referenced by produce().
|
private |
Definition at line 29 of file HGCalVFEProducer.cc.
Referenced by produce().
|
private |
Definition at line 29 of file HGCalVFEProducer.cc.
Referenced by produce().
|
private |
Definition at line 30 of file HGCalVFEProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 32 of file HGCalVFEProducer.cc.
Referenced by beginRun(), HGCalVFEProducer(), and produce().