11#ifndef STOREGATE_VARHANDLEPROPERTY_H
12#define STOREGATE_VARHANDLEPROPERTY_H 1
Handle class for reading from StoreGate.
Handle class for recording to StoreGate.
Handle class for modifying an existing object in StoreGate.
Handle Gaudi property setting for VarHandleKey.
Property(const std::string &name, SG::ReadCondHandle< T > &value)
Property(const std::string &name, SG::ReadHandle< T > &value)
Property(const std::string &name, SG::UpdateHandle< T > &value)
Property(const std::string &name, SG::VarHandleBase &value)
Property(const std::string &name, SG::WriteCondHandle< T > &value)
Property(const std::string &name, SG::WriteHandle< T > &value)
Base class for VarHandle types.
VarHandleKeyProperty is the class which wraps a SG::VarHandleKey.
VarHandleKeyProperty(const std::string &name, SG::VarHandleKey &ref)
Constructor with parameters.
const SG::VarHandleKey & value() const
Return the value object for this Property.
=============================================================================