Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012

IEventTimeDecoder.h

Go to the documentation of this file.
00001 // $Id: IEventTimeDecoder.h,v 1.1 2008/07/17 13:29:55 marcocle Exp $
00002 #ifndef GAUDIKERNEL_IEVENTTIMEDECODER_H
00003 #define GAUDIKERNEL_IEVENTTIMEDECODER_H 1
00004 
00005 // Include files
00006 // from STL
00007 #include <string>
00008 
00009 // from Gaudi
00010 #include "GaudiKernel/IAlgTool.h"
00011 #include "GaudiKernel/Time.h"
00012 
00020 class GAUDI_API IEventTimeDecoder: virtual public IAlgTool {
00021 public:
00023   DeclareInterfaceID(IEventTimeDecoder,2,0);
00024 
00026   virtual Gaudi::Time getTime() const = 0;
00027 
00028 };
00029 #endif // GAUDIKERNEL_IEVENTTIMEDECODER_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:19 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004