#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=0, const char *iProcessLabel=0) |
template<class P > | |
void | getByLabel (const P &iP, const char *iModuleLabel, const char *iProductInstanceLabel=0, const char *iProcessLabel=0) |
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 |
|
inline |
|
inline |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
Definition at line 91 of file Handle.h.
Referenced by fwlite::ObjectCountSelector< Collection >::accept(), FWHLTTriggerTableView::fillAverageAcceptFractions(), FWL1TriggerTableView::fillTable(), FWHLTTriggerTableView::fillTable(), and main().
|
inline |
Definition at line 61 of file Handle.h.
Referenced by FWL1TriggerTableView::fillTable(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |