| 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: TupleID.h,v 1.5 2006/03/09 10:28:14 hmd Exp $ 002 // ============================================================================ 003 #ifndef GAUDIALG_TUPLEID_H 004 #define GAUDIALG_TUPLEID_H 1 005 // ============================================================================ 006 // include files 007 // ============================================================================ 008 // GaudiAlg 009 // ============================================================================ 010 #include "GaudiAlg/GaudiAlg.h" 011 #include "GaudiAlg/GaudiHistoID.h" 012 // ============================================================================ 013 014 // ============================================================================ 015 /** @namespace Tuples 016 * helper namespace to collect useful definitions, types, constants 017 * and functions, related to manipulations with N-Tuples 018 * @author Vanya BELYAEV Ivan.Belyaev@lapp.in2p3.fr 019 * @date 2005-08-06 020 */ 021 // ============================================================================ 022 namespace Tuples 023 { 024 /// the actual type for N-Tuple identifier (HBOOK-style) 025 typedef GaudiAlg::ID TupleID; 026 } 027 // ============================================================================ 028 029 // ============================================================================ 030 namespace GaudiAlg 031 { 032 /// the actual type for N-Tuple identifier 033 typedef Tuples::TupleID TupleID ; 034 } 035 // ============================================================================ 036 037 #endif // GAUDIALG_TUPLEID_H 038
| [ 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. |
|