The Gaudi Framework
v28r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IAuditorSvc.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_IAUDITORSVC_H
2
#define GAUDIKERNEL_IAUDITORSVC_H
3
4
#include "
GaudiKernel/IAuditor.h
"
5
#include "
GaudiKernel/IService.h
"
6
#include "
GaudiKernel/System.h
"
7
#include <string>
8
15
class
GAUDI_API
IAuditorSvc
:
virtual
public
extend_interfaces
<IService,
16
IAuditor> {
17
public
:
19
DeclareInterfaceID
(
IAuditorSvc
,3,0);
20
22
virtual
IAuditor
* getAuditor(
const
std::string
&
name
) = 0;
23
24
};
25
26
#endif // INTERFACES_IAUDITORSVC_H
System.h
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:28
IAuditor.h
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:14
std::string
STL class.
extend_interfaces
Base class to be used to extend an interface.
Definition:
extend_interfaces.h:11
IService.h
IAuditorSvc
The interface implemented by the IAuditorSvc base class.
Definition:
IAuditorSvc.h:15
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
IAuditor
The IAuditor is the interface implmented by the AlgAuditor base class.
Definition:
IAuditor.h:18
GaudiKernel
GaudiKernel
IAuditorSvc.h
Generated on Tue Feb 14 2017 13:19:50 for The Gaudi Framework by
1.8.11