#include <BasicHandle.h>
Public Member Functions | |
BasicHandle () | |
BasicHandle (BasicHandle const &h) | |
BasicHandle (BasicHandle &&h)=default | |
BasicHandle (WrapperBase const *iProd, Provenance const *iProv) | |
BasicHandle (std::shared_ptr< HandleExceptionFactory > const &iWhyFailed) | |
Used when the attempt to get the data failed. More... | |
void | clear () |
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 43 of file BasicHandle.h.
|
inline |
Definition at line 45 of file BasicHandle.h.
|
inline |
Definition at line 49 of file BasicHandle.h.
References h.
|
default |
|
inline |
Definition at line 56 of file BasicHandle.h.
|
inline |
Used when the attempt to get the data failed.
Definition at line 62 of file BasicHandle.h.
|
inline |
Definition at line 67 of file BasicHandle.h.
|
inline |
Definition at line 114 of file BasicHandle.h.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), edm::OccurrenceForOutput::getByToken(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), BeautifulSoup.Tag::setString(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
|
inline |
Definition at line 86 of file BasicHandle.h.
References electrons_cff::bool.
Referenced by edm::convert_handle(), edm::Event::get(), edm::EventBase::getByLabel(), edm::Event::getByLabel(), edm::OccurrenceForOutput::getByToken(), and edm::Event::getByToken().
|
inline |
Definition at line 98 of file BasicHandle.h.
Referenced by edm::convert_handle(), and edm::Event::fillView_().
|
inline |
Definition at line 82 of file BasicHandle.h.
Referenced by ntupleDataFormat._Object::_checkIsValid(), edm::Event::getByLabelImpl(), edm::PrincipalGetAdapter::getByToken_(), edm::Event::getImpl(), edm::EventPrincipal::getThinnedProduct(), edm::EventPrincipal::getThinnedProducts(), core.AutoHandle.AutoHandle::ReallyLoad(), and edm::StreamSerializer::serializeEvent().
|
inline |
|
inline |
Definition at line 94 of file BasicHandle.h.
Referenced by edm::check(), edm::convert_handle(), edm::RootOutputFile::fillBranches(), edm::Event::fillView_(), edm::Event::get(), edm::Event::getByLabel(), edm::Event::getByLabelImpl(), edm::Event::getImpl(), edm::StreamSerializer::serializeEvent(), and edm::ProvenanceCheckerOutputModule::write().
|
inline |
Definition at line 69 of file BasicHandle.h.
References product_, prov_, edm::swap(), std::swap(), and whyFailedFactory_.
Referenced by edm::swap().
|
inline |
Definition at line 102 of file BasicHandle.h.
Referenced by edm::convert_handle().
|
inline |
Definition at line 106 of file BasicHandle.h.
Referenced by edm::Event::getByLabel(), and edm::Event::getByToken().
|
inline |
Definition at line 110 of file BasicHandle.h.
|
inline |
Definition at line 90 of file BasicHandle.h.
Referenced by edm::convert_handle(), edm::RootOutputFile::fillBranches(), edm::Event::fillView_(), edm::OccurrenceForOutput::getByToken(), edm::EventPrincipal::getIt(), edm::EventPrincipal::getThinnedProduct(), edm::EventPrincipal::getThinnedProducts(), and edm::StreamSerializer::serializeEvent().
|
private |
Definition at line 121 of file BasicHandle.h.
Referenced by swap().
|
private |
Definition at line 122 of file BasicHandle.h.
Referenced by swap().
|
private |
Definition at line 123 of file BasicHandle.h.
Referenced by swap().