|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef STOREGATE_VARHANDLEPROPERTY_H
12 #define STOREGATE_VARHANDLEPROPERTY_H 1
Handle Gaudi property setting for VarHandleKey.
Property(const std::string &name, SG::ReadHandle< T > &value)
Base class for VarHandle types.
Support class for PropertyMgr.
Property(const std::string &name, SG::UpdateHandle< T > &value)
Handle class for recording to StoreGate.
Property(const std::string &name, SG::WriteHandle< T > &value)
Property(const std::string &name, SG::WriteCondHandle< T > &value)
Property(const std::string &name, SG::ReadCondHandle< T > &value)
Handle class for modifying an existing object in StoreGate.
Property(const std::string &name, SG::VarHandleBase &value)
=============================================================================
Handle class for reading from StoreGate.
VarHandleKeyProperty is the class which wraps a SG::VarHandleKey.