Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
HGCalConcentratorProducer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~HGCalConcentratorProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
std::unique_ptr< HGCalConcentratorProcessorBase > | concentratorProcess_ |
edm::EDGetToken | input_cell_ |
edm::EDGetToken | input_sums_ |
edm::ESHandle< HGCalTriggerGeometryBase > | triggerGeometry_ |
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 HGCalConcentratorProducer.cc.
HGCalConcentratorProducer::HGCalConcentratorProducer | ( | const edm::ParameterSet & | conf | ) |
Definition at line 36 of file HGCalConcentratorProducer.cc.
References concentratorProcess_, reco::get(), edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverride |
Definition at line 21 of file HGCalConcentratorProducer.cc.
References beginRun(), and produce().
|
override |
Definition at line 49 of file HGCalConcentratorProducer.cc.
References concentratorProcess_, edm::EventSetup::get(), edm::ESHandle< T >::product(), and triggerGeometry_.
Referenced by ~HGCalConcentratorProducer().
|
override |
Definition at line 55 of file HGCalConcentratorProducer.cc.
References concentratorProcess_, edm::Event::getByToken(), input_cell_, eostools::move(), and edm::Event::put().
Referenced by ~HGCalConcentratorProducer().
|
private |
Definition at line 31 of file HGCalConcentratorProducer.cc.
Referenced by beginRun(), HGCalConcentratorProducer(), and produce().
|
private |
Definition at line 28 of file HGCalConcentratorProducer.cc.
Referenced by produce().
|
private |
Definition at line 28 of file HGCalConcentratorProducer.cc.
|
private |
Definition at line 29 of file HGCalConcentratorProducer.cc.
Referenced by beginRun().