| Report problems to ATLAS LXR Team (with time and IP address indicated) |
|
[ source navigation ] [ diff markup ] [ identifier search ] [ general search ] |
||||
|
||||||
| Links to LXR source navigation pages for stable releases | [ 12.*.* ] [ 13.*.* ] [ 14.*.* ] [ 15.*.* ] | |||||
001 // $Id: GaudiAlg.h,v 1.4 2006/03/09 10:28:14 hmd Exp $ 002 // ============================================================================ 003 #ifndef GAUDIALG_GAUDIALG_H 004 #define GAUDIALG_GAUDIALG_H 1 005 // ============================================================================ 006 // Include files 007 // ============================================================================ 008 // STD & STL 009 // ============================================================================ 010 #include <string> 011 // ============================================================================ 012 013 /** @namespace GaudiAlg GaudiAlg.h GaudiAlg/GaudiAlg.h 014 * Namespace with defintion of useful constants, types and function, 015 * common for all classes from GaudiAlg package 016 * @author Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr 017 * @date 2005-08-06 018 */ 019 namespace GaudiAlg 020 { 021 /** convers number into teh string 022 * (remove the actual code duplication from namespaces 023 * GaudiAlgLocal and GaudiToolLocal 024 * @param number value 025 * @return string representation 026 */ 027 std::string fileLine( const int number ) ; 028 } // end of namespace GaudiAlg 029 030 #endif // GAUDIALG_GAUDIALG_H 031
| [ source navigation ] | [ diff markup ] | [ identifier search ] | [ general search ] |
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems | |
| This page was automatically generated by the LXR engine. |
|