Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all 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:
Inheritance graph
[legend]
Collaboration diagram for DataSelectionAgent:
Collaboration graph
[legend]

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.
 
- Public Member Functions inherited from IDataStoreAgent
virtual ~IDataStoreAgent ()
 destructor
 

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.

{
}
virtual DataSelectionAgent::~DataSelectionAgent ( )
inlinevirtual

Destructor.

Definition at line 25 of file DataSelectionAgent.h.

{
}

Member Function Documentation

virtual bool DataSelectionAgent::analyse ( IRegistry pRegistry,
int   
)
inlinevirtual

Analyses a given directory entry.

Implements IDataStoreAgent.

Definition at line 32 of file DataSelectionAgent.h.

{
DataObject* obj = pRegistry->object();
if ( 0 != obj ) m_objects.push_back(obj);
return true;
}
IDataSelector* DataSelectionAgent::selectedObjects ( )
inline

Return the set of selected DataObjects.

Definition at line 28 of file DataSelectionAgent.h.

{
return &m_objects;
}

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:

Generated at Wed Dec 4 2013 14:33:15 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004