The Gaudi Framework
v28r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IChronoStatSvc.h
Go to the documentation of this file.
1
// ============================================================================
2
#ifndef GAUDIKERNEL_ICHRONOSTATSVC_H
3
#define GAUDIKERNEL_ICHRONOSTATSVC_H
4
// ============================================================================
5
// Include files
6
// ============================================================================
7
// STD & STL
8
// ============================================================================
9
#include <iostream>
10
#include <string>
11
// ============================================================================
12
// GaudiKernel
13
// ============================================================================
14
#include "
GaudiKernel/IService.h
"
15
#include "
GaudiKernel/IChronoSvc.h
"
16
#include "
GaudiKernel/IStatSvc.h
"
17
// ============================================================================
33
class
GAUDI_API
IChronoStatSvc
:
virtual
public
extend_interfaces
<IService,
34
IChronoSvc,
35
IStatSvc>
36
{
37
public
:
39
DeclareInterfaceID
(
IChronoStatSvc
,6,0);
40
};
41
// ============================================================================
42
// The END
43
// ============================================================================
44
#endif // GAUDIKERNEL_ICHRONOSTATSVC_H
45
// ============================================================================
46
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
IChronoStatSvc
The IChronoStatSvc is the interface implemented by the ChronoStatService.
Definition:
IChronoStatSvc.h:33
IStatSvc.h
extend_interfaces
Base class to be used to extend an interface.
Definition:
extend_interfaces.h:11
IService.h
IChronoSvc.h
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
GaudiKernel
GaudiKernel
IChronoStatSvc.h
Generated on Tue Feb 14 2017 13:19:50 for The Gaudi Framework by
1.8.11