|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef ASG_DATA_HANDLES_VAR_HANDLE_BASE_H
16 #define ASG_DATA_HANDLES_VAR_HANDLE_BASE_H
18 #ifndef XAOD_STANDALONE
84 const std::string&
key()
const;
92 const std::string&
name()
const ;
156 const VarHandleKey*
m_key {
nullptr};
Base class for VarHandle classes.
VarHandleBase(CLID clid, Gaudi::DataHandle::Mode mode)
Constructor with default key.
std::unique_ptr< VarHandleKey > m_ownedKey
An owned VarHandleKey.
const std::string & name() const
Return the StoreGate ID for the referenced object.
const VarHandleKey * m_key
The associated key object.
virtual const std::string & key() const override final
Return the StoreGate ID for the referenced object.