The Gaudi Framework
v30r3 (a5ef0a68)
|
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. More... | |
virtual | ~DataSelectionAgent () |
Destructor. More... | |
IDataSelector * | selectedObjects () |
Return the set of selected DataObjects. More... | |
bool | analyse (IRegistry *pRegistry, int) override |
Analyses a given directory entry. More... | |
Public Member Functions inherited from IDataStoreAgent | |
virtual | ~IDataStoreAgent ()=default |
destructor More... | |
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 16 of file DataSelectionAgent.h.
|
inline |
|
inlinevirtual |
|
inlineoverridevirtual |
Analyses a given directory entry.
Implements IDataStoreAgent.
Definition at line 29 of file DataSelectionAgent.h.
|
inline |
|
protected |
Definition at line 19 of file DataSelectionAgent.h.