The Gaudi Framework  v33r0 (d5ea422b)
IEventTimeDecoder.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_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:
33 
35  virtual Gaudi::Time getTime() const = 0;
36 };
37 #endif // GAUDIKERNEL_IEVENTTIMEDECODER_H
Interface that a Tool that decodes the event time has to implement.
DeclareInterfaceID(IAlgTool, 4, 0)
InterfaceID.
Based on seal::Time.
Definition: Time.h:241
The interface implemented by the AlgTool base class.
Definition: IAlgTool.h:33
#define GAUDI_API
Definition: Kernel.h:81