Gaudi Framework, version v20r4

Generated: 8 Jan 2009

IHistoTool.cpp

Go to the documentation of this file.
00001 // $Id: IHistoTool.cpp,v 1.2 2005/01/18 15:51:53 mato Exp $
00002 // ============================================================================
00003 // Include files
00004 // ============================================================================
00005 // GaudiKernel
00006 // ============================================================================
00007 #include "GaudiKernel/IInterface.h"
00008 // ============================================================================
00009 // local
00010 // ============================================================================
00011 #include "GaudiAlg/IHistoTool.h"
00012 // ============================================================================
00013 
00014 // ============================================================================
00021 // ============================================================================
00022 
00023 namespace 
00024 {
00025   const InterfaceID IID_IHistoTool ( "IHistoTool" , 1 , 0 ) ;
00026 };
00027 
00028 // ============================================================================
00030 // ============================================================================
00031 const InterfaceID& IHistoTool::interfaceID() { return IID_IHistoTool ; }
00032 // ============================================================================
00033 
00034 // ============================================================================
00036 // ============================================================================
00037 IHistoTool::~IHistoTool() {}
00038 // ============================================================================

Generated at Thu Jan 8 17:44:19 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004