#include <HcalHardcodeCalibrations.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::eventsetup::ESProductResolverProvider | |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions | |
std::unique_ptr< HcalChannelQuality > | produceChannelQuality (const HcalChannelQualityRcd &rcd) |
std::unique_ptr< HcalDcsMap > | produceDcsMap (const HcalDcsMapRcd &rcd) |
std::unique_ptr< HcalDcsValues > | produceDcsValues (const HcalDcsRcd &rcd) |
std::unique_ptr< HcalPedestals > | produceEffectivePedestals (const HcalPedestalsRcd &rcd) |
std::unique_ptr< HcalPedestalWidths > | produceEffectivePedestalWidths (const HcalPedestalWidthsRcd &rcd) |
std::unique_ptr< HcalElectronicsMap > | produceElectronicsMap (const HcalElectronicsMapRcd &rcd) |
std::unique_ptr< HcalFlagHFDigiTimeParams > | produceFlagHFDigiTimeParams (const HcalFlagHFDigiTimeParamsRcd &rcd) |
std::unique_ptr< HcalFrontEndMap > | produceFrontEndMap (const HcalFrontEndMapRcd &rcd) |
std::unique_ptr< HcalGains > | produceGains (const HcalGainsRcd &rcd) |
std::unique_ptr< HcalGainWidths > | produceGainWidths (const HcalGainWidthsRcd &rcd) |
std::unique_ptr< HcalL1TriggerObjects > | produceL1TriggerObjects (const HcalL1TriggerObjectsRcd &rcd) |
std::unique_ptr< HcalLongRecoParams > | produceLongRecoParams (const HcalLongRecoParamsRcd &rcd) |
std::unique_ptr< HcalLUTCorrs > | produceLUTCorrs (const HcalLUTCorrsRcd &rcd) |
std::unique_ptr< HcalLutMetadata > | produceLutMetadata (const HcalLutMetadataRcd &rcd) |
std::unique_ptr< HcalMCParams > | produceMCParams (const HcalMCParamsRcd &rcd) |
std::unique_ptr< HcalPedestals > | producePedestals (const HcalPedestalsRcd &rcd) |
std::unique_ptr< HcalPedestals > | producePedestals_ (const HcalPedestalsRcd &rcd, const edm::ESGetToken< HcalTopology, HcalRecNumberingRecord > &, bool eff) |
std::unique_ptr< HcalPedestalWidths > | producePedestalWidths (const HcalPedestalWidthsRcd &rcd) |
std::unique_ptr< HcalPedestalWidths > | producePedestalWidths_ (const HcalPedestalWidthsRcd &rcd, const edm::ESGetToken< HcalTopology, HcalRecNumberingRecord > &, bool eff) |
std::unique_ptr< HcalPFCorrs > | producePFCorrs (const HcalPFCorrsRcd &rcd) |
std::unique_ptr< HcalPFCuts > | producePFCuts (const HcalPFCutsRcd &rcd) |
std::unique_ptr< HcalQIEData > | produceQIEData (const HcalQIEDataRcd &rcd) |
std::unique_ptr< HcalQIETypes > | produceQIETypes (const HcalQIETypesRcd &rcd) |
std::unique_ptr< HcalRecoParams > | produceRecoParams (const HcalRecoParamsRcd &rcd) |
std::unique_ptr< HcalRespCorrs > | produceRespCorrs (const HcalRespCorrsRcd &rcd) |
std::unique_ptr< HcalSiPMCharacteristics > | produceSiPMCharacteristics (const HcalSiPMCharacteristicsRcd &rcd) |
std::unique_ptr< HcalSiPMParameters > | produceSiPMParameters (const HcalSiPMParametersRcd &rcd) |
std::unique_ptr< HcalTimeCorrs > | produceTimeCorrs (const HcalTimeCorrsRcd &rcd) |
std::unique_ptr< HcalTimingParams > | produceTimingParams (const HcalTimingParamsRcd &rcd) |
std::unique_ptr< HcalTPChannelParameters > | produceTPChannelParameters (const HcalTPChannelParametersRcd &rcd) |
std::unique_ptr< HcalTPParameters > | produceTPParameters (const HcalTPParametersRcd &rcd) |
std::unique_ptr< HcalValidationCorrs > | produceValidationCorrs (const HcalValidationCorrsRcd &rcd) |
std::unique_ptr< HcalZDCLowGainFractions > | produceZDCLowGainFractions (const HcalZDCLowGainFractionsRcd &rcd) |
std::unique_ptr< HcalZSThresholds > | produceZSThresholds (const HcalZSThresholdsRcd &rcd) |
void | setIntervalFor (const edm::eventsetup::EventSetupRecordKey &, const edm::IOVSyncValue &, edm::ValidityInterval &) override |
Protected Member Functions inherited from edm::ESProducer | |
ESConsumesInfo * | consumesInfoPushBackNew () |
unsigned int | consumesInfoSize () const |
template<typename CallbackT , typename TList , typename TRecord > | |
void | registerProducts (std::shared_ptr< std::pair< unsigned int, std::shared_ptr< CallbackT >>> iCallback, const TList *, const TRecord *iRecord, const es::Label &iLabel) |
template<typename CallbackT , typename TRecord > | |
void | registerProducts (std::shared_ptr< std::pair< unsigned int, std::shared_ptr< CallbackT >>>, const eventsetup::produce::Null *, const TRecord *, const es::Label &) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const es::Label &iLabel={}) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const char *iLabel) |
template<typename T > | |
auto | setWhatProduced (T *iThis, const std::string &iLabel) |
template<typename T , typename TDecorator > | |
auto | setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord > | |
auto | setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel={}) |
template<typename T , typename TReturn , typename TRecord , typename TDecorator > | |
auto | setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const TDecorator &iDec, const es::Label &iLabel={}) |
template<typename TFunc > | |
auto | setWhatProduced (TFunc &&func, const es::Label &iLabel={}) |
template<typename TReturn , typename TRecord , typename TFunc , typename TDecorator > | |
ESConsumesCollectorT< TRecord > | setWhatProduced (TFunc &&func, TDecorator &&iDec, const es::Label &iLabel={}) |
void | usesResources (std::vector< std::string > const &) |
Protected Member Functions inherited from edm::ESProductResolverFactoryProducer | |
template<class TFactory > | |
void | registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string()) |
virtual void | registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ESProductResolverFactoryBase > iFactory, const std::string &iLabel=std::string()) |
KeyedResolversVector | registerResolvers (const EventSetupRecordKey &, unsigned int iovIndex) override |
Protected Member Functions inherited from edm::eventsetup::ESProductResolverProvider | |
template<class T > | |
void | usingRecord () |
void | usingRecordWithKey (const EventSetupRecordKey &key) |
Protected Member Functions inherited from edm::EventSetupRecordIntervalFinder | |
template<class T > | |
void | findingRecord () |
void | findingRecordWithKey (const eventsetup::EventSetupRecordKey &) |
Private Attributes | |
HcalDbHardcode | dbHardcode |
std::unique_ptr< HBHERecalibration > | hb_recalibration |
edm::ESGetToken< HBHEDarkening, HBHEDarkeningRecord > | hbDarkeningToken_ |
std::unique_ptr< HBHERecalibration > | he_recalibration |
edm::ESGetToken< HBHEDarkening, HBHEDarkeningRecord > | heDarkeningToken_ |
std::unique_ptr< HFRecalibration > | hf_recalibration |
double | iLumi |
bool | setHBdsegm |
bool | setHEdsegm |
bool | switchGainWidthsForTrigPrims |
bool | testHEPlan1 |
std::unordered_map< int, edm::ESGetToken< HcalTopology, HcalRecNumberingRecord > > | topoTokens_ |
bool | useIeta18depth1 |
bool | useLayer0Weight |
Additional Inherited Members | |
Protected Types inherited from edm::ESProductResolverFactoryProducer | |
using | EventSetupRecordKey = eventsetup::EventSetupRecordKey |
Protected Types inherited from edm::eventsetup::ESProductResolverProvider | |
using | KeyedResolversVector = std::vector< std::pair< DataKey, std::shared_ptr< ESProductResolver > >> |
Definition at line 57 of file HcalHardcodeCalibrations.h.
|
private |
Definition at line 114 of file HcalHardcodeCalibrations.h.
HcalHardcodeCalibrations::HcalHardcodeCalibrations | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 130 of file HcalHardcodeCalibrations.cc.
References python.cmstools::all(), HltBtagPostValidation_cff::c, gather_cfg::cout, dbHardcode, edm::ParameterSet::empty(), edm::ParameterSet::exists(), edm::FileInPath::fullPath(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), hb_recalibration, hbDarkeningToken_, he_recalibration, heDarkeningToken_, hf_recalibration, iLumi, kChannelQuality, kEffectivePedestals, kEffectivePedestalWidths, kElectronicsMap, kFlagHFDigiTimeParams, kFrontEndMap, kGains, kGainWidths, kL1TriggerObjects, kLongRecoParams, kLUTCorrs, kLutMetadata, kMCParams, kPedestals, kPedestalWidths, kPFCorrs, kPFCuts, kQIEData, kQIETypes, kRecoParams, kRespCorrs, kSiPMParameters, kTimeCorrs, kTPChannelParameters, kValidationCorrs, kZDCLowGainFractions, kZSThresholds, summarizeEdmComparisonLogfiles::objectName, produceChannelQuality(), produceDcsMap(), produceDcsValues(), produceEffectivePedestals(), produceEffectivePedestalWidths(), produceElectronicsMap(), produceFlagHFDigiTimeParams(), produceFrontEndMap(), produceGains(), produceGainWidths(), produceL1TriggerObjects(), produceLongRecoParams(), produceLUTCorrs(), produceLutMetadata(), produceMCParams(), producePedestals(), producePedestalWidths(), producePFCorrs(), producePFCuts(), produceQIEData(), produceQIETypes(), produceRecoParams(), produceRespCorrs(), produceSiPMCharacteristics(), produceSiPMParameters(), produceTimeCorrs(), produceTPChannelParameters(), produceTPParameters(), produceValidationCorrs(), produceZDCLowGainFractions(), produceZSThresholds(), HcalDbHardcode::setHB(), HcalDbHardcode::setHBUpgrade(), HcalDbHardcode::setHE(), HcalDbHardcode::setHEUpgrade(), HcalDbHardcode::setHF(), HcalDbHardcode::setHFUpgrade(), HcalDbHardcode::setHO(), HcalDbHardcode::setKillHE(), HcalDbHardcode::setSiPMCharacteristics(), edm::ESProducer::setWhatProduced(), switchGainWidthsForTrigPrims, HcalDbHardcode::testHEPlan1(), testHEPlan1, HcalDbHardcode::testHFQIE10(), GlobalPosition_Frontier_DevDB_cff::toGet, topoTokens_, HcalDbHardcode::useHBUpgrade(), HcalDbHardcode::useHEUpgrade(), HcalDbHardcode::useHFUpgrade(), HcalDbHardcode::useHOUpgrade(), useIeta18depth1, and useLayer0Weight.
|
override |
Definition at line 340 of file HcalHardcodeCalibrations.cc.
|
static |
Definition at line 875 of file HcalHardcodeCalibrations.cc.
References edm::ParameterSetDescription::add(), edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
protected |
Definition at line 479 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, hcalRecHitTable_cff::depth, HcalDetId::depth(), edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), hcalRecHitTable_cff::ieta, HcalDetId::ieta(), HcalDetId::ietaAbs(), hcalRecHitTable_cff::iphi, HcalDetId::iphi(), B2GTnPMonitor_cfi::item, kChannelQuality, HcalDbHardcode::killHE(), mps_fire::result, mps_update::status, testHEPlan1, topoTokens_, and useIeta18depth1.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 711 of file HcalHardcodeCalibrations.cc.
References dbHardcode, and HcalDbHardcode::makeHardcodeDcsMap().
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 705 of file HcalHardcodeCalibrations.cc.
References mps_fire::result.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 387 of file HcalHardcodeCalibrations.cc.
References kEffectivePedestals, producePedestals_(), and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 395 of file HcalHardcodeCalibrations.cc.
References kEffectivePedestalWidths, producePedestalWidths_(), and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 657 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), kElectronicsMap, HcalDbHardcode::killHE(), HcalDbHardcode::makeHardcodeMap(), and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 794 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, kFlagHFDigiTimeParams, HcalDbHardcode::killHE(), mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 820 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), kFrontEndMap, HcalDbHardcode::killHE(), HcalDbHardcode::makeHardcodeFrontEndMap(), and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 400 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, B2GTnPMonitor_cfi::item, kGains, HcalDbHardcode::killHE(), HcalDbHardcode::makeGain(), mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 413 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, kGainWidths, HcalDbHardcode::killHE(), HcalDbHardcode::makeGainWidth(), mps_fire::result, switchGainWidthsForTrigPrims, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 640 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kL1TriggerObjects, mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 743 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kLongRecoParams, mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 588 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kLUTCorrs, mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 679 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kLutMetadata, mps_fire::result, remoteMonitoring_LASER_era2018_cfg::threshold, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 780 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kMCParams, HcalDbHardcode::makeMCParam(), mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 383 of file HcalHardcodeCalibrations.cc.
References kPedestals, producePedestals_(), and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 354 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), iLumi, B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), HcalDbHardcode::makePedestal(), mps_fire::result, AlCaHLTBitMon_QueryRunRegistry::string, and unpackBuffers-CaloStage2::token.
Referenced by produceEffectivePedestals(), and producePedestals().
|
protected |
Definition at line 391 of file HcalHardcodeCalibrations.cc.
References kPedestalWidths, producePedestalWidths_(), and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 369 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), iLumi, B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), HcalDbHardcode::makePedestalWidth(), mps_fire::result, AlCaHLTBitMon_QueryRunRegistry::string, and unpackBuffers-CaloStage2::token.
Referenced by produceEffectivePedestalWidths(), and producePedestalWidths().
|
protected |
Definition at line 601 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kPFCorrs, mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 432 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kPFCuts, HcalDbHardcode::makePFCut(), mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 448 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), HcalDbHardcode::killHE(), kQIEData, HcalDbHardcode::makeQIECoder(), mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 466 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kQIETypes, HcalDbHardcode::makeQIEType(), mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 717 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kRecoParams, HcalDbHardcode::makeRecoParam(), mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 518 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, alignCSCRings::corr, gather_cfg::cout, dbHardcode, hcalRecHitTable_cff::depth, HcalDetId::depth(), edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), HcalDbHardcode::getLayersInDepth(), hb_recalibration, hbDarkeningToken_, HcalGenericDetId::HcalGenBarrel, HcalGenericDetId::HcalGenEndcap, HcalGenericDetId::HcalGenForward, he_recalibration, heDarkeningToken_, hf_recalibration, mps_fire::i, HcalDetId::ieta(), iLumi, B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kRespCorrs, razorScouting_cff::maxEta, mps_fire::result, setHBdsegm, setHEdsegm, topoTokens_, and useLayer0Weight.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 842 of file HcalHardcodeCalibrations.cc.
References dbHardcode, and HcalDbHardcode::makeHardcodeSiPMCharacteristics().
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 829 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), iLumi, B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kSiPMParameters, HcalDbHardcode::makeHardcodeSiPMParameter(), mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 614 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kTimeCorrs, mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 730 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kTimingParams, HcalDbHardcode::makeTimingParam(), mps_fire::result, and topoTokens_.
|
protected |
Definition at line 849 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), HcalTriggerTower, B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kTPChannelParameters, HcalDbHardcode::makeHardcodeTPChannelParameter(), mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 867 of file HcalHardcodeCalibrations.cc.
References dbHardcode, HcalDbHardcode::makeHardcodeTPParameters(), and mps_fire::result.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 665 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kValidationCorrs, mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 766 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kZDCLowGainFractions, mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
protected |
Definition at line 627 of file HcalHardcodeCalibrations.cc.
References hgcalTBTopologyTester_cfi::cells, dbHardcode, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), B2GTnPMonitor_cfi::item, HcalDbHardcode::killHE(), kZSThresholds, HcalDbHardcode::makeZSThreshold(), mps_fire::result, and topoTokens_.
Referenced by HcalHardcodeCalibrations().
|
overrideprotectedvirtual |
Implements edm::EventSetupRecordIntervalFinder.
Definition at line 345 of file HcalHardcodeCalibrations.cc.
References edm::IOVSyncValue::beginOfTime(), edm::IOVSyncValue::endOfTime(), edm::IOVSyncValue::eventID(), edm::eventsetup::EventSetupRecordKey::name(), AlCaHarvesting_cff::record, AlCaHLTBitMon_QueryRunRegistry::string, edm::IOVSyncValue::time(), and edm::Timestamp::value().
|
private |
Definition at line 144 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), produceChannelQuality(), produceDcsMap(), produceElectronicsMap(), produceFlagHFDigiTimeParams(), produceFrontEndMap(), produceGains(), produceGainWidths(), produceL1TriggerObjects(), produceLongRecoParams(), produceLUTCorrs(), produceLutMetadata(), produceMCParams(), producePedestals_(), producePedestalWidths_(), producePFCorrs(), producePFCuts(), produceQIEData(), produceQIETypes(), produceRecoParams(), produceRespCorrs(), produceSiPMCharacteristics(), produceSiPMParameters(), produceTimeCorrs(), produceTimingParams(), produceTPChannelParameters(), produceTPParameters(), produceValidationCorrs(), produceZDCLowGainFractions(), and produceZSThresholds().
|
private |
Definition at line 146 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), and produceRespCorrs().
|
private |
Definition at line 151 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), and produceRespCorrs().
|
private |
Definition at line 147 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), and produceRespCorrs().
|
private |
Definition at line 150 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), and produceRespCorrs().
|
private |
Definition at line 148 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), and produceRespCorrs().
|
private |
Definition at line 145 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), producePedestals_(), producePedestalWidths_(), produceRespCorrs(), and produceSiPMParameters().
|
private |
Definition at line 154 of file HcalHardcodeCalibrations.h.
Referenced by produceRespCorrs().
|
private |
Definition at line 153 of file HcalHardcodeCalibrations.h.
Referenced by produceRespCorrs().
|
private |
Definition at line 152 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), and produceGainWidths().
|
private |
Definition at line 157 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), and produceChannelQuality().
|
private |
Definition at line 149 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), produceChannelQuality(), produceEffectivePedestals(), produceEffectivePedestalWidths(), produceElectronicsMap(), produceFlagHFDigiTimeParams(), produceFrontEndMap(), produceGains(), produceGainWidths(), produceL1TriggerObjects(), produceLongRecoParams(), produceLUTCorrs(), produceLutMetadata(), produceMCParams(), producePedestals(), producePedestalWidths(), producePFCorrs(), producePFCuts(), produceQIEData(), produceQIETypes(), produceRecoParams(), produceRespCorrs(), produceSiPMParameters(), produceTimeCorrs(), produceTimingParams(), produceTPChannelParameters(), produceValidationCorrs(), produceZDCLowGainFractions(), and produceZSThresholds().
|
private |
Definition at line 156 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), and produceChannelQuality().
|
private |
Definition at line 155 of file HcalHardcodeCalibrations.h.
Referenced by HcalHardcodeCalibrations(), and produceRespCorrs().