The Gaudi Framework
v30r3 (a5ef0a68)
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
{
17
public
:
19
DeclareInterfaceID
(
IAuditorSvc
, 3, 0 );
20
22
virtual
IAuditor
* getAuditor(
const
std::string
&
name
) = 0;
23
};
24
25
#endif // INTERFACES_IAUDITORSVC_H
System.h
gaudiComponentHelp.name
name
Definition:
gaudiComponentHelp.py:32
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:104
IAuditor
The IAuditor is the interface implmented by the AlgAuditor base class.
Definition:
IAuditor.h:18
GaudiKernel
GaudiKernel
IAuditorSvc.h
Generated on Wed Aug 1 2018 23:21:03 for The Gaudi Framework by
1.8.11