Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

DataSelectionAgent Class Reference

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>

Inheritance diagram for DataSelectionAgent:

IDataStoreAgent List of all members.

Public Methods

 DataSelectionAgent ()
 Default creator. More...

virtual ~DataSelectionAgent ()
 Destructor. More...

IDataSelectorselectedObjects ()
 Return the set of selected DataObjects. More...

virtual bool analyse (IDataDirectory* dir, int )
 Analyses a given directory entry. More...


Protected Attributes

IDataSelector m_objects

Detailed Description

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.

Author(s):
Markus Frank

Definition at line 18 of file DataSelectionAgent.h.


Constructor & Destructor Documentation

DataSelectionAgent::DataSelectionAgent ( ) [inline]
 

Default creator.

Definition at line 23 of file DataSelectionAgent.h.

DataSelectionAgent::~DataSelectionAgent ( ) [inline, virtual]
 

Destructor.

Definition at line 26 of file DataSelectionAgent.h.


Member Function Documentation

bool DataSelectionAgent::analyse ( IDataDirectory * dir,
int level ) [inline, virtual]
 

Analyses a given directory entry.

Reimplemented from IDataStoreAgent.

Definition at line 33 of file DataSelectionAgent.h.

IDataSelector * DataSelectionAgent::selectedObjects ( ) [inline]
 

Return the set of selected DataObjects.

Definition at line 29 of file DataSelectionAgent.h.


Member Data Documentation

IDataSelector DataSelectionAgent::m_objects [protected]
 

Definition at line 20 of file DataSelectionAgent.h.


The documentation for this class was generated from the following file:
Generated at Wed Nov 21 12:22:09 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000