Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes
DataHandleBase.h File Reference
#include <string>
#include "AthenaKernel/IProxyDict.h"
#include "AthenaKernel/IResetable.h"
#include "SGTools/DataProxy.h"
#include "SGTools/ProxyMap.h"
#include "CxxUtils/checker_macros.h"
Include dependency graph for DataHandleBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DataHandleBase
 an iterator over instances 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...