Public Member Functions | |
HGCalRecHitProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &evt, const edm::EventSetup &es) override |
~HGCalRecHitProducer () 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 | |
const std::string | eeRechitCollection_ |
const edm::EDGetTokenT < HGCeeUncalibratedRecHitCollection > | eeUncalibRecHitCollection_ |
const std::string | hebRechitCollection_ |
const edm::EDGetTokenT < HGChebUncalibratedRecHitCollection > | hebUncalibRecHitCollection_ |
const std::string | hefRechitCollection_ |
const edm::EDGetTokenT < HGChefUncalibratedRecHitCollection > | hefUncalibRecHitCollection_ |
const std::string | hfnoseRechitCollection_ |
const edm::EDGetTokenT < HGChfnoseUncalibratedRecHitCollection > | hfnoseUncalibRecHitCollection_ |
std::unique_ptr < HGCalRecHitWorkerBaseClass > | worker_ |
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 |
produce HGCAL rechits from uncalibrated rechits
simplified version of Ecal code
Definition at line 26 of file HGCalRecHitProducer.cc.
|
explicit |
Definition at line 45 of file HGCalRecHitProducer.cc.
References get, edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 65 of file HGCalRecHitProducer.cc.
|
override |
Definition at line 67 of file HGCalRecHitProducer.cc.
References eeRechitCollection_, eeUncalibRecHitCollection_, edm::Event::getByToken(), hebRechitCollection_, hebUncalibRecHitCollection_, hefRechitCollection_, hefUncalibRecHitCollection_, hfnoseRechitCollection_, hfnoseUncalibRecHitCollection_, eostools::move(), edm::Event::put(), and worker_.
|
private |
Definition at line 37 of file HGCalRecHitProducer.cc.
Referenced by produce().
|
private |
Definition at line 33 of file HGCalRecHitProducer.cc.
Referenced by produce().
|
private |
Definition at line 39 of file HGCalRecHitProducer.cc.
Referenced by produce().
|
private |
Definition at line 35 of file HGCalRecHitProducer.cc.
Referenced by produce().
|
private |
Definition at line 38 of file HGCalRecHitProducer.cc.
Referenced by produce().
|
private |
Definition at line 34 of file HGCalRecHitProducer.cc.
Referenced by produce().
|
private |
Definition at line 40 of file HGCalRecHitProducer.cc.
Referenced by produce().
|
private |
Definition at line 36 of file HGCalRecHitProducer.cc.
Referenced by produce().
|
private |
Definition at line 42 of file HGCalRecHitProducer.cc.
Referenced by produce().