#include <Handle.h>
Public Types | |
typedef edm::Wrapper< T > | TempWrapT |
Public Member Functions | |
bool | failedToGet () const |
Returns true only if Handle was used in a 'get' call and the data could not be found. More... | |
const std::string | getBranchNameFor (const fwlite::EventBase &iEvent, const char *iModuleLabel, const char *iProductInstanceLabel=nullptr, const char *iProcessLabel=nullptr) |
template<class P > | |
void | getByLabel (const P &iP, const char *iModuleLabel, const char *iProductInstanceLabel=nullptr, const char *iProcessLabel=nullptr) |
Handle () | |
Handle (const Handle< T > &iOther) | |
bool | isValid () const |
const T & | operator* () const |
const T * | operator-> () const |
const Handle< T > & | operator= (const Handle< T > &iOther) |
T const * | product () const |
const T * | ptr () const |
const T & | ref () const |
void | swap (Handle< T > &iOther) |
~Handle () | |
Private Member Functions | |
void | check () const |
Private Attributes | |
const T * | data_ |
ErrorThrower const * | errorThrower_ |
typedef edm::Wrapper<T> fwlite::Handle< T >::TempWrapT |
|
inline |
Definition at line 47 of file Handle.h.
|
inline |
|
inline |
Definition at line 50 of file Handle.h.
|
inlineprivate |
Definition at line 258 of file Handle.h.
Referenced by fwlite::Handle< Collection >::operator*(), fwlite::Handle< Collection >::operator->(), fwlite::Handle< Collection >::product(), fwlite::Handle< Collection >::ptr(), and fwlite::Handle< Collection >::ref().
|
inline |
Returns true only if Handle was used in a 'get' call and the data could not be found.
Definition at line 63 of file Handle.h.
Referenced by fwlite::Scanner< Collection >::fillDataSet(), and fwlite::Scanner< Collection >::scan().
|
inline |
Definition at line 209 of file Handle.h.
|
inline |
Definition at line 100 of file Handle.h.
Referenced by calcSampleName(), HltDiff::compare(), fwlite::Scanner< Collection >::count(), fwlite::Scanner< Collection >::draw(), fwlite::Scanner< Collection >::draw2D(), fwlite::Scanner< Collection >::drawGraph(), fwlite::Scanner< Collection >::drawProf(), FWHLTTriggerTableView::fillAverageAcceptFractions(), fwlite::Scanner< Collection >::fillDataSet(), FWL1TriggerTableView::fillTable(), FWHLTTriggerTableView::fillTable(), FWFileEntry::filterEventsWithCustomParser(), main(), and fwlite::Scanner< Collection >::scan().
|
inline |
Definition at line 60 of file Handle.h.
Referenced by ntupleDataFormat._Object::_checkIsValid(), calcSampleName(), HltDiff::compare(), FWL1TriggerTableView::fillTable(), main(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 265 of file Handle.h.
Referenced by fwlite::Handle< Collection >::getByLabel(), fwlite::Handle< Collection >::isValid(), fwlite::Handle< Collection >::operator*(), fwlite::Handle< Collection >::operator->(), fwlite::Handle< Collection >::product(), fwlite::Handle< Collection >::ptr(), fwlite::Handle< Collection >::ref(), and fwlite::Handle< Collection >::swap().
|
private |
Definition at line 266 of file Handle.h.
Referenced by fwlite::Handle< Collection >::check(), fwlite::Handle< Collection >::failedToGet(), fwlite::Handle< Collection >::getByLabel(), fwlite::Handle< Collection >::swap(), and fwlite::Handle< Collection >::~Handle().