The Gaudi Framework
v26r2
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IDetDataSvc.h
Go to the documentation of this file.
1
//$Id: IDetDataSvc.h,v 1.4 2008/10/27 19:22:20 marcocle Exp $
2
#ifndef GAUDIKERNEL_IDETDATASVC_H
3
#define GAUDIKERNEL_IDETDATASVC_H 1
4
5
// Base class
6
#include "
GaudiKernel/IInterface.h
"
7
8
// Forward declarations
9
namespace
Gaudi
{
class
Time; }
10
12
//--------------------------------------------------------------------------
20
21
class
GAUDI_API
IDetDataSvc
:
virtual
public
IInterface
22
{
23
public
:
25
DeclareInterfaceID
(
IDetDataSvc
,2,0);
26
28
virtual
bool
validEventTime()
const
= 0;
29
31
virtual
const
Gaudi::Time
& eventTime()
const
= 0;
32
34
virtual
void
setEventTime(
const
Gaudi::Time
& ) = 0;
35
};
36
37
#endif // GAUDIKERNEL_IDETDATASVC_H
IDetDataSvc
Definition:
IDetDataSvc.h:21
Gaudi::Time
Based on seal::Time.
Definition:
Time.h:214
IInterface
Definition of the basic interface.
Definition:
IInterface.h:160
DeclareInterfaceID
#define DeclareInterfaceID(name, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:23
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:108
IInterface.h
Gaudi
Helper functions to set/get the application return code.
Definition:
__init__.py:1
GaudiKernel
GaudiKernel
IDetDataSvc.h
Generated on Thu May 21 2015 14:27:22 for The Gaudi Framework by
1.8.9.1