#include <RecoLocalCalo/Castor/src/RecHitCorrector.cc>
Public Member Functions | |
RecHitCorrector (const edm::ParameterSet &) | |
~RecHitCorrector () 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 Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
bool | doInterCalib_ |
double | factor_ |
edm::EDGetTokenT< CastorRecHitCollection > | tok_input_ |
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 |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 46 of file RecHitCorrector.cc.
|
explicit |
Definition at line 71 of file RecHitCorrector.cc.
References edm::ParameterSet::getParameter(), and tok_input_.
|
override |
Definition at line 79 of file RecHitCorrector.cc.
|
overrideprivate |
Definition at line 89 of file RecHitCorrector.cc.
References AlignmentProducer_cff::calibrations, ewkTauDQM_cfi::channels, submitPVValidationJobs::conditions, doInterCalib_, CaloRecHit::energy(), factor_, edm::EventSetup::get(), get, CastorCondObjectContainer< Item >::getAllChannels(), CastorChannelStatus::getValue(), CastorCondObjectContainer< Item >::getValues(), mps_fire::i, CastorRecHit::id(), iEvent, eostools::move(), convertSQLiteXML::ok, AlCaHLTBitMon_ParallelJobs::p, DetId::rawId(), HI_PhotonSkim_cff::rechits, CaloRecHit::time(), protons_cff::time, and tok_input_.
|
private |
Definition at line 57 of file RecHitCorrector.cc.
Referenced by produce().
|
private |
Definition at line 56 of file RecHitCorrector.cc.
Referenced by produce().
|
private |
Definition at line 55 of file RecHitCorrector.cc.
Referenced by produce(), and RecHitCorrector().