| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

IChronoStatSvc.h

Go to the documentation of this file.
00001 // $Id: IChronoStatSvc.h,v 1.10 2007/08/06 08:39:39 marcocle Exp $
00002 // ============================================================================
00003 // CVS tag $Name: GAUDI_v20r4-pre $, version $Revision: 1.10 $#i
00004 // ============================================================================
00005 #ifndef     GAUDIKERNEL_ICHRONOSTATSVC_H
00006 #define     GAUDIKERNEL_ICHRONOSTATSVC_H
00007 // ============================================================================
00008 // Include files
00009 // ============================================================================
00010 // STD & STL 
00011 // ============================================================================
00012 #include <iostream>
00013 #include <string>
00014 // ============================================================================
00015 // GaudiKernel
00016 // ============================================================================
00017 #include "GaudiKernel/IService.h"
00018 #include "GaudiKernel/IChronoSvc.h"
00019 #include "GaudiKernel/IStatSvc.h"
00020 // ============================================================================
00036 class IChronoStatSvc 
00037   : virtual public IService
00038   , virtual public IChronoSvc
00039   , virtual public IStatSvc
00040 {  
00041 public:
00043   static const InterfaceID& interfaceID() ;
00044 protected:
00045   // virtual and destructor
00046   virtual ~IChronoStatSvc(); 
00047 };
00048 // ============================================================================
00049 // The END
00050 // ============================================================================
00051 #endif  //  GAUDIKERNEL_ICHRONOSTATSVC_H
00052 // ============================================================================
00053 
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:56:57 2011 for GaudiKernel by doxygen 1.4.7