The Gaudi Framework
v30r4 (9b837755)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IDataBroker.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_IDATABROKER_H
2
#define GAUDIKERNEL_IDATABROKER_H
3
4
// Framework includes
5
#include "
GaudiKernel/DataObjID.h
"
6
#include "
GaudiKernel/IInterface.h
"
7
#include "
GaudiKernel/TypeNameString.h
"
8
9
// C++ includes
10
#include <string>
11
#include <vector>
12
13
// Forward class declaration
14
class
Algorithm
;
15
30
struct
GAUDI_API
IDataBroker
:
extend_interfaces
<IInterface> {
32
DeclareInterfaceID
(
IDataBroker
, 1, 0 );
33
35
virtual
std::vector<Algorithm*>
algorithmsRequiredFor(
const
DataObjIDColl
& requested,
36
const
std::vector<std::string>
& stoppers = {} )
const
= 0;
37
40
virtual
std::vector<Algorithm*>
algorithmsRequiredFor(
const
Gaudi::Utils::TypeNameString
& alg,
41
const
std::vector<std::string>
& stoppers = {} )
const
= 0;
42
};
43
44
#endif // GAUDIKERNEL_IDATABROKER
IDataBroker
Definition:
IDataBroker.h:30
Gaudi::Utils::TypeNameString
Helper class to parse a string of format "type/name".
Definition:
TypeNameString.h:12
DeclareInterfaceID
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:13
extend_interfaces
Base class to be used to extend an interface.
Definition:
extend_interfaces.h:5
std::unordered_set< DataObjID, DataObjID_Hasher >
DataObjID.h
Algorithm
Base class from which all concrete algorithm classes should be derived.
Definition:
Algorithm.h:79
std::vector< Algorithm * >
TypeNameString.h
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:71
IInterface.h
GaudiKernel
GaudiKernel
IDataBroker.h
Generated on Fri Nov 2 2018 17:40:09 for The Gaudi Framework by
1.8.11