ATLAS Offline Software
|
#include <ReadCondHandle.h>
Public Types | |
typedef T * | pointer_type |
typedef const T * | const_pointer_type |
typedef T & | reference_type |
typedef const T & | const_reference_type |
Public Member Functions | |
ReadCondHandle (const SG::ReadCondHandleKey< T > &key) | |
ReadCondHandle (const SG::ReadCondHandleKey< T > &key, const EventContext &ctx) | |
~ReadCondHandle () | |
const std::string & | key () const |
const DataObjID & | fullKey () const |
const_pointer_type | retrieve () |
const_pointer_type | retrieve (const EventIDBase &t) |
const_pointer_type | operator-> () |
const_pointer_type | operator* () |
const_pointer_type | cptr () |
bool | isValid () |
bool | isValid (const EventIDBase &t) const |
bool | range (EventIDRange &r) |
bool | range (const EventIDBase &t, EventIDRange &r) const |
const EventIDRange & | getRange () |
CondCont< T > * | getCC () |
Private Member Functions | |
bool | initCondHandle () |
Private Attributes | |
EventIDBase | m_eid |
CondCont< T > * | m_cc {nullptr} |
const T * | m_obj { nullptr } |
const EventIDRange * | m_range { nullptr } |
const SG::ReadCondHandleKey< T > & | m_hkey |
Definition at line 44 of file ReadCondHandle.h.
typedef const T* SG::ReadCondHandle< T >::const_pointer_type |
Definition at line 48 of file ReadCondHandle.h.
typedef const T& SG::ReadCondHandle< T >::const_reference_type |
Definition at line 50 of file ReadCondHandle.h.
typedef T* SG::ReadCondHandle< T >::pointer_type |
Definition at line 47 of file ReadCondHandle.h.
typedef T& SG::ReadCondHandle< T >::reference_type |
Definition at line 49 of file ReadCondHandle.h.
SG::ReadCondHandle< T >::ReadCondHandle | ( | const SG::ReadCondHandleKey< T > & | key | ) |
Definition at line 95 of file ReadCondHandle.h.
SG::ReadCondHandle< T >::ReadCondHandle | ( | const SG::ReadCondHandleKey< T > & | key, |
const EventContext & | ctx | ||
) |
Definition at line 104 of file ReadCondHandle.h.
|
inline |
Definition at line 57 of file ReadCondHandle.h.
|
inline |
Definition at line 67 of file ReadCondHandle.h.
|
inline |
Definition at line 60 of file ReadCondHandle.h.
|
inline |
Definition at line 77 of file ReadCondHandle.h.
const EventIDRange & SG::ReadCondHandle< T >::getRange |
Definition at line 242 of file ReadCondHandle.h.
|
private |
Definition at line 145 of file ReadCondHandle.h.
bool SG::ReadCondHandle< T >::isValid |
Definition at line 206 of file ReadCondHandle.h.
bool SG::ReadCondHandle< T >::isValid | ( | const EventIDBase & | t | ) | const |
Definition at line 215 of file ReadCondHandle.h.
|
inline |
Definition at line 59 of file ReadCondHandle.h.
|
inline |
Definition at line 66 of file ReadCondHandle.h.
|
inline |
Definition at line 65 of file ReadCondHandle.h.
bool SG::ReadCondHandle< T >::range | ( | const EventIDBase & | t, |
EventIDRange & | r | ||
) | const |
Definition at line 262 of file ReadCondHandle.h.
bool SG::ReadCondHandle< T >::range | ( | EventIDRange & | r | ) |
Definition at line 224 of file ReadCondHandle.h.
const T * SG::ReadCondHandle< T >::retrieve |
Definition at line 162 of file ReadCondHandle.h.
const T * SG::ReadCondHandle< T >::retrieve | ( | const EventIDBase & | t | ) |
Definition at line 185 of file ReadCondHandle.h.
|
private |
Definition at line 84 of file ReadCondHandle.h.
|
private |
Definition at line 83 of file ReadCondHandle.h.
|
private |
Definition at line 88 of file ReadCondHandle.h.
|
private |
Definition at line 85 of file ReadCondHandle.h.
|
private |
Definition at line 86 of file ReadCondHandle.h.