#include <ESHandle.h>
Public Member Functions | |
edm::eventsetup::ComponentDescription const * | description () const |
ESHandleBase () | |
ESHandleBase (void const *iData, edm::eventsetup::ComponentDescription const *desc) | |
ESHandleBase (std::shared_ptr< ESHandleExceptionFactory > &&iWhyFailed) | |
Used when the attempt to get the data failed. More... | |
bool | failedToGet () const |
bool | isValid () const |
void | swap (ESHandleBase &iOther) |
std::shared_ptr < ESHandleExceptionFactory > const & | whyFailedFactory () const |
Protected Member Functions | |
void const * | productStorage () const |
Private Attributes | |
void const * | data_ |
edm::eventsetup::ComponentDescription const * | description_ |
std::shared_ptr < ESHandleExceptionFactory > | whyFailedFactory_ |
Definition at line 33 of file ESHandle.h.
|
inline |
Definition at line 35 of file ESHandle.h.
|
inline |
Definition at line 36 of file ESHandle.h.
|
inline |
Used when the attempt to get the data failed.
Definition at line 40 of file ESHandle.h.
eventsetup::ComponentDescription const * edm::ESHandleBase::description | ( | ) | const |
Definition at line 10 of file ESHandle.cc.
References description_, Exception, and edm::errors::InvalidReference.
|
inline |
Definition at line 49 of file ESHandle.h.
References whyFailedFactory_.
|
inline |
Definition at line 47 of file ESHandle.h.
References data_, and description_.
Referenced by SiStripDigitizerAlgorithm::accumulateSimHits(), SiStripGainFromCalibTree::algoAnalyze(), SiStripGainFromData::algoBeginJob(), SiStripGainFromData::algoBeginRun(), SiStripGainFromCalibTree::algoBeginRun(), EcalSRCondTools::analyze(), TkAlCaRecoMonitor::analyze(), SiPixelHitEfficiencySource::analyze(), ContainmentCorrectionAnalyzer::analyze(), SiPixelTrackResidualSource::analyze(), EcalRecHitsValidation::analyze(), ValidateGeometry::analyze(), L1TRPCTPG::analyze(), CSCConditions::anodeBXoffset(), AlcaBeamMonitor::beginLuminosityBlock(), SiStripFedCablingReader::beginRun(), SiStripFedCablingBuilder::beginRun(), TrackingCertificationInfo::beginRun(), SiStripCertificationInfo::beginRun(), SiStripOfflineDQM::beginRun(), SiStripDaqInfo::beginRun(), SiStripDcsInfo::beginRun(), TrackingOfflineDQM::beginRun(), RPCTechnicalTrigger::beginRun(), L1TBPTX::bookHistograms(), MuonTransientTrackingRecHitBuilder::build(), CSCConditions::chamberTimingCorrection(), CSCConditions::chipCorrection(), SiTrivialDigitalConverter::convert(), SiTrivialDigitalConverter::convertRaw(), CSCConditions::crossTalk(), CSCConditions::crosstalkIntercept(), CSCConditions::crosstalkSlope(), FTSLuminosityFromLumiSummary::doStreamBeginLuminosityBlock_(), SiStripMonitorDigi::dqmBeginRun(), CastorMonitorModule::dqmBeginRun(), TrackDetMatchInfo::dumpGeometry(), EcalClusterIsoCalculator::EcalClusterIsoCalculator(), ecaldqm::TowerStatusTask::endLuminosityBlock(), EcalDeadCellTriggerPrimitiveFilter::envSet(), EcalDeadCellDeltaRFilter::envSet(), MuonSimHitsValidAnalyzer::fillDT(), GlobalHitsAnalyzer::fillECal(), GlobalHitsProdHist::fillECal(), GlobalHitsProducer::fillECal(), HCALRecHitAnalyzer::FillGeometry(), GlobalHitsAnalyzer::fillHCal(), GlobalHitsProdHist::fillHCal(), GlobalHitsProducer::fillHCal(), GlobalDigisProducer::fillHCal(), GlobalDigisAnalyzer::fillHCal(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), GlobalHitsAnalyzer::fillMuon(), GlobalHitsProdHist::fillMuon(), GlobalHitsProducer::fillMuon(), GlobalDigisAnalyzer::fillMuon(), GlobalRecHitsAnalyzer::fillMuon(), GlobalRecHitsProducer::fillMuon(), GlobalHitsAnalyzer::fillTrk(), GlobalHitsProdHist::fillTrk(), GlobalHitsProducer::fillTrk(), GlobalRecHitsAnalyzer::fillTrk(), GlobalRecHitsProducer::fillTrk(), CSCConditions::gain(), CSCConditions::gasGainCorrection(), SiStripCablingDQM::getActiveDetIds(), L1RCTProducer::getFedVectorFromOmds(), HoECalculator::getHoE(), TrackDetMatchInfo::getPosition(), HcalRechitIsoCalculator::HcalRechitIsoCalculator(), TrackMerger::merge(), CSCConditions::noiseMatrix(), CSCConditions::pedestal(), CSCConditions::pedestalSigma(), CastorSimpleReconstructor::produce(), MFProducer::produce(), JetTracksAssociatorAtCaloFace::produce(), MuonDetLayerGeometryESProducer::produce(), GlobalTrackingGeometryESProducer::produce(), DigiSimLinkProducer::produce(), ShallowGainCalibration::produce(), reco::HcalHaloDataProducer::produce(), reco::EcalHaloDataProducer::produce(), reco::GlobalHaloDataProducer::produce(), CaloGeometryDBEP< T, U >::produceAligned(), CaloGeometryEP< T >::produceAligned(), HcalAlignmentEP::produceHcalAli(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), TrackProducerWithSCAssociation::putInEvt(), core.AutoHandle.AutoHandle::ReallyLoad(), TSGForRoadSearch::setEvent(), PropagateToMuon::startingState(), and MuonIdTruthInfo::truthMatchMuon().
|
inlineprotected |
Definition at line 61 of file ESHandle.h.
References data_, and whyFailedFactory_.
Referenced by edm::ESTransientHandle< T >::product(), and edm::ESHandle< DTT0 >::product().
|
inline |
Definition at line 51 of file ESHandle.h.
References data_, description_, std::swap(), and whyFailedFactory_.
Referenced by HcalLutGenerator::analyze(), and edm::swap().
|
inline |
Definition at line 58 of file ESHandle.h.
References whyFailedFactory_.
|
private |
Definition at line 70 of file ESHandle.h.
Referenced by isValid(), productStorage(), and swap().
|
private |
Definition at line 71 of file ESHandle.h.
Referenced by description(), isValid(), and swap().
|
private |
Definition at line 72 of file ESHandle.h.
Referenced by failedToGet(), productStorage(), swap(), and whyFailedFactory().