The Gaudi Framework
v33r0 (d5ea422b)
IDetDataSvc.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3
* *
4
* This software is distributed under the terms of the Apache version 2 licence, *
5
* copied verbatim in the file "LICENSE". *
6
* *
7
* In applying this licence, CERN does not waive the privileges and immunities *
8
* granted to it by virtue of its status as an Intergovernmental Organization *
9
* or submit itself to any jurisdiction. *
10
\***********************************************************************************/
11
#ifndef GAUDIKERNEL_IDETDATASVC_H
12
#define GAUDIKERNEL_IDETDATASVC_H 1
13
14
// Base class
15
#include "
GaudiKernel/IInterface.h
"
16
17
// Forward declarations
18
namespace
Gaudi
{
19
class
Time;
20
}
21
23
//--------------------------------------------------------------------------
31
32
class
GAUDI_API
IDetDataSvc
:
virtual
public
IInterface
{
33
public
:
35
DeclareInterfaceID
(
IDetDataSvc
, 2, 0 );
36
38
virtual
bool
validEventTime()
const
= 0;
39
41
virtual
const
Gaudi::Time
& eventTime()
const
= 0;
42
44
virtual
void
setEventTime(
const
Gaudi::Time
& ) = 0;
45
};
46
47
#endif // GAUDIKERNEL_IDETDATASVC_H
IDetDataSvc
Abstract interface for a DataSvc manipulating condition data (i.e.
Definition:
IDetDataSvc.h:32
Gaudi::Time
Based on seal::Time.
Definition:
Time.h:241
IInterface
Definition of the basic interface.
Definition:
IInterface.h:254
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:23
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:81
IInterface.h
Gaudi
Header file for std:chrono::duration-based Counters.
Definition:
__init__.py:1
GaudiKernel
GaudiKernel
IDetDataSvc.h
Generated on Mon Dec 16 2019 23:26:33 for The Gaudi Framework by
1.8.15