Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
v31r0 (aeb156f0)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
namespace
Gaudi
{
15
class
Algorithm
;
16
}
17
32
struct
GAUDI_API
IDataBroker
:
extend_interfaces
<IInterface> {
34
DeclareInterfaceID
(
IDataBroker
, 1, 0 );
35
37
virtual
std::vector<Gaudi::Algorithm*>
38
algorithmsRequiredFor(
const
DataObjIDColl
& requested,
const
std::vector<std::string>
& stoppers = {} )
const
= 0;
39
42
virtual
std::vector<Gaudi::Algorithm*>
43
algorithmsRequiredFor(
const
Gaudi::Utils::TypeNameString
& alg,
44
const
std::vector<std::string>
& stoppers = {} )
const
= 0;
45
};
46
47
#endif // GAUDIKERNEL_IDATABROKER
IDataBroker
Definition:
IDataBroker.h:32
Gaudi::Utils::TypeNameString
Helper class to parse a string of format "type/name".
Definition:
TypeNameString.h:10
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
Alias for backward compatibility.
Definition:
Algorithm.h:56
std::vector< Gaudi::Algorithm * >
TypeNameString.h
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:71
IInterface.h
Gaudi
Helper functions to set/get the application return code.
Definition:
__init__.py:1
GaudiKernel
GaudiKernel
IDataBroker.h
Generated on Mon Feb 11 2019 17:48:15 for The Gaudi Framework by
1.8.11