Gaudi Framework, version v23r5

Home   Generated: Wed Nov 28 2012
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DataSelectionAgent.h
Go to the documentation of this file.
1 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/DataSelectionAgent.h,v 1.3 2001/11/12 08:42:58 mato Exp $
2 #ifndef GAUDIKERNEL_DATASELECTIONAGENT_H
3 #define GAUDIKERNEL_DATASELECTIONAGENT_H
4 
8 
17 class DataSelectionAgent : virtual public IDataStoreAgent {
18 protected:
20 public:
23  }
25  virtual ~DataSelectionAgent() {
26  }
29  return &m_objects;
30  }
32  virtual bool analyse(IRegistry* pRegistry, int ) {
33  DataObject* obj = pRegistry->object();
34  if ( 0 != obj ) m_objects.push_back(obj);
35  return true;
36  }
37 };
38 #endif // GAUDIKERNEL_DATASELECTIONAGENT_H

Generated at Wed Nov 28 2012 12:17:12 for Gaudi Framework, version v23r5 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004