| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

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:

[legend]
Collaboration diagram for DataSelectionAgent:
[legend]
List of all members.

Public Member Functions

 DataSelectionAgent ()
 Default creator.
virtual ~DataSelectionAgent ()
 Destructor.
IDataSelectorselectedObjects ()
 Return the set of selected DataObjects.
virtual bool analyse (IRegistry *pRegistry, int)
 Analyses a given directory entry.

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:
Markus Frank

Definition at line 17 of file DataSelectionAgent.h.


Constructor & Destructor Documentation

DataSelectionAgent::DataSelectionAgent (  )  [inline]

Default creator.

Definition at line 22 of file DataSelectionAgent.h.

00022                        {
00023   }

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

Destructor.

Definition at line 25 of file DataSelectionAgent.h.

00025                                  {
00026   }


Member Function Documentation

IDataSelector* DataSelectionAgent::selectedObjects (  )  [inline]

Return the set of selected DataObjects.

Definition at line 28 of file DataSelectionAgent.h.

00028                                       {
00029     return &m_objects;
00030   }

virtual bool DataSelectionAgent::analyse ( IRegistry pRegistry,
int   
) [inline, virtual]

Analyses a given directory entry.

Implements IDataStoreAgent.

Definition at line 32 of file DataSelectionAgent.h.

00032                                                      {
00033     DataObject* obj = pRegistry->object();
00034     if ( 0 != obj ) m_objects.push_back(obj);
00035     return true;
00036   }


Member Data Documentation

IDataSelector DataSelectionAgent::m_objects [protected]

Definition at line 19 of file DataSelectionAgent.h.


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:06 2011 for GaudiKernel by doxygen 1.4.7