#include <ESHandle.h>
Public Member Functions | |
edm::eventsetup::ComponentDescription const * | description () const |
ESHandleBase ()=default | |
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 |
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 |
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 9 of file ESHandle.cc.
References description_, Exception, and edm::errors::InvalidReference.
Referenced by tmtt::TMTrackProducer::beginRun(), and tt::ProducerSetup::produce().
|
inline |
Definition at line 46 of file ESHandle.h.
References electrons_cff::bool, and whyFailedFactory_.
|
inline |
Definition at line 44 of file ESHandle.h.
References data_, and description_.
Referenced by ntupleDataFormat._Object::_checkIsValid(), SiStripDigitizerAlgorithm::accumulateSimHits(), DTGeometryTest::analyze(), edmtest::AlignPCLThresholdsReader< T, R >::analyze(), EcalSRCondTools::analyze(), DTGeometryValidate::analyze(), HGCalRecHitValidation::analyze(), SiPixelHitEfficiencySource::analyze(), ValidateGeometry::analyze(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), CSCConditions::anodeBXoffset(), SiStripFedCablingReader::beginRun(), edmtest::L1TriggerScalerESAnalyzer::beginRun(), MuonSensitiveDetectorBuilder::beginRun(), HcalSensitiveDetectorBuilder::beginRun(), SimG4HGCalValidation::beginRun(), TrackingCertificationInfo::beginRun(), TrackingOfflineDQM::beginRun(), RPCTechnicalTrigger::beginRun(), MTDTransientTrackingRecHitBuilder::build(), MuonTransientTrackingRecHitBuilder::build(), CSCConditions::chamberTimingCorrection(), CSCConditions::chipCorrection(), CSCConditions::crossTalk(), CSCConditions::crosstalkIntercept(), CSCConditions::crosstalkSlope(), Phase2TrackerValidateDigi::dqmBeginRun(), SiStripMonitorDigi::dqmBeginRun(), HGCalRecHitValidation::dqmBeginRun(), HGCalHitValidation::dqmBeginRun(), PropagateToMuon::extrapolate(), MuonSimHitsValidAnalyzer::fillDT(), CSCConditions::gain(), CSCConditions::gasGainCorrection(), CastorDigiMonitor::getDbData(), L1RCTProducer::getFedVectorFromOmds(), AlcaBeamMonitor::globalBeginLuminosityBlock(), L1TCaloLayer1FetchLUTs(), HGCScintillatorSensitiveDetectorBuilder::make(), HFNoseSensitiveDetectorBuilder::make(), HGCalSensitiveDetectorBuilder::make(), CSCConditions::noiseMatrix(), operator bool(), operator!(), CSCConditions::pedestal(), CSCConditions::pedestalSigma(), MFProducer::produce(), photonIsolationHIProducer::produce(), CastorSimpleReconstructor::produce(), TGeoMgrFromDdd::produce(), CSCTriggerPrimitivesProducer::produce(), ShallowGainCalibration::produce(), reco::GlobalHaloDataProducer::produce(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), TrackProducerWithSCAssociation::putInEvt(), core.AutoHandle.AutoHandle::ReallyLoad(), TrackTransformer::setServices(), PropagateToMuon::startingState(), and ThrParameters::ThrParameters().
|
inlineexplicit |
|
inline |
|
inlineprotected |
Definition at line 61 of file ESHandle.h.
References data_, and whyFailedFactory_.
Referenced by edm::ESTransientHandle< T >::product(), edm::ESHandle< MuonDetLayerGeometry >::product(), and edm::ESHandle< fwliteeswriter::DummyType >::product().
|
inline |
Definition at line 52 of file ESHandle.h.
References data_, description_, std::swap(), and whyFailedFactory_.
Referenced by HcalLutGenerator::analyze().
|
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().