The Gaudi Framework
v31r0 (aeb156f0)
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, IAuditor> {
16
public
:
18
DeclareInterfaceID
(
IAuditorSvc
, 3, 0 );
19
21
virtual
IAuditor
* getAuditor(
const
std::string
&
name
) = 0;
22
};
23
24
#endif // INTERFACES_IAUDITORSVC_H
System.h
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:41
IAuditor.h
std::string
STL class.
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
IService.h
IAuditorSvc
The interface implemented by the IAuditorSvc base class.
Definition:
IAuditorSvc.h:15
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:71
IAuditor
The IAuditor is the interface implmented by the AlgAuditor base class.
Definition:
IAuditor.h:18
GaudiKernel
GaudiKernel
IAuditorSvc.h
Generated on Mon Feb 11 2019 17:48:15 for The Gaudi Framework by
1.8.11