#include <HcalHitReconstructor.h>
Public Member Functions | |
virtual void | beginRun (edm::Run const &r, edm::EventSetup const &es) overridefinal |
virtual void | endRun (edm::Run const &r, edm::EventSetup const &es) overridefinal |
HcalHitReconstructor (const edm::ParameterSet &ps) | |
virtual void | produce (edm::Event &e, const edm::EventSetup &c) override |
virtual | ~HcalHitReconstructor () |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Types | |
typedef void(HcalSimpleRecAlgo::* | SetCorrectionFcn )(boost::shared_ptr< AbsOOTPileupCorrection >) |
typedef void(HBHENegativeFlagSetter::* | SetCorrectionFcnForNegative )(boost::shared_ptr< AbsOOTPileupCorrection >) |
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 |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 46 of file HcalHitReconstructor.h.
|
private |
Definition at line 56 of file HcalHitReconstructor.h.
|
private |
Definition at line 57 of file HcalHitReconstructor.h.
|
explicit |
Definition at line 24 of file HcalHitReconstructor.cc.
References DetId::Calo, dataOOTCorrectionCategory_, dataOOTCorrectionName_, det_, digiTimeFromDB_, edm::ParameterSet::existsAs(), edm::ParameterSet::getParameter(), hbheFlagSetter_, hbheHSCPFlagSetter_, hbheNegativeFlagSetter_, hbhePulseShapeFlagSetter_, hbheTimingShapedFlagSetter_, HcalBarrel, HcalCalibration, HcalForward, HcalOther, HcalOuter, hfdigibit_, hfPET_, hfS8S1_, hfS9S1_, HFTimingTrustFlagSetter_, inputLabel_, mcOOTCorrectionCategory_, mcOOTCorrectionName_, puCorrMethod_, reco_, recoParamsFromDB_, saturationFlagSetter_, HBHENegativeFlagSetter::setHBHEPileupCorrection(), HcalSimpleRecAlgo::setHBHEPileupCorrection(), HcalSimpleRecAlgo::setHFPileupCorrection(), HcalSimpleRecAlgo::setHOPileupCorrection(), setHSCPFlags_, setNegativeFlags_, setNoiseFlags_, setPileupCorrection_, setPileupCorrectionForNegative_, HcalSimpleRecAlgo::setpuCorrMethod(), HcalSimpleRecAlgo::setpuCorrParams(), setPulseShapeFlags_, setSaturationFlags_, setTimingTrustFlags_, AlCaHLTBitMon_QueryRunRegistry::string, subdet_, HcalZDCDetId::SubdetectorId, subdetOther_, tok_calib_, tok_hbhe_, tok_hf_, and tok_ho_.
|
virtual |
Definition at line 288 of file HcalHitReconstructor.cc.
References hbheFlagSetter_, hbheHSCPFlagSetter_, hbhePulseShapeFlagSetter_, hfdigibit_, hfPET_, hfS9S1_, and paramTS.
|
finaloverridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 298 of file HcalHitReconstructor.cc.
References HcalSimpleRecAlgo::beginRun(), digiTimeFromDB_, edm::EventSetup::get(), HFDigiTimeParams, AlCaHLTBitMon_ParallelJobs::p, paramTS, edm::ESHandle< class >::product(), reco_, recoParamsFromDB_, HcalCondObjectContainerBase::setTopo(), and tsFromDB_.
|
finaloverridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 333 of file HcalHitReconstructor.cc.
References digiTimeFromDB_, HcalSimpleRecAlgo::endRun(), paramTS, reco_, and tsFromDB_.
|
overridevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 345 of file HcalHitReconstructor.cc.
References funct::abs(), cat_, HBHEStatusBitSetter::Clear(), cntprtCorrMethod_, HcalTimingCorrector::Correct(), HcalRecoParam::correctForPhaseContainment(), HLT_25ns14e33_v1_cff::correctForPhaseContainment, HcalRecoParam::correctForTimeslew(), HLT_25ns14e33_v1_cff::correctForTimeslew, HcalRecoParam::correctionPhaseNS(), HcalRecoParam::correctTiming(), correctTiming_, corrName_, dataOOTCorrectionCategory_, dataOOTCorrectionName_, HLT_25ns14e33_v1_cff::depth, det_, digiTimeFromDB_, HcalSeverityLevelComputer::dropChannel(), dropZSmarkedPassed_, HBHETimeProfileStatusBitSetter::EnergyThreshold(), edm::EventSetup::find(), plotBeamSpotDB::first, first_, HcalRecoParam::firstAuxTS(), firstAuxTS_, HcalRecoParam::firstSample(), firstSample_, edm::EventSetup::get(), edm::eventsetup::EventSetupRecord::get(), edm::Event::getByToken(), HcalChannelStatus::getValue(), HcalCondObjectContainer< Item >::getValues(), hbheFlagSetter_, hbheHSCPFlagSetter_, hbheNegativeFlagSetter_, hbhePulseShapeFlagSetter_, HBHETimeProfileStatusBitSetter::hbheSetTimeFlagsFromDigi(), hbheTimingShapedFlagSetter_, DetId::Hcal, HcalBarrel, HcalCalibration, HcalEndcap, HcalForward, HcalOther, HcalOuter, hfdigibit_, HcalFlagHFDigiTimeParam::HFdigiflagCoefficients(), HcalFlagHFDigiTimeParam::HFdigiflagExpectedPeak(), HcalFlagHFDigiTimeParam::HFdigiflagFirstSample(), HcalFlagHFDigiTimeParam::HFdigiflagMinEThreshold(), HcalFlagHFDigiTimeParam::HFdigiflagSamplesToAdd(), HFDigiTimeParams, hfPET_, hfS8S1_, hfS9S1_, HcalHFStatusBitFromDigis::hfSetFlagFromDigi(), HcalHF_PETalgorithm::HFSetFlagFromPET(), HcalHF_S9S1algorithm::HFSetFlagFromS9S1(), HFTimingTrustFlagSetter_, i, edm::EventBase::isRealData(), j, relval_steps::k, LogTrace, mcOOTCorrectionCategory_, mcOOTCorrectionName_, AlCaHLTBitMon_ParallelJobs::p, paramTS, HcalRecoParam::pileupCleaningID(), HcalCaloFlagLabels::PresampleADC, edm::ESHandle< class >::product(), puCorrMethod_, edm::Event::put(), DetId::rawId(), reco_, HcalSimpleRecAlgo::reconstruct(), recoParamsFromDB_, HcalHFStatusBitFromDigis::resetParamsFromDB(), edm::Event::run(), HcalRecoParam::samplesToAdd(), samplesToAdd_, saturationFlagSetter_, HBHEStatusBitSetter::SetFlagsFromDigi(), HBHEStatusBitSetter::SetFlagsFromRecHits(), HcalSimpleRecAlgo::setForData(), HFTimingTrustFlag::setHFTimingTrustFlag(), setHSCPFlags_, HcalSimpleRecAlgo::setLeakCorrection(), setNegativeFlags_, setNoiseFlags_, setPileupCorrection_, setPileupCorrectionForNegative_, HBHENegativeFlagSetter::setPulseShapeFlags(), HBHEPulseShapeFlagSetter::SetPulseShapeFlags(), setPulseShapeFlags_, HcalSimpleRecAlgo::setRecoParams(), HcalADCSaturationFlag::setSaturationFlag(), setSaturationFlags_, HBHETimingShapedFlagSetter::SetTimingShapedFlags(), setTimingTrustFlags_, subdet_, subdetOther_, tok_calib_, tok_hbhe_, tok_hf_, tok_ho_, tsFromDB_, HcalRecoParam::useLeakCorrection(), and useLeakCorrection_.
|
private |
Definition at line 117 of file HcalHitReconstructor.h.
Referenced by produce().
|
private |
Definition at line 115 of file HcalHitReconstructor.h.
Referenced by produce().
|
private |
Definition at line 81 of file HcalHitReconstructor.h.
Referenced by produce().
|
private |
Definition at line 117 of file HcalHitReconstructor.h.
Referenced by produce().
|
private |
Definition at line 105 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 104 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 72 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 97 of file HcalHitReconstructor.h.
Referenced by beginRun(), endRun(), HcalHitReconstructor(), and produce().
|
private |
Definition at line 88 of file HcalHitReconstructor.h.
Referenced by produce().
|
private |
Definition at line 116 of file HcalHitReconstructor.h.
Referenced by produce().
|
private |
Definition at line 90 of file HcalHitReconstructor.h.
Referenced by produce().
|
private |
Definition at line 93 of file HcalHitReconstructor.h.
Referenced by produce().
|
private |
Definition at line 62 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), produce(), and ~HcalHitReconstructor().
|
private |
Definition at line 63 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), produce(), and ~HcalHitReconstructor().
|
private |
Definition at line 66 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 65 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), produce(), and ~HcalHitReconstructor().
|
private |
Definition at line 64 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 67 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), produce(), and ~HcalHitReconstructor().
|
private |
Definition at line 112 of file HcalHitReconstructor.h.
Referenced by beginRun(), and produce().
|
private |
Definition at line 70 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), produce(), and ~HcalHitReconstructor().
|
private |
Definition at line 69 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 68 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), produce(), and ~HcalHitReconstructor().
|
private |
Definition at line 61 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 75 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor().
|
private |
Definition at line 107 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 106 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 111 of file HcalHitReconstructor.h.
Referenced by beginRun(), endRun(), produce(), and ~HcalHitReconstructor().
|
private |
Definition at line 114 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 59 of file HcalHitReconstructor.h.
Referenced by beginRun(), endRun(), HcalHitReconstructor(), and produce().
|
private |
Definition at line 96 of file HcalHitReconstructor.h.
Referenced by beginRun(), HcalHitReconstructor(), and produce().
|
private |
Definition at line 94 of file HcalHitReconstructor.h.
Referenced by produce().
|
private |
Definition at line 60 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 83 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 87 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 82 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 108 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 109 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 86 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 84 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 85 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 73 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 74 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 79 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 76 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 78 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 77 of file HcalHitReconstructor.h.
Referenced by HcalHitReconstructor(), and produce().
|
private |
Definition at line 95 of file HcalHitReconstructor.h.
Referenced by beginRun(), endRun(), and produce().
|
private |
Definition at line 101 of file HcalHitReconstructor.h.
Referenced by produce().