ATLAS Offline Software
Classes | Namespaces | Typedefs
DynamicDataHelper.h File Reference
#include "AthenaBaseComps/GaudiComponentVisitor.h"
#include "AthenaBaseComps/IDynamicDataConsumer.h"
#include "GaudiKernel/StatusCode.h"
Include dependency graph for DynamicDataHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ath::DataObjID_PtrHasher
 
struct  Ath::DataObjID_PtrEqual
 
class  Ath::DynamicDataHelper
 Helper class to gather all declared data IDs and propagate them to components which declare data dependencies dynamically. More...
 

Namespaces

 Ath
 

Typedefs

using Ath::DataObjIDPtrColl = std::unordered_set< const DataObjID *, DataObjID_PtrHasher, DataObjID_PtrEqual >