|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
DataSelectionAgent base in charge of collecting all the refereces to DataObjects in a transient store that passes some selection criteria. More...
#include <GaudiKernel/DataSelectionAgent.h>


Public Member Functions | |
| DataSelectionAgent () | |
| Default creator. | |
| virtual | ~DataSelectionAgent () |
| Destructor. | |
| IDataSelector * | selectedObjects () |
| Return the set of selected DataObjects. | |
| virtual bool | analyse (IRegistry *pRegistry, int) |
| Analyses a given directory entry. | |
Public Member Functions inherited from IDataStoreAgent | |
| virtual | ~IDataStoreAgent () |
| destructor | |
Protected Attributes | |
| IDataSelector | m_objects |
DataSelectionAgent base in charge of collecting all the refereces to DataObjects in a transient store that passes some selection criteria.
The default behaviour is to collect all entries.
Definition at line 17 of file DataSelectionAgent.h.
|
inline |
|
inlinevirtual |
Analyses a given directory entry.
Implements IDataStoreAgent.
Definition at line 32 of file DataSelectionAgent.h.
|
inline |
Return the set of selected DataObjects.
Definition at line 28 of file DataSelectionAgent.h.
|
protected |
Definition at line 19 of file DataSelectionAgent.h.