The Gaudi Framework  v30r3 (a5ef0a68)
IEventTimeDecoder.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_IEVENTTIMEDECODER_H
2 #define GAUDIKERNEL_IEVENTTIMEDECODER_H 1
3 
4 // Include files
5 // from STL
6 #include <string>
7 
8 // from Gaudi
9 #include "GaudiKernel/IAlgTool.h"
10 #include "GaudiKernel/Time.h"
11 
19 class GAUDI_API IEventTimeDecoder : virtual public IAlgTool
20 {
21 public:
24 
26  virtual Gaudi::Time getTime() const = 0;
27 };
28 #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:237
The interface implemented by the AlgTool base class.
Definition: IAlgTool.h:23
#define GAUDI_API
Definition: Kernel.h:104