ATLAS Offline Software
|
#include "AthenaKernel/DataBucket.h"
#include "AthenaKernel/IResetable.h"
#include "AthenaKernel/IProxyDict.h"
#include "SGTools/ProxyMap.h"
#include "SGTools/DataProxy.h"
#include "SGTools/DataHandleBase.h"
#include "CxxUtils/checker_macros.h"
#include <iterator>
#include <iostream>
#include "StoreGate/DataHandle.icc"
#include "StoreGate/ActiveStoreSvc.h"
Go to the source code of this file.
Classes | |
class | DataHandle< DATA > |
an iterator over instances of a given type in 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... | |
defines an "iterator" over instances of a given type in StoreGateSvc
Definition in file DataHandle.h.