![]() |
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 <WriteHandle.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::WriteHandle<T> can only create new objects in StoreGate; no proxy should already exist. This handle will only return the pointer that has been recorded.
Usage example:
For more information have a look under the package Control/AthenaExamples/AthExHelloWorld
1.8.18