#include <BasicHandle.h>
Public Member Functions | |
BasicHandle () | |
BasicHandle (BasicHandle const &h) | |
BasicHandle (ProductData const &productData) | |
BasicHandle (WrapperBase const *iProd, Provenance const *iProv) | |
BasicHandle (std::shared_ptr< HandleExceptionFactory > const &iWhyFailed) | |
Used when the attempt to get the data failed. More... | |
bool | failedToGet () const |
ProductID | id () const |
bool | isValid () const |
BasicHandle & | operator= (BasicHandle const &rhs) |
Provenance const * | provenance () const |
void | swap (BasicHandle &other) |
std::shared_ptr< cms::Exception > | whyFailed () const |
std::shared_ptr < HandleExceptionFactory > const & | whyFailedFactory () const |
std::shared_ptr < HandleExceptionFactory > & | whyFailedFactory () |
WrapperBase const * | wrapper () const |
~BasicHandle () | |
Private Attributes | |
WrapperBase const * | product_ |
Provenance const * | prov_ |
std::shared_ptr < HandleExceptionFactory > | whyFailedFactory_ |
Definition at line 45 of file BasicHandle.h.
|
inline |
Definition at line 47 of file BasicHandle.h.
|
inline |
Definition at line 51 of file BasicHandle.h.
|
inlineexplicit |
Definition at line 56 of file BasicHandle.h.
|
inline |
Definition at line 65 of file BasicHandle.h.
|
inline |
Used when the attempt to get the data failed.
Definition at line 71 of file BasicHandle.h.
|
inline |
Definition at line 76 of file BasicHandle.h.
|
inline |
Definition at line 95 of file BasicHandle.h.
References whyFailedFactory_.
Referenced by edm::convert_handle(), edm::Event::get(), edm::EventBase::getByLabel(), edm::Event::getByLabel(), and edm::Event::getByToken().
|
inline |
Definition at line 107 of file BasicHandle.h.
References edm::Provenance::productID(), and prov_.
Referenced by edm::convert_handle(), and edm::Event::fillView_().
|
inline |
Definition at line 91 of file BasicHandle.h.
References product_, and prov_.
Referenced by edm::LuminosityBlock::getByLabelImpl(), edm::Run::getByLabelImpl(), edm::Event::getByLabelImpl(), and edm::PrincipalGetAdapter::getByToken_().
|
inline |
|
inline |
Definition at line 103 of file BasicHandle.h.
References prov_.
Referenced by edm::convert_handle(), edm::Event::fillView_(), edm::Event::get(), edm::Event::getByLabel(), edm::LuminosityBlock::getByLabelImpl(), edm::Run::getByLabelImpl(), and edm::Event::getByLabelImpl().
|
inline |
Definition at line 78 of file BasicHandle.h.
References product_, prov_, std::swap(), and whyFailedFactory_.
Referenced by operator=(), and edm::swap().
|
inline |
Definition at line 111 of file BasicHandle.h.
References whyFailedFactory_.
Referenced by edm::convert_handle().
|
inline |
Definition at line 115 of file BasicHandle.h.
References whyFailedFactory_.
Referenced by edm::Event::getByLabel(), and edm::Event::getByToken().
|
inline |
Definition at line 119 of file BasicHandle.h.
References whyFailedFactory_.
|
inline |
Definition at line 99 of file BasicHandle.h.
References product_.
Referenced by edm::convert_handle(), edm::Event::fillView_(), and edm::EventPrincipal::getIt().
|
private |
Definition at line 124 of file BasicHandle.h.
|
private |
Definition at line 125 of file BasicHandle.h.
Referenced by id(), isValid(), provenance(), and swap().
|
private |
Definition at line 126 of file BasicHandle.h.
Referenced by failedToGet(), swap(), whyFailed(), and whyFailedFactory().