![]() |
The Gaudi Framework
v30r4 (9b837755)
|
DataHandle subclass metadata for event data handles. More...
#include <GaudiKernel/EventDataHandle.h>
Public Member Functions | |
Metadata (AccessMode access) | |
std::string | whiteBoard () const final override |
Identifier of the Whiteboard implementation used by the subclass. More... | |
AccessMode | access () const final override |
Private Attributes | |
AccessMode | m_access |
Additional Inherited Members | |
![]() | |
enum | AccessMode { AccessMode::Read = 0, AccessMode::Write, AccessMode::NUM_ACCESS_MODES } |
Tell how the whiteboard class will be accessed. More... | |
DataHandle subclass metadata for event data handles.
Definition at line 42 of file EventDataHandle.h.
|
inline |
Definition at line 46 of file EventDataHandle.h.
|
inlinefinaloverridevirtual |
|
inlinefinaloverridevirtual |
Identifier of the Whiteboard implementation used by the subclass.
We must use an open-ended identifier like a string here, in order to allow Gaudi-based experiments to use their own whiteboard implementation without framework-level modifications.
Implements Gaudi::IDataHandleMetadata.
Definition at line 49 of file EventDataHandle.h.
|
private |
Definition at line 55 of file EventDataHandle.h.