Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IEventTimeDecoder.h
Go to the documentation of this file.
1 // $Id: IEventTimeDecoder.h,v 1.1 2008/07/17 13:29:55 marcocle Exp $
2 #ifndef GAUDIKERNEL_IEVENTTIMEDECODER_H
3 #define GAUDIKERNEL_IEVENTTIMEDECODER_H 1
4 
5 // Include files
6 // from STL
7 #include <string>
8 
9 // from Gaudi
10 #include "GaudiKernel/IAlgTool.h"
11 #include "GaudiKernel/Time.h"
12 
20 class GAUDI_API IEventTimeDecoder: virtual public IAlgTool {
21 public:
24 
26  virtual Gaudi::Time getTime() const = 0;
27 
28 };
29 #endif // GAUDIKERNEL_IEVENTTIMEDECODER_H

Generated at Wed Dec 4 2013 14:33:08 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004