ATLAS Offline Software
|
a smart pointer to an object of a given type in an IProxyDict
(such as StoreGateSvc). It d-casts and caches locally the pointed-at object, to speed-up subsequent accesses. It can be reset by the store for asynchronous updates (IOVSvc)
More...
#include <ReadHandle.h>
a smart pointer to an object of a given type in an IProxyDict
(such as StoreGateSvc). It d-casts and caches locally the pointed-at object, to speed-up subsequent accesses. It can be reset by the store for asynchronous updates (IOVSvc)
SG::ReadHandle<T>
can access const and non-const proxies in StoreGate but cannot modify them (i.e.: it is actually a const T*). A valid proxy must already exist in StoreGate.
Usage example:
For more information have a look under the package Control/AthenaExamples/AthExHelloWorld