#include <ESHandle.h>
Public Member Functions | |
edm::eventsetup::ComponentDescription const * | description () const |
ESHandleBase ()=default | |
ESHandleBase (std::shared_ptr< ESHandleExceptionFactory > &&iWhyFailed) | |
Used when the attempt to get the data failed. More... | |
ESHandleBase (void const *iData, edm::eventsetup::ComponentDescription const *desc) | |
bool | failedToGet () const |
bool | isValid () const |
operator bool () const | |
bool | operator! () const |
void | swap (ESHandleBase &iOther) |
std::shared_ptr< ESHandleExceptionFactory > const & | whyFailedFactory () const |
Protected Member Functions | |
void const * | productStorage () const |
Private Attributes | |
void const * | data_ {nullptr} |
edm::eventsetup::ComponentDescription const * | description_ {nullptr} |
std::shared_ptr< ESHandleExceptionFactory > | whyFailedFactory_ {nullptr} |
Definition at line 33 of file ESHandle.h.
|
default |
|
inline |
Definition at line 36 of file ESHandle.h.
|
inline |
eventsetup::ComponentDescription const * edm::ESHandleBase::description | ( | ) | const |
Definition at line 9 of file ESHandle.cc.
References description_, Exception, and edm::errors::InvalidReference.
Referenced by trackerDTC::ProducerES::produce().
|
inline |
|
inline |
Definition at line 44 of file ESHandle.h.
References data_, and description_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), SiStripDigitizerAlgorithm::accumulateSimHits(), DTGeometryTest::analyze(), GEMEfficiencyAnalyzer::analyze(), EcalSRCondTools::analyze(), DTGeometryValidate::analyze(), SiPixelHitEfficiencySource::analyze(), HcalTestNumberingTester::analyze(), ContainmentCorrectionAnalyzer::analyze(), SiPixelTrackResidualSource::analyze(), EcalRecHitsValidation::analyze(), GEMGeometryValidate::analyze(), ME0GeometryValidate::analyze(), RPCGeometryValidate::analyze(), CSCGeometryValidate::analyze(), L1TRPCTPG::analyze(), ValidateGeometry::analyze(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), CSCConditions::anodeBXoffset(), EcalDeadCellDeltaRFilter::beginLuminosityBlock(), SiStripFedCablingReader::beginRun(), SiStripCertificationInfo::beginRun(), SiStripDaqInfo::beginRun(), TrackingCertificationInfo::beginRun(), SiStripDcsInfo::beginRun(), TrackingOfflineDQM::beginRun(), SiStripOfflineDQM::beginRun(), RPCTechnicalTrigger::beginRun(), L1TBPTX::bookHistograms(), MTDTransientTrackingRecHitBuilder::build(), MuonTransientTrackingRecHitBuilder::build(), CaloSD::CaloSD(), CaloTrkProcessing::CaloTrkProcessing(), CSCConditions::chamberTimingCorrection(), CSCConditions::chipCorrection(), SiTrivialDigitalConverter::convert(), SiTrivialDigitalConverter::convertRaw(), TGeoFromDddService::createManager(), CSCConditions::crossTalk(), CSCConditions::crosstalkIntercept(), CSCConditions::crosstalkSlope(), Phase2TrackerValidateDigi::dqmBeginRun(), SiStripMonitorDigi::dqmBeginRun(), HGCGeometryValidation::dqmBeginRun(), HGCalHitValidation::dqmBeginRun(), EcalClusterIsoCalculator::EcalClusterIsoCalculator(), ECalSD::ECalSD(), ecaldqm::TowerStatusTask::endLuminosityBlock(), FiberSD::FiberSD(), MuonSimHitsValidAnalyzer::fillDT(), GlobalHitsAnalyzer::fillECal(), GlobalHitsProdHist::fillECal(), GlobalHitsProducer::fillECal(), HCALRecHitAnalyzer::FillGeometry(), GlobalHitsAnalyzer::fillHCal(), GlobalHitsProdHist::fillHCal(), GlobalHitsProducer::fillHCal(), GlobalDigisProducer::fillHCal(), GlobalDigisAnalyzer::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(), CastorDigiMonitor::getDbData(), L1RCTProducer::getFedVectorFromOmds(), HoECalculator::getHoE(), AlcaBeamMonitor::globalBeginLuminosityBlock(), L1TriggerJSONMonitoring::globalBeginRun(), HcalRechitIsoCalculator::HcalRechitIsoCalculator(), HCalSD::HCalSD(), HcalTB02SD::HcalTB02SD(), HcalTB06BeamSD::HcalTB06BeamSD(), HcalTestNS::HcalTestNS(), MuonSensitiveDetector::MuonSensitiveDetector(), CSCConditions::noiseMatrix(), operator bool(), operator!(), CSCConditions::pedestal(), CSCConditions::pedestalSigma(), MFProducer::produce(), CastorSimpleReconstructor::produce(), JetTracksAssociatorAtCaloFace::produce(), CSCTriggerPrimitivesProducer::produce(), TGeoMgrFromDdd::produce(), ShallowGainCalibration::produce(), reco::GlobalHaloDataProducer::produce(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), TrackProducerWithSCAssociation::putInEvt(), core.AutoHandle.AutoHandle::ReallyLoad(), TSGForRoadSearch::setEvent(), TrackTransformer::setServices(), PropagateToMuon::startingState(), and SimG4HGCalValidation::update().
|
inlineexplicit |
|
inline |
|
inlineprotected |
Definition at line 61 of file ESHandle.h.
References data_, and whyFailedFactory_.
Referenced by edm::ESTransientHandle< T >::product(), and edm::ESHandle< MTDDetLayerGeometry >::product().
|
inline |
Definition at line 52 of file ESHandle.h.
References data_, description_, std::swap(), and whyFailedFactory_.
Referenced by HcalLutGenerator::analyze().
|
inline |
|
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().