Public Member Functions | |
void | beginRun (edm::Run const &, edm::EventSetup const &) final |
HFEMClusterProducer (edm::ParameterSet const &conf) | |
void | produce (edm::Event &e, edm::EventSetup const &iSetup) 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 | |
HFClusterAlgo | algo_ |
const edm::ESGetToken < CaloGeometry, CaloGeometryRecord > | geometryToken_ |
const edm::EDGetTokenT < HFRecHitCollection > | hfreco_ |
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 HFEMClusterProducer.cc.
|
explicit |
Definition at line 34 of file HFEMClusterProducer.cc.
References DeDxTools::esConsumes().
|
inlinefinal |
Definition at line 22 of file HFEMClusterProducer.cc.
References algo_, and HFClusterAlgo::resetForRun().
|
override |
Definition at line 50 of file HFEMClusterProducer.cc.
References algo_, HFClusterAlgo::clusterize(), relativeConstraints::geometry, geometryToken_, edm::Event::get(), edm::EventSetup::getData(), hfreco_, mps_fire::i, HFClusterAlgo::isMC(), edm::EventBase::isRealData(), eostools::move(), and edm::Event::put().
|
private |
Definition at line 27 of file HFEMClusterProducer.cc.
Referenced by beginRun(), and produce().
|
private |
Definition at line 26 of file HFEMClusterProducer.cc.
Referenced by produce().
|
private |
Definition at line 25 of file HFEMClusterProducer.cc.
Referenced by produce().