The Gaudi Framework
master (37c0b60a)
IEventTimeDecoder.h
Go to the documentation of this file.
1
/***********************************************************************************\
2
* (c) Copyright 1998-2024 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_IEVENTTIMEDECODER_H
12
#define GAUDIKERNEL_IEVENTTIMEDECODER_H 1
13
14
// Include files
15
// from STL
16
#include <string>
17
18
// from Gaudi
19
#include <
GaudiKernel/IAlgTool.h
>
20
#include <
GaudiKernel/Time.h
>
21
29
class
GAUDI_API
IEventTimeDecoder
:
virtual
public
IAlgTool
{
30
public
:
32
DeclareInterfaceID
(
IEventTimeDecoder
, 2, 0 );
33
35
virtual
Gaudi::Time
getTime
()
const
= 0;
36
};
37
#endif // GAUDIKERNEL_IEVENTTIMEDECODER_H
IAlgTool
Definition:
IAlgTool.h:33
IEventTimeDecoder::getTime
virtual Gaudi::Time getTime() const =0
Return the time of current event.
IEventTimeDecoder
Definition:
IEventTimeDecoder.h:29
Gaudi::Time
Definition:
Time.h:241
IAlgTool.h
IEventTimeDecoder::DeclareInterfaceID
DeclareInterfaceID(IEventTimeDecoder, 2, 0)
InterfaceID.
Time.h
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:81
GaudiKernel
include
GaudiKernel
IEventTimeDecoder.h
Generated on Thu Dec 19 2024 15:35:01 for The Gaudi Framework by
1.8.18