Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiAlg.cpp

Go to the documentation of this file.
00001 // $Id: GaudiAlg.cpp,v 1.4 2005/11/18 17:28:32 mato Exp $
00002 // ============================================================================
00003 // Include files
00004 // ============================================================================
00005 // STD & STL 
00006 // ============================================================================
00007 #include <string>
00008 // ============================================================================
00009 // GaudiAlg 
00010 // ============================================================================
00011 #include "GaudiAlg/GaudiAlg.h"
00012 // ============================================================================
00013 // Boots
00014 // ============================================================================
00015 #include "boost/lexical_cast.hpp"
00016 // ============================================================================
00017 
00024 // ============================================================================
00031 // ============================================================================
00032 std::string fileLine( const int number ) 
00033 { return boost::lexical_cast<std::string>( number ) ; } ;
00034 // ============================================================================

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